org.codehaus.xfire.java.wsdl
Class DocumentWSDL

java.lang.Object
  extended by org.codehaus.xfire.wsdl.AbstractWSDL
      extended by org.codehaus.xfire.java.wsdl.AbstractWSDL
          extended by org.codehaus.xfire.java.wsdl.DocumentWSDL
All Implemented Interfaces:
org.codehaus.xfire.wsdl.WSDL
Direct Known Subclasses:
WrappedWSDL

public class DocumentWSDL
extends AbstractWSDL

Creates Document style WSDL documents for JavaServices.

Author:
Dan Diephouse

Field Summary
 
Fields inherited from class org.codehaus.xfire.wsdl.AbstractWSDL
elementQ, schemaQ, xfireTypeQ, xsdNs
 
Fields inherited from interface org.codehaus.xfire.wsdl.WSDL
WSDL11_NS, WSDL11_SOAP_NS
 
Constructor Summary
DocumentWSDL(JavaService service, java.util.Set transports)
           
 
Method Summary
protected  void createInputParts(javax.wsdl.Message req, Operation op)
           
protected  void createOutputParts(javax.wsdl.Message res, Operation op)
           
 
Methods inherited from class org.codehaus.xfire.java.wsdl.AbstractWSDL
createAbstractInterface, createConcreteInterface, createJavaxQName, createOperation
 
Methods inherited from class org.codehaus.xfire.wsdl.AbstractWSDL
addDependency, addNamespace, createSchemaType, getDefinition, getDocument, getNamespace, getSchemaTypes, getService, setDefinition, setSchemaTypes, setService, write, writeComplexTypes, writeDocument, writeSchemaForNamespace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.codehaus.xfire.wsdl.WSDL
write
 

Constructor Detail

DocumentWSDL

public DocumentWSDL(JavaService service,
                    java.util.Set transports)
             throws javax.wsdl.WSDLException
Throws:
javax.wsdl.WSDLException
Method Detail

createOutputParts

protected void createOutputParts(javax.wsdl.Message res,
                                 Operation op)
Specified by:
createOutputParts in class AbstractWSDL

createInputParts

protected void createInputParts(javax.wsdl.Message req,
                                Operation op)
Specified by:
createInputParts in class AbstractWSDL


Copyright © 2004 Codehaus. All Rights Reserved.