public class MDPWSWSDLStreamOperation extends MDPWSWSDLOperation
| Constructor and Description |
|---|
MDPWSWSDLStreamOperation(java.lang.String name,
StreamConfiguration streamConfig) |
| Modifier and Type | Method and Description |
|---|---|
StreamConfiguration |
getStreamConfiguration() |
void |
serialize(org.ws4d.java.xmlpull.v1.XmlSerializer serializer) |
void |
serialize(org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
boolean serializeAddInfo) |
protected void |
serializeInput(org.ws4d.java.xmlpull.v1.XmlSerializer serializer) |
protected void |
serializeOutput(org.ws4d.java.xmlpull.v1.XmlSerializer serializer) |
addMessagesToWSDL, addWSDLPolicyAttachment, getAssociatedOperationDescription, getInput, getOutput, getPolicyDirection, getWSDLPolicyAttachments, removeWSDLPolicyAttachment, setAssociatedOperationDescription, setPortTypeaddFault, equals, getFault, getFaultActions, getFaultMessage, getFaultMessages, getFaultParts, getFaults, getInputAction, getInputMessage, getInputName, getInputParts, getName, getNamespace, getOutputAction, getOutputMessage, getOutputName, getOutputParts, getPortType, getType, getTypeAsString, getWsdl, hashCode, isBidirectional, isEvented, isRequest, setAttribute, setAttributes, setInput, setName, setOutput, setType, toString, typeToStringpublic MDPWSWSDLStreamOperation(java.lang.String name,
StreamConfiguration streamConfig)
public void serialize(org.ws4d.java.xmlpull.v1.XmlSerializer serializer)
throws java.io.IOException
java.io.IOExceptionpublic void serialize(org.ws4d.java.xmlpull.v1.XmlSerializer serializer,
boolean serializeAddInfo)
throws java.io.IOException
java.io.IOExceptionprotected void serializeInput(org.ws4d.java.xmlpull.v1.XmlSerializer serializer)
throws java.io.IOException
java.io.IOExceptionprotected void serializeOutput(org.ws4d.java.xmlpull.v1.XmlSerializer serializer)
throws java.io.IOException
java.io.IOExceptionpublic StreamConfiguration getStreamConfiguration()