public interface WebServiceMessageSender
WebServiceMessage
instances across a
transport.
The WebServiceMessageSender
is basically a factory for WebServiceConnection
objects.
WebServiceConnection
Modifier and Type | Method and Description |
---|---|
WebServiceConnection |
createConnection(URI uri)
Create a new
WebServiceConnection to the specified URI. |
boolean |
supports(URI uri)
Does this
WebServiceMessageSender support the supplied URI? |
WebServiceConnection createConnection(URI uri) throws IOException
WebServiceConnection
to the specified URI.uri
- the URI to open a connection toIOException
- in case of I/O errorsboolean supports(URI uri)
WebServiceMessageSender
support the supplied URI?uri
- the URI to be checkedtrue
if this WebServiceMessageSender
supports the supplied URI