Package | Description |
---|---|
org.springframework.ws.client.core |
Core package of the Spring-WS client-side support.
|
org.springframework.ws.client.core.support |
Convenient super class for application classes that need Web service access.
|
org.springframework.ws.client.support |
Classes supporting the org.springframework.ws.client.core package.
|
org.springframework.ws.context |
Contains the
MessageContext interface and implementations thereof. |
org.springframework.ws.pox.dom |
Contains an implementation of the POX interfaces that is based on DOM.
|
org.springframework.ws.soap |
Provides the SOAP functionality of the Spring Web Services framework.
|
org.springframework.ws.soap.axiom |
AXis Object Model (AXIOM) support for Spring-WS' soap message infrastructure.
|
org.springframework.ws.soap.saaj |
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
|
org.springframework.ws.test.client |
Provides a testing framework for client-side Web service testing.
|
org.springframework.ws.test.server |
Provides a testing framework for server-side Web service testing.
|
org.springframework.ws.test.support.creator |
Provides the generic
WebServiceMessageCreator
interface, and implementations. |
org.springframework.ws.transport |
Contains the TransportRequest and TransportResponse interfaces.
|
org.springframework.ws.transport.support |
Classes supporting the org.springframework.ws.transport package.
|
Constructor and Description |
---|
WebServiceTemplate(WebServiceMessageFactory messageFactory)
Creates a new
WebServiceTemplate based on the given message factory. |
Modifier and Type | Method and Description |
---|---|
WebServiceMessageFactory |
WebServiceGatewaySupport.getMessageFactory()
Returns the
WebServiceMessageFactory used by the gateway. |
Modifier and Type | Method and Description |
---|---|
void |
WebServiceGatewaySupport.setMessageFactory(WebServiceMessageFactory messageFactory)
Set the
WebServiceMessageFactory to be used by the gateway. |
Constructor and Description |
---|
WebServiceGatewaySupport(WebServiceMessageFactory messageFactory)
Creates a new
WebServiceGatewaySupport instance based on the given message factory. |
Modifier and Type | Method and Description |
---|---|
WebServiceMessageFactory |
WebServiceAccessor.getMessageFactory()
Returns the message factory used for creating messages.
|
Modifier and Type | Method and Description |
---|---|
void |
WebServiceAccessor.setMessageFactory(WebServiceMessageFactory messageFactory)
Sets the message factory used for creating messages.
|
Modifier and Type | Method and Description |
---|---|
WebServiceMessageFactory |
DefaultMessageContext.getMessageFactory() |
Constructor and Description |
---|
DefaultMessageContext(WebServiceMessageFactory messageFactory)
Construct a new, empty instance of the
DefaultMessageContext with the given message factory. |
DefaultMessageContext(WebServiceMessage request,
WebServiceMessageFactory messageFactory)
Construct a new instance of the
DefaultMessageContext with the given request message and message
factory. |
Modifier and Type | Class and Description |
---|---|
class |
DomPoxMessageFactory
Implementation of the
WebServiceMessageFactory interface that creates a DomPoxMessage . |
Modifier and Type | Interface and Description |
---|---|
interface |
SoapMessageFactory
Sub-interface of
WebServiceMessageFactory which contains SOAP-specific properties and methods. |
Modifier and Type | Class and Description |
---|---|
class |
AxiomSoapMessageFactory
Axiom-specific implementation of the
WebServiceMessageFactory
interface. |
Modifier and Type | Class and Description |
---|---|
class |
SaajSoapMessageFactory
SAAJ-specific implementation of the
WebServiceMessageFactory . |
Modifier and Type | Method and Description |
---|---|
WebServiceMessage |
ResponseCreator.createResponse(URI uri,
WebServiceMessage request,
WebServiceMessageFactory messageFactory)
Create a response for the given the request and URI.
|
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 . |
WebServiceMessage |
RequestCreator.createRequest(WebServiceMessageFactory messageFactory)
Create a request.
|
Modifier and Type | Method and Description |
---|---|
WebServiceMessage |
WebServiceMessageCreator.createMessage(WebServiceMessageFactory messageFactory)
Create a message.
|
WebServiceMessage |
AbstractMessageCreator.createMessage(WebServiceMessageFactory messageFactory) |
Modifier and Type | Method and Description |
---|---|
WebServiceMessage |
WebServiceConnection.receive(WebServiceMessageFactory messageFactory)
Receives a message using the given
WebServiceMessageFactory . |
WebServiceMessage |
AbstractWebServiceConnection.receive(WebServiceMessageFactory messageFactory) |
Modifier and Type | Method and Description |
---|---|
WebServiceMessageFactory |
WebServiceMessageReceiverObjectSupport.getMessageFactory()
Returns the
WebServiceMessageFactory . |
Modifier and Type | Method and Description |
---|---|
void |
WebServiceMessageReceiverObjectSupport.setMessageFactory(WebServiceMessageFactory messageFactory)
Sets the
WebServiceMessageFactory . |
Copyright © 2020 Pivotal Software. All rights reserved.