org.codehaus.xfire.java.wsdl
Class WrappedWSDL

java.lang.Object
  |
  +--org.codehaus.xfire.wsdl.AbstractWSDL
        |
        +--org.codehaus.xfire.java.wsdl.AbstractWSDL
              |
              +--org.codehaus.xfire.java.wsdl.DocumentWSDL
                    |
                    +--org.codehaus.xfire.java.wsdl.WrappedWSDL
All Implemented Interfaces:
org.codehaus.xfire.wsdl.WSDL

public class WrappedWSDL
extends DocumentWSDL

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
WrappedWSDL(JavaService service, java.util.Set transports)
           
 
Method Summary
protected  void createInputParts(javax.wsdl.Message req, Operation op)
           
protected  void createOutputParts(javax.wsdl.Message req, 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

WrappedWSDL

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

createInputParts

protected void createInputParts(javax.wsdl.Message req,
                                Operation op)
Overrides:
createInputParts in class DocumentWSDL
See Also:
AbstractWSDL.createInputParts(javax.wsdl.Message, org.codehaus.xfire.java.Operation)

createOutputParts

protected void createOutputParts(javax.wsdl.Message req,
                                 Operation op)
Overrides:
createOutputParts in class DocumentWSDL
See Also:
AbstractWSDL.createOutputParts(javax.wsdl.Message, org.codehaus.xfire.java.Operation)


Copyright © 2004 Codehaus. All Rights Reserved.