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.transport.http |
Package providing support for handling messages via HTTP.
|
org.springframework.ws.transport.jms |
Package providing support for handling messages via JMS.
|
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 |
---|---|
protected WebServiceMessageReceiver |
MessageDispatcherServlet.getMessageReceiver()
Returns the
WebServiceMessageReceiver used by this servlet. |
Modifier and Type | Method and Description |
---|---|
protected WebServiceMessageReceiver |
WebServiceMessageDrivenBean.createMessageReceiver()
Creates a connection factory.
|
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)
|
void |
SimpleWebServiceMessageReceiverObjectSupport.setMessageReceiver(WebServiceMessageReceiver messageReceiver)
Sets the
WebServiceMessageReceiver used by this listener. |
Copyright © 2005–2015 The Spring Web Services Framework. All rights reserved.