public class MDPWSWSDLSerializer
extends org.ws4d.java.description.wsdl.DefaultWSDLSerializer
| Constructor and Description |
|---|
MDPWSWSDLSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addWSDLOperations(MDPWSWSDLPortType portType,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
MDPWSWSDLPortType.OperationLists opLists,
org.ws4d.java.structures.HashSet serializedOperations) |
void |
serialize(org.ws4d.java.description.wsdl.WSDL wsdl,
java.io.OutputStream out) |
protected void |
serialize(org.ws4d.java.description.wsdl.WSDLPortType portType,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
org.ws4d.java.structures.HashSet serializedOperations) |
protected void |
serializePortTypeExtension(org.ws4d.java.description.wsdl.WSDLPortType portType,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer) |
protected void |
serializePortTypeExtensionInternal(org.ws4d.java.description.wsdl.WSDLPortType portType,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
MDPWSWSDLPortType.OperationLists opLists) |
protected void |
serializePortTypeIOExtension(org.ws4d.java.description.wsdl.IOType io,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
java.lang.String tagName) |
protected void |
serializePortTypeOperationExtension(org.ws4d.java.description.wsdl.WSDLOperation operation,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer) |
void |
serializeStreamSources(MDPWSWSDLPortType portType,
org.ws4d.java.structures.List stmsList,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
boolean insideWSDL,
org.ws4d.java.structures.HashMap schemaMap,
org.ws4d.java.communication.ConnectionInfo conInfo) |
protected void |
serializeWSDLOperations(org.ws4d.java.structures.ListIterator listIt,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
org.ws4d.java.structures.HashSet serializedOperations) |
public void serialize(org.ws4d.java.description.wsdl.WSDL wsdl,
java.io.OutputStream out)
throws java.io.IOException
serialize in interface org.ws4d.java.description.DescriptionSerializerserialize in class org.ws4d.java.description.wsdl.DefaultWSDLSerializerjava.io.IOExceptionprotected void serialize(org.ws4d.java.description.wsdl.WSDLPortType portType,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
org.ws4d.java.structures.HashSet serializedOperations)
throws java.io.IOException
serialize in class org.ws4d.java.description.wsdl.DefaultWSDLSerializerjava.io.IOExceptionprotected void serializePortTypeExtension(org.ws4d.java.description.wsdl.WSDLPortType portType,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer)
throws java.io.IOException
serializePortTypeExtension in class org.ws4d.java.description.wsdl.DefaultWSDLSerializerjava.io.IOExceptionprotected void serializePortTypeExtensionInternal(org.ws4d.java.description.wsdl.WSDLPortType portType,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
MDPWSWSDLPortType.OperationLists opLists)
throws java.io.IOException
java.io.IOExceptionprotected void serializePortTypeOperationExtension(org.ws4d.java.description.wsdl.WSDLOperation operation,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer)
throws java.io.IOException
serializePortTypeOperationExtension in class org.ws4d.java.description.wsdl.DefaultWSDLSerializerjava.io.IOExceptionprotected void serializePortTypeIOExtension(org.ws4d.java.description.wsdl.IOType io,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
java.lang.String tagName)
throws java.io.IOException
serializePortTypeIOExtension in class org.ws4d.java.description.wsdl.DefaultWSDLSerializerjava.io.IOExceptionprotected void addWSDLOperations(MDPWSWSDLPortType portType, org.ws4d.java.xmlpull.v1.XmlSerializer serializer, MDPWSWSDLPortType.OperationLists opLists, org.ws4d.java.structures.HashSet serializedOperations) throws java.io.IOException
java.io.IOExceptionprotected void serializeWSDLOperations(org.ws4d.java.structures.ListIterator listIt,
org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
org.ws4d.java.structures.HashSet serializedOperations)
throws java.io.IOException
java.io.IOExceptionpublic void serializeStreamSources(MDPWSWSDLPortType portType, org.ws4d.java.structures.List stmsList, org.ws4d.java.xmlpull.v1.XmlSerializer serializer, boolean insideWSDL, org.ws4d.java.structures.HashMap schemaMap, org.ws4d.java.communication.ConnectionInfo conInfo) throws java.lang.IllegalArgumentException, java.lang.IllegalStateException, java.io.IOException
java.lang.IllegalArgumentExceptionjava.lang.IllegalStateExceptionjava.io.IOException