Uses of Interface
org.springframework.ws.WebServiceMessageFactory
Package
Description
Core package of the Spring-WS client-side support.
Convenient super class for application classes that need Web service access.
Classes supporting the org.springframework.ws.client.core package.
Contains the
MessageContext
interface and implementations thereof.Contains an implementation of the POX interfaces that is based on DOM.
Provides the SOAP functionality of the Spring Web Services framework.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
Provides a testing framework for client-side Web service testing.
Provides a testing framework for server-side Web service testing.
Provides the generic
WebServiceMessageCreator
interface, and implementations.Contains the TransportRequest and TransportResponse interfaces.
Classes supporting the org.springframework.ws.transport package.
-
Uses of WebServiceMessageFactory in org.springframework.ws.client.core
ModifierConstructorDescriptionWebServiceTemplate
(WebServiceMessageFactory messageFactory) Creates a newWebServiceTemplate
based on the given message factory. -
Uses of WebServiceMessageFactory in org.springframework.ws.client.core.support
Modifier and TypeMethodDescriptionfinal WebServiceMessageFactory
WebServiceGatewaySupport.getMessageFactory()
Returns theWebServiceMessageFactory
used by the gateway.Modifier and TypeMethodDescriptionfinal void
WebServiceGatewaySupport.setMessageFactory
(WebServiceMessageFactory messageFactory) Set theWebServiceMessageFactory
to be used by the gateway.ModifierConstructorDescriptionprotected
WebServiceGatewaySupport
(WebServiceMessageFactory messageFactory) Creates a newWebServiceGatewaySupport
instance based on the given message factory. -
Uses of WebServiceMessageFactory in org.springframework.ws.client.support
Modifier and TypeMethodDescriptionWebServiceAccessor.getMessageFactory()
Returns the message factory used for creating messages.Modifier and TypeMethodDescriptionvoid
WebServiceAccessor.setMessageFactory
(WebServiceMessageFactory messageFactory) Sets the message factory used for creating messages. -
Uses of WebServiceMessageFactory in org.springframework.ws.context
ModifierConstructorDescriptionDefaultMessageContext
(WebServiceMessageFactory messageFactory) Construct a new, empty instance of theDefaultMessageContext
with the given message factory.DefaultMessageContext
(WebServiceMessage request, WebServiceMessageFactory messageFactory) Construct a new instance of theDefaultMessageContext
with the given request message and message factory. -
Uses of WebServiceMessageFactory in org.springframework.ws.pox.dom
Modifier and TypeClassDescriptionclass
Implementation of theWebServiceMessageFactory
interface that creates aDomPoxMessage
. -
Uses of WebServiceMessageFactory in org.springframework.ws.soap
Modifier and TypeInterfaceDescriptioninterface
Sub-interface ofWebServiceMessageFactory
which contains SOAP-specific properties and methods. -
Uses of WebServiceMessageFactory in org.springframework.ws.soap.saaj
Modifier and TypeClassDescriptionclass
SAAJ-specific implementation of theWebServiceMessageFactory
. -
Uses of WebServiceMessageFactory in org.springframework.ws.test.client
Modifier and TypeMethodDescriptionResponseCreator.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
Modifier and TypeMethodDescriptionstatic MockWebServiceClient
MockWebServiceClient.createClient
(WebServiceMessageReceiver messageReceiver, WebServiceMessageFactory messageFactory) Creates aMockWebServiceClient
instance based on the givenWebServiceMessageReceiver
andWebServiceMessageFactory
.RequestCreator.createRequest
(WebServiceMessageFactory messageFactory) Create a request. -
Uses of WebServiceMessageFactory in org.springframework.ws.test.support.creator
Modifier and TypeMethodDescriptionfinal WebServiceMessage
AbstractMessageCreator.createMessage
(WebServiceMessageFactory messageFactory) WebServiceMessageCreator.createMessage
(WebServiceMessageFactory messageFactory) Create a message. -
Uses of WebServiceMessageFactory in org.springframework.ws.transport
Modifier and TypeMethodDescriptionfinal WebServiceMessage
AbstractWebServiceConnection.receive
(WebServiceMessageFactory messageFactory) WebServiceConnection.receive
(WebServiceMessageFactory messageFactory) Receives a message using the givenWebServiceMessageFactory
. -
Uses of WebServiceMessageFactory in org.springframework.ws.transport.support
Modifier and TypeMethodDescriptionWebServiceMessageReceiverObjectSupport.getMessageFactory()
Returns theWebServiceMessageFactory
.Modifier and TypeMethodDescriptionvoid
WebServiceMessageReceiverObjectSupport.setMessageFactory
(WebServiceMessageFactory messageFactory) Sets theWebServiceMessageFactory
.