Uses of Interface
org.springframework.ws.WebServiceMessageFactory
Packages that use 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
Constructors in org.springframework.ws.client.core with parameters of type WebServiceMessageFactoryModifierConstructorDescriptionWebServiceTemplate
(WebServiceMessageFactory messageFactory) Creates a newWebServiceTemplate
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 WebServiceMessageFactoryModifier and TypeMethodDescriptionfinal WebServiceMessageFactory
WebServiceGatewaySupport.getMessageFactory()
Returns theWebServiceMessageFactory
used by the gateway.Methods in org.springframework.ws.client.core.support with parameters of type WebServiceMessageFactoryModifier and TypeMethodDescriptionfinal void
WebServiceGatewaySupport.setMessageFactory
(WebServiceMessageFactory messageFactory) Set theWebServiceMessageFactory
to be used by the gateway.Constructors in org.springframework.ws.client.core.support with parameters of type WebServiceMessageFactoryModifierConstructorDescriptionprotected
WebServiceGatewaySupport
(WebServiceMessageFactory messageFactory) Creates a newWebServiceGatewaySupport
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 WebServiceMessageFactoryModifier and TypeMethodDescriptionWebServiceAccessor.getMessageFactory()
Returns the message factory used for creating messages.Methods in org.springframework.ws.client.support with parameters of type WebServiceMessageFactoryModifier and TypeMethodDescriptionvoid
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 WebServiceMessageFactoryConstructors in org.springframework.ws.context with parameters of type WebServiceMessageFactoryModifierConstructorDescriptionDefaultMessageContext
(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
Classes in org.springframework.ws.pox.dom that implement WebServiceMessageFactoryModifier and TypeClassDescriptionclass
Implementation of theWebServiceMessageFactory
interface that creates aDomPoxMessage
. -
Uses of WebServiceMessageFactory in org.springframework.ws.soap
Subinterfaces of WebServiceMessageFactory in org.springframework.ws.soapModifier and TypeInterfaceDescriptioninterface
Sub-interface ofWebServiceMessageFactory
which contains SOAP-specific properties and methods. -
Uses of WebServiceMessageFactory in org.springframework.ws.soap.saaj
Classes in org.springframework.ws.soap.saaj that implement WebServiceMessageFactoryModifier and TypeClassDescriptionclass
SAAJ-specific implementation of theWebServiceMessageFactory
. -
Uses of WebServiceMessageFactory in org.springframework.ws.test.client
Methods in org.springframework.ws.test.client with parameters of type WebServiceMessageFactoryModifier 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
Methods in org.springframework.ws.test.server with parameters of type WebServiceMessageFactoryModifier 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
Methods in org.springframework.ws.test.support.creator with parameters of type WebServiceMessageFactoryModifier and TypeMethodDescriptionfinal WebServiceMessage
AbstractMessageCreator.createMessage
(WebServiceMessageFactory messageFactory) WebServiceMessageCreator.createMessage
(WebServiceMessageFactory messageFactory) Create a message. -
Uses of WebServiceMessageFactory in org.springframework.ws.transport
Methods in org.springframework.ws.transport with parameters of type WebServiceMessageFactoryModifier 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
Methods in org.springframework.ws.transport.support that return WebServiceMessageFactoryModifier and TypeMethodDescriptionWebServiceMessageReceiverObjectSupport.getMessageFactory()
Returns theWebServiceMessageFactory
.Methods in org.springframework.ws.transport.support with parameters of type WebServiceMessageFactoryModifier and TypeMethodDescriptionvoid
WebServiceMessageReceiverObjectSupport.setMessageFactory
(WebServiceMessageFactory messageFactory) Sets theWebServiceMessageFactory
.