| Interface | Description |
|---|---|
| Message2SOAPGenerator | |
| SOAP2MessageGenerator |
| Class | Description |
|---|---|
| DefaultMessage2SOAPGenerator |
Class for generating SOAP Messages out of DPWS Messages
|
| DefaultMessage2SOAPGenerator.ReusableByteArrayOutputStream | |
| DefaultMessageDiscarder | |
| DefaultMessageParser | |
| DefaultMessageSerializer | |
| DefaultParameterValueParser | |
| DefaultParameterValueSerializer | |
| DefaultSOAP2MessageGenerator | |
| DefaultSOAP2MessageGenerator.InlineMessageReceiver | |
| MessageParser | |
| MessageSerializer | |
| SOAPMessageGeneratorFactory |
Implementation of the factory class to get the default
SOAP2MessageGenerator and Message2SOAPGenerator objects. |
| Exception | Description |
|---|---|
| MissingElementException |
Thrown when a mandatory element such as the WS-Addressing [action] property was not found within
a SOAP message.
|
| UnexpectedElementException |
Thrown to indicate that an element was detected during parsing a SOAP message which was not
expected within the given context.
|
| UnexpectedMessageException |
Thrown when a
Message is received in response to a previously sent request message, but
the response message type doesn't correspond to the request message type (e.g. |