public class MDPWSMessage2SOAPGenerator
extends org.ws4d.java.communication.protocol.soap.generator.DefaultMessage2SOAPGenerator
| Modifier and Type | Field and Description |
|---|---|
protected java.io.OutputStream |
outputStream |
| Constructor and Description |
|---|
MDPWSMessage2SOAPGenerator() |
| Modifier and Type | Method and Description |
|---|---|
org.ws4d.java.types.ByteArrayBuffer |
generateSOAPMessage(org.ws4d.java.message.Message msg,
org.ws4d.java.communication.connection.ip.IPConnectionInfo pd,
org.ws4d.java.types.AttributedURI optionalMessageId) |
protected void |
internalGenerateSOAPMessage(org.ws4d.java.message.Message msg,
org.ws4d.java.communication.connection.ip.IPConnectionInfo pd,
org.ws4d.java.types.AttributedURI optionalMessageId,
boolean includeXAddrsInHello,
java.io.OutputStream out) |
void |
reset() |
public org.ws4d.java.types.ByteArrayBuffer generateSOAPMessage(org.ws4d.java.message.Message msg,
org.ws4d.java.communication.connection.ip.IPConnectionInfo pd,
org.ws4d.java.types.AttributedURI optionalMessageId)
throws java.io.IOException,
java.lang.IllegalArgumentException,
org.ws4d.java.util.WS4DIllegalStateException,
org.ws4d.java.message.DiscoveryProxyProbeMatchesException
java.io.IOExceptionjava.lang.IllegalArgumentExceptionorg.ws4d.java.util.WS4DIllegalStateExceptionorg.ws4d.java.message.DiscoveryProxyProbeMatchesExceptionprotected void internalGenerateSOAPMessage(org.ws4d.java.message.Message msg,
org.ws4d.java.communication.connection.ip.IPConnectionInfo pd,
org.ws4d.java.types.AttributedURI optionalMessageId,
boolean includeXAddrsInHello,
java.io.OutputStream out)
throws java.io.IOException,
org.ws4d.java.message.DiscoveryProxyProbeMatchesException
internalGenerateSOAPMessage in class org.ws4d.java.communication.protocol.soap.generator.DefaultMessage2SOAPGeneratorjava.io.IOExceptionorg.ws4d.java.message.DiscoveryProxyProbeMatchesExceptionpublic void reset()