org.codehaus.xfire.java.wsdl
Class AbstractWSDL
java.lang.Object
|
+--org.codehaus.xfire.wsdl.AbstractWSDL
|
+--org.codehaus.xfire.java.wsdl.AbstractWSDL
- All Implemented Interfaces:
- org.codehaus.xfire.wsdl.WSDL
- Direct Known Subclasses:
- DocumentWSDL, RPCLiteralWSDL
- public abstract class AbstractWSDL
- extends org.codehaus.xfire.wsdl.AbstractWSDL
- implements org.codehaus.xfire.wsdl.WSDL
WSDL
- Author:
- Dan Diephouse
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 |
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 |
AbstractWSDL
public AbstractWSDL(JavaService service,
java.util.Set transports)
throws javax.wsdl.WSDLException
createJavaxQName
protected javax.xml.namespace.QName createJavaxQName(org.dom4j.QName qname)
createAbstractInterface
public javax.wsdl.PortType createAbstractInterface()
throws javax.wsdl.WSDLException
javax.wsdl.WSDLException
createConcreteInterface
public void createConcreteInterface(javax.wsdl.PortType portType)
createInputParts
protected abstract void createInputParts(javax.wsdl.Message req,
Operation op)
createOutputParts
protected abstract void createOutputParts(javax.wsdl.Message req,
Operation op)
createOperation
public javax.wsdl.Operation createOperation(java.lang.String opName,
javax.wsdl.Message req,
javax.wsdl.Message res)
Copyright © 2004 Codehaus. All Rights Reserved.