Uses of Interface
org.springframework.ws.WebServiceMessage
Packages that use WebServiceMessage
Package
Description
Provides the core functionality of the Spring Web Services framework.
Core package of the Spring-WS client-side support.
Provides the
ClientInterceptor
interface, and validating interceptors.Contains the
MessageContext
interface and implementations thereof.Provides MIME functionality for use the Spring Web Services framework.
Provides the Plain Old XML (POX) functionality of the Spring Web Services framework.
Contains an implementation of the POX interfaces that is based on DOM.
Provides standard endpoint, and
EndpointAdapter
implementations.Provides miscellaneous endpoints
EndpointInterceptor
implementations.Provides the SOAP functionality of the Spring Web Services framework.
Contains core classes for SOAP-specific client-side Spring-WS support.
SOAP with Attachments API for Java (SAAJ) support for Spring-WS soap message infrastructure.
Provides miscellaneous endpoints
EndpointInterceptor
implementations for SOAP purposes.Provides general helper classes for Spring Web Services.
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.Provides the generic
WebServiceMessageMatcher
interface, and implementations.Contains the TransportRequest and TransportResponse interfaces.
Package providing support for handling messages via HTTP.
Package providing support for handling messages via JMS.
Package providing support for handling messages via email.
Package providing support for handling messages via xmpp.
-
Uses of WebServiceMessage in org.springframework.ws
Subinterfaces of WebServiceMessage in org.springframework.wsModifier and TypeInterfaceDescriptioninterface
Sub-interface ofWebServiceMessage
that can contain special Fault messages.Methods in org.springframework.ws that return WebServiceMessageModifier and TypeMethodDescriptionWebServiceMessageFactory.createWebServiceMessage()
Creates a new, emptyWebServiceMessage
.WebServiceMessageFactory.createWebServiceMessage
(InputStream inputStream) Reads aWebServiceMessage
from the given input stream.Constructors in org.springframework.ws with parameters of type WebServiceMessage -
Uses of WebServiceMessage in org.springframework.ws.client.core
Methods in org.springframework.ws.client.core with parameters of type WebServiceMessageModifier and TypeMethodDescriptionvoid
WebServiceMessageCallback.doWithMessage
(WebServiceMessage message) Execute any number of operations on the suppliedmessage
.WebServiceMessageExtractor.extractData
(WebServiceMessage message) Process the data in the givenWebServiceMessage
, creating a corresponding result object.protected Object
WebServiceTemplate.handleError
(WebServiceConnection connection, WebServiceMessage request) Handles an error on the given connection.protected boolean
WebServiceTemplate.hasError
(WebServiceConnection connection, WebServiceMessage request) Determines whether the given connection or message context has an error.protected boolean
WebServiceTemplate.hasFault
(WebServiceConnection connection, WebServiceMessage response) Determines whether the given connection or message has a fault.void
FaultMessageResolver.resolveFault
(WebServiceMessage message) Try to resolve the given fault message that got received.void
SimpleFaultMessageResolver.resolveFault
(WebServiceMessage message) Throws a newWebServiceFaultException
. -
Uses of WebServiceMessage in org.springframework.ws.client.support.interceptor
Methods in org.springframework.ws.client.support.interceptor with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected abstract Source
AbstractValidatingInterceptor.getValidationRequestSource
(WebServiceMessage request) Abstract template method that returns the part of the request message that is to be validated.protected Source
PayloadValidatingInterceptor.getValidationRequestSource
(WebServiceMessage request) Returns the part of the request message that is to be validated.protected abstract Source
AbstractValidatingInterceptor.getValidationResponseSource
(WebServiceMessage response) Abstract template method that returns the part of the response message that is to be validated.protected Source
PayloadValidatingInterceptor.getValidationResponseSource
(WebServiceMessage response) Returns the part of the response message that is to be validated. -
Uses of WebServiceMessage in org.springframework.ws.context
Methods in org.springframework.ws.context that return WebServiceMessageModifier and TypeMethodDescriptionDefaultMessageContext.getRequest()
MessageContext.getRequest()
Returns the request message.DefaultMessageContext.getResponse()
MessageContext.getResponse()
Returns the response message.Methods in org.springframework.ws.context with parameters of type WebServiceMessageModifier and TypeMethodDescriptionvoid
DefaultMessageContext.setResponse
(WebServiceMessage response) void
MessageContext.setResponse
(WebServiceMessage response) Sets the response message.Constructors in org.springframework.ws.context with parameters of type WebServiceMessageModifierConstructorDescriptionDefaultMessageContext
(WebServiceMessage request, WebServiceMessageFactory messageFactory) Construct a new instance of theDefaultMessageContext
with the given request message and message factory. -
Uses of WebServiceMessage in org.springframework.ws.mime
Subinterfaces of WebServiceMessage in org.springframework.ws.mimeModifier and TypeInterfaceDescriptioninterface
Represents a Web service message with MIME attachments.Classes in org.springframework.ws.mime that implement WebServiceMessage -
Uses of WebServiceMessage in org.springframework.ws.pox
Subinterfaces of WebServiceMessage in org.springframework.ws.poxModifier and TypeInterfaceDescriptioninterface
Defines the contract for Plain Old XML messages. -
Uses of WebServiceMessage in org.springframework.ws.pox.dom
Classes in org.springframework.ws.pox.dom that implement WebServiceMessageModifier and TypeClassDescriptionclass
Implementation of thePoxMessage
interface that is based on a DOM Document. -
Uses of WebServiceMessage in org.springframework.ws.server.endpoint
Methods in org.springframework.ws.server.endpoint with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected abstract Source
AbstractLoggingInterceptor.getSource
(WebServiceMessage message) Abstract template method that returns theSource
for the givenWebServiceMessage
. -
Uses of WebServiceMessage in org.springframework.ws.server.endpoint.interceptor
Methods in org.springframework.ws.server.endpoint.interceptor with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected Source
PayloadLoggingInterceptor.getSource
(WebServiceMessage message) protected abstract Source
AbstractValidatingInterceptor.getValidationRequestSource
(WebServiceMessage request) Abstract template method that returns the part of the request message that is to be validated.protected abstract Source
AbstractValidatingInterceptor.getValidationResponseSource
(WebServiceMessage response) Abstract template method that returns the part of the response message that is to be validated.protected boolean
DelegatingSmartEndpointInterceptor.shouldIntercept
(WebServiceMessage request, Object endpoint) Indicates whether this interceptor should intercept the given request message. -
Uses of WebServiceMessage in org.springframework.ws.soap
Subinterfaces of WebServiceMessage in org.springframework.ws.soapModifier and TypeInterfaceDescriptioninterface
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope.Classes in org.springframework.ws.soap that implement WebServiceMessage -
Uses of WebServiceMessage in org.springframework.ws.soap.addressing.client
Methods in org.springframework.ws.soap.addressing.client with parameters of type WebServiceMessage -
Uses of WebServiceMessage in org.springframework.ws.soap.client.core
Methods in org.springframework.ws.soap.client.core with parameters of type WebServiceMessageModifier and TypeMethodDescriptionvoid
SoapActionCallback.doWithMessage
(WebServiceMessage message) void
SoapFaultMessageResolver.resolveFault
(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.soap.saaj
Classes in org.springframework.ws.soap.saaj that implement WebServiceMessageModifier and TypeClassDescriptionclass
SAAJ-specific implementation of theSoapMessage
interface. -
Uses of WebServiceMessage in org.springframework.ws.soap.server.endpoint.interceptor
Methods in org.springframework.ws.soap.server.endpoint.interceptor with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected Source
SoapEnvelopeLoggingInterceptor.getSource
(WebServiceMessage message) protected Source
PayloadValidatingInterceptor.getValidationRequestSource
(WebServiceMessage request) Returns the payload source of the given message.protected Source
PayloadValidatingInterceptor.getValidationResponseSource
(WebServiceMessage response) Returns the payload source of the given message.protected boolean
PayloadRootSmartSoapEndpointInterceptor.shouldIntercept
(WebServiceMessage request, Object endpoint) protected boolean
SoapActionSmartEndpointInterceptor.shouldIntercept
(WebServiceMessage request, Object endpoint) -
Uses of WebServiceMessage in org.springframework.ws.stream
Subinterfaces of WebServiceMessage in org.springframework.ws.streamModifier and TypeInterfaceDescriptioninterface
Sub-interface ofWebServiceMessage
that allows for setting a streaming payload. -
Uses of WebServiceMessage in org.springframework.ws.support
Methods in org.springframework.ws.support with parameters of type WebServiceMessageModifier and TypeMethodDescriptionstatic void
MarshallingUtils.marshal
(org.springframework.oxm.Marshaller marshaller, Object graph, WebServiceMessage message) Marshals the given object to the payload of the given message using the providedMarshaller
.static Object
MarshallingUtils.unmarshal
(org.springframework.oxm.Unmarshaller unmarshaller, WebServiceMessage message) Unmarshals the payload of the given message using the providedUnmarshaller
. -
Uses of WebServiceMessage in org.springframework.ws.test.client
Methods in org.springframework.ws.test.client that return WebServiceMessageModifier and TypeMethodDescriptionResponseCreator.createResponse
(URI uri, WebServiceMessage request, WebServiceMessageFactory messageFactory) Create a response for the given the request and URI.Methods in org.springframework.ws.test.client with parameters of type WebServiceMessageModifier and TypeMethodDescriptionResponseCreator.createResponse
(URI uri, WebServiceMessage request, WebServiceMessageFactory messageFactory) Create a response for the given the request and URI.void
RequestMatcher.match
(URI uri, WebServiceMessage request) Matches the given request message against the expectations. -
Uses of WebServiceMessage in org.springframework.ws.test.server
Methods in org.springframework.ws.test.server that return WebServiceMessageModifier and TypeMethodDescriptionRequestCreator.createRequest
(WebServiceMessageFactory messageFactory) Create a request.Methods in org.springframework.ws.test.server with parameters of type WebServiceMessageModifier and TypeMethodDescriptionvoid
ResponseMatcher.match
(WebServiceMessage request, WebServiceMessage response) Matches the given response message against the expectations. -
Uses of WebServiceMessage in org.springframework.ws.test.support.creator
Methods in org.springframework.ws.test.support.creator that return WebServiceMessageModifier and TypeMethodDescriptionfinal WebServiceMessage
AbstractMessageCreator.createMessage
(WebServiceMessageFactory messageFactory) WebServiceMessageCreator.createMessage
(WebServiceMessageFactory messageFactory) Create a message.Methods in org.springframework.ws.test.support.creator with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected abstract void
AbstractMessageCreator.doWithMessage
(WebServiceMessage message) Abstract template method, invoked byAbstractMessageCreator.createMessage(WebServiceMessageFactory)
after a message has been created.protected void
PayloadMessageCreator.doWithMessage
(WebServiceMessage message) protected void
SoapEnvelopeMessageCreator.doWithMessage
(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.test.support.matcher
Methods in org.springframework.ws.test.support.matcher with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected abstract org.custommonkey.xmlunit.Diff
DiffMatcher.createDiff
(WebServiceMessage message) Deprecated.Creates aDiff
for the given message.protected final org.custommonkey.xmlunit.Diff
PayloadDiffMatcher.createDiff
(WebServiceMessage message) Deprecated.final void
AbstractSoapMessageMatcher.match
(WebServiceMessage message) final void
DiffMatcher.match
(WebServiceMessage message) Deprecated.void
SchemaValidatingMatcher.match
(WebServiceMessage message) void
WebServiceMessageMatcher.match
(WebServiceMessage message) Matches the given message against the expectations. -
Uses of WebServiceMessage in org.springframework.ws.test.support.matcher.xmlunit2
Methods in org.springframework.ws.test.support.matcher.xmlunit2 with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected abstract org.xmlunit.diff.Diff
DiffMatcher.createDiff
(WebServiceMessage message) Creates aDiff
for the given message.protected final org.xmlunit.diff.Diff
PayloadDiffMatcher.createDiff
(WebServiceMessage message) final void
DiffMatcher.match
(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.transport
Methods in org.springframework.ws.transport that return WebServiceMessageModifier and TypeMethodDescriptionfinal WebServiceMessage
AbstractWebServiceConnection.receive
(WebServiceMessageFactory messageFactory) WebServiceConnection.receive
(WebServiceMessageFactory messageFactory) Receives a message using the givenWebServiceMessageFactory
.Methods in org.springframework.ws.transport with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected void
AbstractWebServiceConnection.onReceiveAfterRead
(WebServiceMessage message) Called when the given message has been read from theTransportInputStream
.protected void
AbstractWebServiceConnection.onSendAfterWrite
(WebServiceMessage message) Called after the given message has been written to theTransportOutputStream
.protected void
AbstractWebServiceConnection.onSendBeforeWrite
(WebServiceMessage message) Called before the given message has been written to theTransportOutputStream
.final void
AbstractWebServiceConnection.send
(WebServiceMessage message) void
WebServiceConnection.send
(WebServiceMessage message) Sends the given message using this connection. -
Uses of WebServiceMessage in org.springframework.ws.transport.http
Methods in org.springframework.ws.transport.http with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected void
ClientHttpRequestConnection.onSendAfterWrite
(WebServiceMessage message) protected void
CommonsHttpConnection.onSendAfterWrite
(WebServiceMessage message) Deprecated.protected void
HttpComponents5Connection.onSendAfterWrite
(WebServiceMessage message) protected void
HttpComponentsConnection.onSendAfterWrite
(WebServiceMessage message) protected void
HttpExchangeConnection.onSendAfterWrite
(WebServiceMessage message) protected void
HttpServletConnection.onSendAfterWrite
(WebServiceMessage message) protected void
HttpUrlConnection.onSendAfterWrite
(WebServiceMessage message) protected void
JdkHttpClientConnection.onSendAfterWrite
(WebServiceMessage message) protected void
CommonsHttpConnection.onSendBeforeWrite
(WebServiceMessage message) Deprecated.protected void
HttpComponents5Connection.onSendBeforeWrite
(WebServiceMessage message) protected void
HttpComponentsConnection.onSendBeforeWrite
(WebServiceMessage message) protected void
JdkHttpClientConnection.onSendBeforeWrite
(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.transport.jms
Methods in org.springframework.ws.transport.jms with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected void
JmsReceiverConnection.onSendAfterWrite
(WebServiceMessage message) protected void
JmsSenderConnection.onSendAfterWrite
(WebServiceMessage message) protected void
JmsReceiverConnection.onSendBeforeWrite
(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.transport.mail
Methods in org.springframework.ws.transport.mail with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected void
MailReceiverConnection.onSendAfterWrite
(WebServiceMessage message) protected void
MailSenderConnection.onSendAfterWrite
(WebServiceMessage message) protected void
MailReceiverConnection.onSendBeforeWrite
(WebServiceMessage message) protected void
MailSenderConnection.onSendBeforeWrite
(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.transport.xmpp
Methods in org.springframework.ws.transport.xmpp with parameters of type WebServiceMessageModifier and TypeMethodDescriptionprotected void
XmppReceiverConnection.onSendAfterWrite
(WebServiceMessage message) protected void
XmppSenderConnection.onSendAfterWrite
(WebServiceMessage message) protected void
XmppReceiverConnection.onSendBeforeWrite
(WebServiceMessage message)