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 TypeInterfaceDescriptioninterfaceSub-interface ofWebServiceMessagethat 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 aWebServiceMessagefrom 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 TypeMethodDescriptionvoidWebServiceMessageCallback.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 ObjectWebServiceTemplate.handleError(WebServiceConnection connection, WebServiceMessage request) Handles an error on the given connection.protected booleanWebServiceTemplate.hasError(WebServiceConnection connection, WebServiceMessage request) Determines whether the given connection or message context has an error.protected booleanWebServiceTemplate.hasFault(WebServiceConnection connection, WebServiceMessage response) Determines whether the given connection or message has a fault.voidFaultMessageResolver.resolveFault(WebServiceMessage message) Try to resolve the given fault message that got received.voidSimpleFaultMessageResolver.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 SourceAbstractValidatingInterceptor.getValidationRequestSource(WebServiceMessage request) Abstract template method that returns the part of the request message that is to be validated.protected SourcePayloadValidatingInterceptor.getValidationRequestSource(WebServiceMessage request) Returns the part of the request message that is to be validated.protected abstract SourceAbstractValidatingInterceptor.getValidationResponseSource(WebServiceMessage response) Abstract template method that returns the part of the response message that is to be validated.protected SourcePayloadValidatingInterceptor.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 TypeMethodDescriptionvoidDefaultMessageContext.setResponse(WebServiceMessage response) voidMessageContext.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 theDefaultMessageContextwith the given request message and message factory. -
Uses of WebServiceMessage in org.springframework.ws.mime
Subinterfaces of WebServiceMessage in org.springframework.ws.mimeModifier and TypeInterfaceDescriptioninterfaceRepresents 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 TypeInterfaceDescriptioninterfaceDefines 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 TypeClassDescriptionclassImplementation of thePoxMessageinterface 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 SourceAbstractLoggingInterceptor.getSource(WebServiceMessage message) Abstract template method that returns theSourcefor 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 SourcePayloadLoggingInterceptor.getSource(WebServiceMessage message) protected abstract SourceAbstractValidatingInterceptor.getValidationRequestSource(WebServiceMessage request) Abstract template method that returns the part of the request message that is to be validated.protected abstract SourceAbstractValidatingInterceptor.getValidationResponseSource(WebServiceMessage response) Abstract template method that returns the part of the response message that is to be validated.protected booleanDelegatingSmartEndpointInterceptor.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 TypeInterfaceDescriptioninterfaceRepresents 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 TypeMethodDescriptionvoidSoapActionCallback.doWithMessage(WebServiceMessage message) voidSoapFaultMessageResolver.resolveFault(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.soap.saaj
Classes in org.springframework.ws.soap.saaj that implement WebServiceMessageModifier and TypeClassDescriptionclassSAAJ-specific implementation of theSoapMessageinterface. -
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 SourceSoapEnvelopeLoggingInterceptor.getSource(WebServiceMessage message) protected SourcePayloadValidatingInterceptor.getValidationRequestSource(WebServiceMessage request) Returns the payload source of the given message.protected SourcePayloadValidatingInterceptor.getValidationResponseSource(WebServiceMessage response) Returns the payload source of the given message.protected booleanPayloadRootSmartSoapEndpointInterceptor.shouldIntercept(WebServiceMessage request, Object endpoint) protected booleanSoapActionSmartEndpointInterceptor.shouldIntercept(WebServiceMessage request, Object endpoint) -
Uses of WebServiceMessage in org.springframework.ws.stream
Subinterfaces of WebServiceMessage in org.springframework.ws.streamModifier and TypeInterfaceDescriptioninterfaceSub-interface ofWebServiceMessagethat 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 voidMarshallingUtils.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 ObjectMarshallingUtils.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.voidRequestMatcher.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 TypeMethodDescriptionvoidResponseMatcher.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 WebServiceMessageAbstractMessageCreator.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 voidAbstractMessageCreator.doWithMessage(WebServiceMessage message) Abstract template method, invoked byAbstractMessageCreator.createMessage(WebServiceMessageFactory)after a message has been created.protected voidPayloadMessageCreator.doWithMessage(WebServiceMessage message) protected voidSoapEnvelopeMessageCreator.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.DiffDiffMatcher.createDiff(WebServiceMessage message) Deprecated.Creates aDifffor the given message.protected final org.custommonkey.xmlunit.DiffPayloadDiffMatcher.createDiff(WebServiceMessage message) Deprecated.final voidAbstractSoapMessageMatcher.match(WebServiceMessage message) final voidDiffMatcher.match(WebServiceMessage message) Deprecated.voidSchemaValidatingMatcher.match(WebServiceMessage message) voidWebServiceMessageMatcher.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.DiffDiffMatcher.createDiff(WebServiceMessage message) Creates aDifffor the given message.protected final org.xmlunit.diff.DiffPayloadDiffMatcher.createDiff(WebServiceMessage message) final voidDiffMatcher.match(WebServiceMessage message) -
Uses of WebServiceMessage in org.springframework.ws.transport
Methods in org.springframework.ws.transport that return WebServiceMessageModifier and TypeMethodDescriptionfinal WebServiceMessageAbstractWebServiceConnection.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 voidAbstractWebServiceConnection.onReceiveAfterRead(WebServiceMessage message) Called when the given message has been read from theTransportInputStream.protected voidAbstractWebServiceConnection.onSendAfterWrite(WebServiceMessage message) Called after the given message has been written to theTransportOutputStream.protected voidAbstractWebServiceConnection.onSendBeforeWrite(WebServiceMessage message) Called before the given message has been written to theTransportOutputStream.final voidAbstractWebServiceConnection.send(WebServiceMessage message) voidWebServiceConnection.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 voidClientHttpRequestConnection.onSendAfterWrite(WebServiceMessage message) protected voidCommonsHttpConnection.onSendAfterWrite(WebServiceMessage message) Deprecated.protected voidHttpComponents5Connection.onSendAfterWrite(WebServiceMessage message) protected voidHttpComponentsConnection.onSendAfterWrite(WebServiceMessage message) protected voidHttpExchangeConnection.onSendAfterWrite(WebServiceMessage message) protected voidHttpServletConnection.onSendAfterWrite(WebServiceMessage message) protected voidHttpUrlConnection.onSendAfterWrite(WebServiceMessage message) protected voidJdkHttpClientConnection.onSendAfterWrite(WebServiceMessage message) protected voidCommonsHttpConnection.onSendBeforeWrite(WebServiceMessage message) Deprecated.protected voidHttpComponents5Connection.onSendBeforeWrite(WebServiceMessage message) protected voidHttpComponentsConnection.onSendBeforeWrite(WebServiceMessage message) protected voidJdkHttpClientConnection.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 voidJmsReceiverConnection.onSendAfterWrite(WebServiceMessage message) protected voidJmsSenderConnection.onSendAfterWrite(WebServiceMessage message) protected voidJmsReceiverConnection.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 voidMailReceiverConnection.onSendAfterWrite(WebServiceMessage message) protected voidMailSenderConnection.onSendAfterWrite(WebServiceMessage message) protected voidMailReceiverConnection.onSendBeforeWrite(WebServiceMessage message) protected voidMailSenderConnection.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 voidXmppReceiverConnection.onSendAfterWrite(WebServiceMessage message) protected voidXmppSenderConnection.onSendAfterWrite(WebServiceMessage message) protected voidXmppReceiverConnection.onSendBeforeWrite(WebServiceMessage message)