Package | Description |
---|---|
org.springframework.ws.server |
Contains classes for server-side Spring-WS support.
|
org.springframework.ws.soap.server |
Contains classes for SOAP-specific server-side Spring-WS support.
|
org.springframework.ws.test.server |
Provides a testing framework for server-side Web service testing.
|
org.springframework.ws.transport.http |
Package providing support for handling messages via HTTP.
|
org.springframework.ws.transport.support |
Classes supporting the org.springframework.ws.transport package.
|
Modifier and Type | Class and Description |
---|---|
class |
MessageDispatcher
Central dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints.
|
Modifier and Type | Class and Description |
---|---|
class |
SoapMessageDispatcher
SOAP-specific subclass of the
MessageDispatcher . |
Modifier and Type | Method and Description |
---|---|
static MockWebServiceClient |
MockWebServiceClient.createClient(WebServiceMessageReceiver messageReceiver,
WebServiceMessageFactory messageFactory)
Creates a
MockWebServiceClient instance based on the given WebServiceMessageReceiver and WebServiceMessageFactory . |
Modifier and Type | Method and Description |
---|---|
protected WebServiceMessageReceiver |
MessageDispatcherServlet.getMessageReceiver()
Returns the
WebServiceMessageReceiver used by this servlet. |
Modifier and Type | Method and Description |
---|---|
WebServiceMessageReceiver |
SimpleWebServiceMessageReceiverObjectSupport.getMessageReceiver()
Returns the
WebServiceMessageReceiver used by this listener. |
Modifier and Type | Method and Description |
---|---|
protected void |
WebServiceMessageReceiverObjectSupport.handleConnection(WebServiceConnection connection,
WebServiceMessageReceiver receiver)
|
protected void |
WebServiceMessageReceiverObjectSupport.handleNoEndpointFoundException(NoEndpointFoundException ex,
WebServiceConnection connection,
WebServiceMessageReceiver receiver)
Template method for handling
NoEndpointFoundException s. |
void |
SimpleWebServiceMessageReceiverObjectSupport.setMessageReceiver(WebServiceMessageReceiver messageReceiver)
Sets the
WebServiceMessageReceiver used by this listener. |
Copyright © 2020 Pivotal Software. All rights reserved.