See: Description
| Interface | Description |
|---|---|
| EndpointAwareWebServiceConnection |
Sub-interface of
WebServiceConnection that is aware of any server-side situations where an endpoint is not
found. |
| FaultAwareWebServiceConnection |
Sub-interface of
WebServiceConnection that is aware of any Fault messages received. |
| TransportConstants |
Declares useful transport constants.
|
| WebServiceConnection |
Represents a point-to-point connection that a client can use for sending
WebServiceMessage objects directly
to a remote party. |
| WebServiceMessageReceiver |
Defines the methods for classes capable of receiving
WebServiceMessage instances
coming in on a transport. |
| WebServiceMessageSender |
Defines the methods for classes capable of sending and receiving
WebServiceMessage instances across a
transport. |
| Class | Description |
|---|---|
| AbstractReceiverConnection |
Abstract base class for
WebServiceConnection implementations used for receiving requests. |
| AbstractSenderConnection |
Abstract base class for
WebServiceConnection implementations used for sending requests. |
| AbstractWebServiceConnection |
Abstract base class for
WebServiceConnection implementations. |
| TransportInputStream |
A
TransportInputStream is an input stream with MIME input headers. |
| TransportOutputStream |
A
TransportOutputStream is an output stream with MIME input headers. |
| Exception | Description |
|---|---|
| TransportException |
Abstract base class for exceptions related to the transport layer.
|