org.codehaus.xfire.wsdl11.builder
Class WSDLBuilder
java.lang.Object
org.codehaus.xfire.wsdl11.builder.AbstractWSDL
org.codehaus.xfire.wsdl11.builder.WSDLBuilder
- All Implemented Interfaces:
- WSDLWriter
- Direct Known Subclasses:
- XmlBeansWSDLBuilder
public class WSDLBuilder
- extends AbstractWSDL
- implements WSDLWriter
WSDL
- Author:
- Dan Diephouse
| Methods inherited from class org.codehaus.xfire.wsdl11.builder.AbstractWSDL |
addDependency, addNamespace, createSchemaType, getDefinition, getDocument, getInfo, getNamespacePrefix, getSchemaTypes, getService, hasDependency, hasSchema, setDefinition, setSchema, setSchemaTypes, setService, write, writeComplexTypes, writeDocument |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSDLBuilder
public WSDLBuilder(Service service,
TransportManager transportManager,
WSDL11ParameterBinding paramBinding)
throws javax.wsdl.WSDLException
- Throws:
javax.wsdl.WSDLException
createAbstractInterface
public javax.wsdl.PortType createAbstractInterface()
throws javax.wsdl.WSDLException
- Throws:
javax.wsdl.WSDLException
createConcreteInterface
public void createConcreteInterface(javax.wsdl.PortType portType)
createPart
public javax.wsdl.Part createPart(MessageHeaderInfo header)
createPart
public javax.wsdl.Part createPart(MessagePartInfo part)
createPart
public javax.wsdl.Part createPart(javax.xml.namespace.QName pName,
java.lang.Class clazz,
SchemaType type)
createOperation
public javax.wsdl.Operation createOperation(OperationInfo op,
javax.wsdl.Message req,
javax.wsdl.Message res)
Copyright © 2004-2005 Codehaus. All Rights Reserved.