Uses of Interface
org.springframework.ws.transport.WebServiceConnection
Package
Description
Core package of the Spring-WS client-side support.
Classes supporting the org.springframework.ws.client.core package.
Contains the TransportRequest and TransportResponse interfaces.
Abstraction for determining the current TransportInputStream and TransportOutputStream.
Package providing support for handling messages via HTTP.
Package providing support for handling messages via JMS.
Package providing support for handling messages via email.
Classes supporting the org.springframework.ws.transport package.
Package providing support for handling messages via xmpp.
-
Uses of WebServiceConnection in org.springframework.ws.client.core
Modifier and TypeMethodDescriptionprotected <T> T
WebServiceTemplate.doSendAndReceive
(MessageContext messageContext, WebServiceConnection connection, WebServiceMessageCallback requestCallback, WebServiceMessageExtractor<T> responseExtractor) Sends and receives aMessageContext
.protected Object
WebServiceTemplate.handleError
(WebServiceConnection connection, WebServiceMessage request) Handles an error on the given connection.protected Object
WebServiceTemplate.handleFault
(WebServiceConnection connection, MessageContext messageContext) Handles an fault in the given response message.protected boolean
WebServiceTemplate.hasError
(WebServiceConnection connection, WebServiceMessage request) Determines whether the given connection or message context has an error.protected boolean
WebServiceTemplate.hasFault
(WebServiceConnection connection, WebServiceMessage response) Determines whether the given connection or message has a fault. -
Uses of WebServiceConnection in org.springframework.ws.client.support
Modifier and TypeMethodDescriptionprotected WebServiceConnection
WebServiceAccessor.createConnection
(URI uri) Creates a connection to the given URI, or throws an exception when it cannot be resolved. -
Uses of WebServiceConnection in org.springframework.ws.transport
Modifier and TypeInterfaceDescriptioninterface
Sub-interface ofWebServiceConnection
that is aware of any server-side situations where an endpoint is not found.interface
Sub-interface ofWebServiceConnection
that is aware of any Fault messages received.Modifier and TypeClassDescriptionclass
Abstract base class forWebServiceConnection
implementations used for receiving requests.class
Abstract base class forWebServiceConnection
implementations used for sending requests.class
Abstract base class forWebServiceConnection
implementations.Modifier and TypeMethodDescriptionWebServiceMessageSender.createConnection
(URI uri) Create a newWebServiceConnection
to the specified URI. -
Uses of WebServiceConnection in org.springframework.ws.transport.context
Modifier and TypeMethodDescriptionDefaultTransportContext.getConnection()
TransportContext.getConnection()
Returns the currentWebServiceConnection
.ModifierConstructorDescriptionDefaultTransportContext
(WebServiceConnection connection) Creates a newDefaultTransportContext
that exposes the given connection. -
Uses of WebServiceConnection in org.springframework.ws.transport.http
Modifier and TypeClassDescriptionclass
Abstract base class forWebServiceConnection
implementations that send request over HTTP.class
Implementation of theWebServiceConnection
interface that is based on the Spring 3ClientHttpRequest
andClientHttpResponse
.class
Deprecated.class
Implementation ofWebServiceConnection
that is based on Apache HttpClient 5.class
Implementation ofWebServiceConnection
that is based on Apache HttpClient.class
Implementation ofWebServiceConnection
that is based on the Java 6 HttpServerHttpExchange
.class
Implementation ofWebServiceConnection
that is based on the Servlet API.class
Implementation of theWebServiceConnection
interface that uses aHttpURLConnection
.class
Implementation of theWebServiceConnection
interface that uses Java's built-inHttpClient
.Modifier and TypeMethodDescriptionClientHttpRequestMessageSender.createConnection
(URI uri) CommonsHttpMessageSender.createConnection
(URI uri) Deprecated.HttpComponents5MessageSender.createConnection
(URI uri) HttpComponentsMessageSender.createConnection
(URI uri) HttpUrlConnectionMessageSender.createConnection
(URI uri) JdkHttpClientMessageSender.createConnection
(URI uri) -
Uses of WebServiceConnection in org.springframework.ws.transport.jms
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side JMS access.class
Implementation ofWebServiceConnection
that is used for client-side JMS access. -
Uses of WebServiceConnection in org.springframework.ws.transport.mail
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side Mail access.class
Implementation ofWebServiceConnection
that is used for client-side Mail access. -
Uses of WebServiceConnection in org.springframework.ws.transport.support
Modifier and TypeMethodDescriptionstatic void
TransportUtils.closeConnection
(WebServiceConnection connection) Close the givenWebServiceConnection
and ignore any thrown exception.protected final void
SimpleWebServiceMessageReceiverObjectSupport.handleConnection
(WebServiceConnection connection) protected final void
WebServiceMessageReceiverObjectSupport.handleConnection
(WebServiceConnection connection, WebServiceMessageReceiver receiver) protected void
WebServiceMessageReceiverObjectSupport.handleNoEndpointFoundException
(NoEndpointFoundException ex, WebServiceConnection connection, WebServiceMessageReceiver receiver) Template method for handlingNoEndpointFoundException
s. -
Uses of WebServiceConnection in org.springframework.ws.transport.xmpp
Modifier and TypeClassDescriptionclass
Implementation ofWebServiceConnection
that is used for server-side XMPP access.class
Implementation ofWebServiceConnection
that is used for client-side XMPP access.
HttpComponentsConnection