See: Description
Interface | Description |
---|---|
SoapBody |
Represents the
Body element in a SOAP message. |
SoapElement |
The base interface for all elements that are contained in a SOAP message.
|
SoapEnvelope |
Represents the
Envelope element in a SOAP message. |
SoapFault |
Represents the
Fault element in the body of a SOAP message. |
SoapFaultDetail |
Represents the
detail element in a SOAP fault. |
SoapFaultDetailElement |
Represents the content for an individual SOAP detail entry in a SOAP Message.
|
SoapHeader |
Represents the
Header element in a SOAP message. |
SoapHeaderElement |
Represents the contents of an individual SOAP header in the a SOAP message.
|
SoapMessage |
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope.
|
SoapMessageFactory |
Sub-interface of
WebServiceMessageFactory which contains SOAP-specific properties and methods. |
SoapVersion |
Interface that defines a specific version of the SOAP specification.
|
Class | Description |
---|---|
AbstractSoapMessage |
Abstract implementation of the
SoapMessage interface. |
Exception | Description |
---|---|
SoapBodyException |
Exception thrown when a SOAP body could not be accessed.
|
SoapElementException |
Exception thrown when a SOAP element could not be accessed.
|
SoapEnvelopeException |
Exception thrown when a SOAP body could not be accessed.
|
SoapFaultException |
Exception thrown when a SOAP fault could not be accessed.
|
SoapHeaderException |
Exception thrown when a SOAP header could not be accessed.
|
SoapMessageCreationException |
Exception thrown when a web service message cannot be created.
|
SoapMessageException |
Base class for all SOAP message exceptions.
|