|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WebServiceMessageFactory | |
---|---|
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.jms | Package providing support for handling messages via JMS. |
org.springframework.ws.transport.support | Classes supporting the org.springframework.ws.transport package. |
Uses of WebServiceMessageFactory in org.springframework.ws.client.core |
---|
Constructors in org.springframework.ws.client.core with parameters of type WebServiceMessageFactory | |
---|---|
WebServiceTemplate(WebServiceMessageFactory messageFactory)
Creates a new WebServiceTemplate based on the given message factory. |
Uses of WebServiceMessageFactory in org.springframework.ws.client.core.support |
---|
Methods in org.springframework.ws.client.core.support that return WebServiceMessageFactory | |
---|---|
WebServiceMessageFactory |
WebServiceGatewaySupport.getMessageFactory()
Returns the WebServiceMessageFactory used by the gateway. |
Methods in org.springframework.ws.client.core.support with parameters of type WebServiceMessageFactory | |
---|---|
void |
WebServiceGatewaySupport.setMessageFactory(WebServiceMessageFactory messageFactory)
Set the WebServiceMessageFactory to be used by the gateway. |
Constructors in org.springframework.ws.client.core.support with parameters of type WebServiceMessageFactory | |
---|---|
WebServiceGatewaySupport(WebServiceMessageFactory messageFactory)
Creates a new WebServiceGatewaySupport instance based on the given message factory. |
Uses of WebServiceMessageFactory in org.springframework.ws.client.support |
---|
Methods in org.springframework.ws.client.support that return WebServiceMessageFactory | |
---|---|
WebServiceMessageFactory |
WebServiceAccessor.getMessageFactory()
Returns the message factory used for creating messages. |
Methods in org.springframework.ws.client.support with parameters of type WebServiceMessageFactory | |
---|---|
void |
WebServiceAccessor.setMessageFactory(WebServiceMessageFactory messageFactory)
Sets the message factory used for creating messages. |
Uses of WebServiceMessageFactory in org.springframework.ws.context |
---|
Methods in org.springframework.ws.context that return WebServiceMessageFactory | |
---|---|
WebServiceMessageFactory |
DefaultMessageContext.getMessageFactory()
|
Constructors in org.springframework.ws.context with parameters of type WebServiceMessageFactory | |
---|---|
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. |
Uses of WebServiceMessageFactory in org.springframework.ws.pox.dom |
---|
Classes in org.springframework.ws.pox.dom that implement WebServiceMessageFactory | |
---|---|
class |
DomPoxMessageFactory
Implementation of the WebServiceMessageFactory interface that creates a DomPoxMessage . |
Uses of WebServiceMessageFactory in org.springframework.ws.soap |
---|
Subinterfaces of WebServiceMessageFactory in org.springframework.ws.soap | |
---|---|
interface |
SoapMessageFactory
Sub-interface of WebServiceMessageFactory which contains SOAP-specific properties and methods. |
Uses of WebServiceMessageFactory in org.springframework.ws.soap.axiom |
---|
Classes in org.springframework.ws.soap.axiom that implement WebServiceMessageFactory | |
---|---|
class |
AxiomSoapMessageFactory
Axiom-specific implementation of the WebServiceMessageFactory
interface. |
Uses of WebServiceMessageFactory in org.springframework.ws.soap.saaj |
---|
Classes in org.springframework.ws.soap.saaj that implement WebServiceMessageFactory | |
---|---|
class |
SaajSoapMessageFactory
SAAJ-specific implementation of the WebServiceMessageFactory . |
Uses of WebServiceMessageFactory in org.springframework.ws.test.client |
---|
Methods in org.springframework.ws.test.client with parameters of type WebServiceMessageFactory | |
---|---|
WebServiceMessage |
ResponseCreator.createResponse(URI uri,
WebServiceMessage request,
WebServiceMessageFactory messageFactory)
Create a response for the given the request and URI. |
Uses of WebServiceMessageFactory in org.springframework.ws.test.server |
---|
Methods in org.springframework.ws.test.server with parameters of type WebServiceMessageFactory | |
---|---|
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. |
Uses of WebServiceMessageFactory in org.springframework.ws.test.support.creator |
---|
Methods in org.springframework.ws.test.support.creator with parameters of type WebServiceMessageFactory | |
---|---|
WebServiceMessage |
WebServiceMessageCreator.createMessage(WebServiceMessageFactory messageFactory)
Create a message. |
WebServiceMessage |
AbstractMessageCreator.createMessage(WebServiceMessageFactory messageFactory)
|
Uses of WebServiceMessageFactory in org.springframework.ws.transport |
---|
Methods in org.springframework.ws.transport with parameters of type WebServiceMessageFactory | |
---|---|
WebServiceMessage |
WebServiceConnection.receive(WebServiceMessageFactory messageFactory)
Receives a message using the given WebServiceMessageFactory . |
WebServiceMessage |
AbstractWebServiceConnection.receive(WebServiceMessageFactory messageFactory)
|
Uses of WebServiceMessageFactory in org.springframework.ws.transport.jms |
---|
Methods in org.springframework.ws.transport.jms that return WebServiceMessageFactory | |
---|---|
protected WebServiceMessageFactory |
WebServiceMessageDrivenBean.createMessageFactory()
Creates a message factory. |
Uses of WebServiceMessageFactory in org.springframework.ws.transport.support |
---|
Methods in org.springframework.ws.transport.support that return WebServiceMessageFactory | |
---|---|
WebServiceMessageFactory |
WebServiceMessageReceiverObjectSupport.getMessageFactory()
Returns the WebServiceMessageFactory . |
Methods in org.springframework.ws.transport.support with parameters of type WebServiceMessageFactory | |
---|---|
void |
WebServiceMessageReceiverObjectSupport.setMessageFactory(WebServiceMessageFactory messageFactory)
Sets the WebServiceMessageFactory . |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |