Uses of Interface
org.springframework.ws.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
Modifier and TypeInterfaceDescriptioninterface
Sub-interface ofWebServiceMessage
that can contain special Fault messages.Modifier and TypeMethodDescriptionWebServiceMessageFactory.createWebServiceMessage()
Creates a new, emptyWebServiceMessage
.WebServiceMessageFactory.createWebServiceMessage
(InputStream inputStream) Reads aWebServiceMessage
from the given input stream. -
Uses of WebServiceMessage in org.springframework.ws.client.core
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionDefaultMessageContext.getRequest()
MessageContext.getRequest()
Returns the request message.DefaultMessageContext.getResponse()
MessageContext.getResponse()
Returns the response message.Modifier and TypeMethodDescriptionvoid
DefaultMessageContext.setResponse
(WebServiceMessage response) void
MessageContext.setResponse
(WebServiceMessage response) Sets the response message.ModifierConstructorDescriptionDefaultMessageContext
(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
Modifier and TypeInterfaceDescriptioninterface
Represents a Web service message with MIME attachments. -
Uses of WebServiceMessage in org.springframework.ws.pox
Modifier and TypeInterfaceDescriptioninterface
Defines the contract for Plain Old XML messages. -
Uses of WebServiceMessage in org.springframework.ws.pox.dom
Modifier and TypeClassDescriptionclass
Implementation of thePoxMessage
interface that is based on a DOM Document. -
Uses of WebServiceMessage in org.springframework.ws.server.endpoint
Modifier 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
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Represents an abstraction for SOAP messages, providing access to a SOAP Envelope. -
Uses of WebServiceMessage in org.springframework.ws.soap.addressing.client
-
Uses of WebServiceMessage in org.springframework.ws.soap.client.core
Modifier and TypeMethodDescriptionvoid
SoapActionCallback.doWithMessage
(WebServiceMessage message) void
SoapFaultMessageResolver.resolveFault
(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.soap.saaj
Modifier and TypeClassDescriptionclass
SAAJ-specific implementation of theSoapMessage
interface. -
Uses of WebServiceMessage in org.springframework.ws.soap.server.endpoint.interceptor
Modifier 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
Modifier and TypeInterfaceDescriptioninterface
Sub-interface ofWebServiceMessage
that allows for setting a streaming payload. -
Uses of WebServiceMessage in org.springframework.ws.support
Modifier 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
Modifier and TypeMethodDescriptionResponseCreator.createResponse
(URI uri, WebServiceMessage request, WebServiceMessageFactory messageFactory) Create a response for the given the request and URI.Modifier 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
Modifier and TypeMethodDescriptionRequestCreator.createRequest
(WebServiceMessageFactory messageFactory) Create a request.Modifier 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
Modifier and TypeMethodDescriptionfinal WebServiceMessage
AbstractMessageCreator.createMessage
(WebServiceMessageFactory messageFactory) WebServiceMessageCreator.createMessage
(WebServiceMessageFactory messageFactory) Create a message.Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionfinal WebServiceMessage
AbstractWebServiceConnection.receive
(WebServiceMessageFactory messageFactory) WebServiceConnection.receive
(WebServiceMessageFactory messageFactory) Receives a message using the givenWebServiceMessageFactory
.Modifier 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
Modifier 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
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionprotected void
XmppReceiverConnection.onSendAfterWrite
(WebServiceMessage message) protected void
XmppSenderConnection.onSendAfterWrite
(WebServiceMessage message) protected void
XmppReceiverConnection.onSendBeforeWrite
(WebServiceMessage message)