- MAIL_URI_SCHEME - Static variable in interface org.springframework.ws.transport.mail.MailTransportConstants
-
The "mail" URI scheme.
- MailMessageReceiver - Class in org.springframework.ws.transport.mail
-
Server-side component for receiving email messages using JavaMail.
- MailMessageReceiver() - Constructor for class org.springframework.ws.transport.mail.MailMessageReceiver
-
- MailMessageSender - Class in org.springframework.ws.transport.mail
-
- MailMessageSender() - Constructor for class org.springframework.ws.transport.mail.MailMessageSender
-
- MailReceiverConnection - Class in org.springframework.ws.transport.mail
-
- MailReceiverConnection(Message, Session) - Constructor for class org.springframework.ws.transport.mail.MailReceiverConnection
-
Constructs a new Mail connection with the given parameters.
- MailSenderConnection - Class in org.springframework.ws.transport.mail
-
- MailSenderConnection(Session, URLName, URLName, InternetAddress, long) - Constructor for class org.springframework.ws.transport.mail.MailSenderConnection
-
Constructs a new Mail connection with the given parameters.
- MailTransportConstants - Interface in org.springframework.ws.transport.mail
-
Declares Mail-specific transport constants.
- MailTransportException - Exception in org.springframework.ws.transport.mail
-
Exception that is thrown when an error occurs in the Mail transport.
- MailTransportException(String, MessagingException) - Constructor for exception org.springframework.ws.transport.mail.MailTransportException
-
- MailTransportException(MessagingException) - Constructor for exception org.springframework.ws.transport.mail.MailTransportException
-
- MailTransportUtils - Class in org.springframework.ws.transport.mail.support
-
Collection of utility methods to work with Mail transports.
- mapNode(Node, int) - Method in interface org.springframework.xml.xpath.NodeMapper
-
Maps a single node to an arbitrary object.
- mark(int) - Method in class org.springframework.ws.transport.TransportInputStream
-
- markSupported() - Method in class org.springframework.ws.transport.TransportInputStream
-
- marshal(Marshaller, Object, WebServiceMessage) - Static method in class org.springframework.ws.support.MarshallingUtils
-
Marshals the given object to the payload of the given message using the provided Marshaller
.
- MarshallingMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
-
- MarshallingMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
-
Deprecated.
Creates a new MarshallingMethodEndpointAdapter
.
- MarshallingMethodEndpointAdapter(Marshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
-
Deprecated.
Creates a new MarshallingMethodEndpointAdapter
with the given marshaller.
- MarshallingMethodEndpointAdapter(Marshaller, Unmarshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter
-
Deprecated.
Creates a new MarshallingMethodEndpointAdapter
with the given marshaller and unmarshaller.
- MarshallingPayloadMethodProcessor - Class in org.springframework.ws.server.endpoint.adapter.method
-
- MarshallingPayloadMethodProcessor() - Constructor for class org.springframework.ws.server.endpoint.adapter.method.MarshallingPayloadMethodProcessor
-
Creates a new MarshallingPayloadMethodProcessor
.
- MarshallingPayloadMethodProcessor(Marshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.method.MarshallingPayloadMethodProcessor
-
Creates a new MarshallingPayloadMethodProcessor
with the given marshaller.
- MarshallingPayloadMethodProcessor(Marshaller, Unmarshaller) - Constructor for class org.springframework.ws.server.endpoint.adapter.method.MarshallingPayloadMethodProcessor
-
Creates a new MarshallingPayloadMethodProcessor
with the given marshaller and unmarshaller.
- MarshallingUtils - Class in org.springframework.ws.support
-
Helper class for endpoints and endpoint mappings that use marshalling.
- marshalSendAndReceive(Object) - Method in interface org.springframework.ws.client.core.WebServiceOperations
-
Sends a web service message that contains the given payload, marshalled by the configured
Marshaller
.
- marshalSendAndReceive(String, Object) - Method in interface org.springframework.ws.client.core.WebServiceOperations
-
Sends a web service message that contains the given payload, marshalled by the configured
Marshaller
.
- marshalSendAndReceive(Object, WebServiceMessageCallback) - Method in interface org.springframework.ws.client.core.WebServiceOperations
-
Sends a web service message that contains the given payload, marshalled by the configured
Marshaller
.
- marshalSendAndReceive(String, Object, WebServiceMessageCallback) - Method in interface org.springframework.ws.client.core.WebServiceOperations
-
Sends a web service message that contains the given payload, marshalled by the configured
Marshaller
.
- marshalSendAndReceive(Object) - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
- marshalSendAndReceive(String, Object) - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
- marshalSendAndReceive(Object, WebServiceMessageCallback) - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
- marshalSendAndReceive(String, Object, WebServiceMessageCallback) - Method in class org.springframework.ws.client.core.WebServiceTemplate
-
- marshalToResponsePayload(MessageContext, Class<?>, Object) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.AbstractJaxb2PayloadMethodProcessor
-
Marshals the given jaxbElement
to the response payload of the given message context.
- match(URI, WebServiceMessage) - Method in interface org.springframework.ws.test.client.RequestMatcher
-
Matches the given request message against the expectations.
- match(WebServiceMessage, WebServiceMessage) - Method in interface org.springframework.ws.test.server.ResponseMatcher
-
Matches the given response message against the expectations.
- match(WebServiceMessage) - Method in class org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher
-
- match(SoapMessage) - Method in class org.springframework.ws.test.support.matcher.AbstractSoapMessageMatcher
-
- match(WebServiceMessage) - Method in class org.springframework.ws.test.support.matcher.DiffMatcher
-
- match(WebServiceMessage) - Method in class org.springframework.ws.test.support.matcher.SchemaValidatingMatcher
-
- match(SoapMessage) - Method in class org.springframework.ws.test.support.matcher.SoapEnvelopeDiffMatcher
-
- match(SoapMessage) - Method in class org.springframework.ws.test.support.matcher.SoapHeaderMatcher
-
- match(WebServiceMessage) - Method in interface org.springframework.ws.test.support.matcher.WebServiceMessageMatcher
-
Matches the given message against the expectations.
- MESSAGE_TRACING_LOG_CATEGORY - Static variable in class org.springframework.ws.client.core.WebServiceTemplate
-
Log category to use for message tracing.
- MESSAGE_TRACING_LOG_CATEGORY - Static variable in class org.springframework.ws.server.MessageDispatcher
-
Log category to use for message tracing.
- MessageAddressingProperties - Class in org.springframework.ws.soap.addressing.core
-
Represents a set of Message Addressing Properties, as defined in the WS-Addressing specification.
- MessageAddressingProperties(URI, EndpointReference, EndpointReference, EndpointReference, URI, URI) - Constructor for class org.springframework.ws.soap.addressing.core.MessageAddressingProperties
-
- MessageContext - Interface in org.springframework.ws.context
-
Context holder for message requests.
- MessageContextMethodArgumentResolver - Class in org.springframework.ws.server.endpoint.adapter.method
-
- MessageContextMethodArgumentResolver() - Constructor for class org.springframework.ws.server.endpoint.adapter.method.MessageContextMethodArgumentResolver
-
- MessageDispatcher - Class in org.springframework.ws.server
-
Central dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints.
- MessageDispatcher() - Constructor for class org.springframework.ws.server.MessageDispatcher
-
Initializes a new instance of the MessageDispatcher
.
- MessageDispatcherServlet - Class in org.springframework.ws.transport.http
-
Servlet for simplified dispatching of Web service messages.
- MessageDispatcherServlet() - Constructor for class org.springframework.ws.transport.http.MessageDispatcherServlet
-
Public constructor, necessary for some Web application servers.
- MessageDispatcherServlet(WebApplicationContext) - Constructor for class org.springframework.ws.transport.http.MessageDispatcherServlet
-
Constructor to support programmatic configuration of the Servlet with the specified
web application context.
- MessageEndpoint - Interface in org.springframework.ws.server.endpoint
-
Defines the basic contract for Web Services interested in the entire message payload.
- MessageEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
-
Adapter to use a MessageEndpoint
as the endpoint for a EndpointInvocationChain
.
- MessageEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.MessageEndpointAdapter
-
- MessageIdStrategy - Interface in org.springframework.ws.soap.addressing.messageid
-
Strategy interface that encapsulates the creation and validation of WS-Addressing MessageID
s.
- MessageMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
-
- MessageMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.MessageMethodEndpointAdapter
-
Deprecated.
- messages - Variable in class org.springframework.ws.soap.security.x509.populator.DaoX509AuthoritiesPopulator
-
- messages - Variable in class org.springframework.ws.soap.security.x509.X509AuthenticationProvider
-
- MessagesProvider - Interface in org.springframework.ws.wsdl.wsdl11.provider
-
Strategy for adding Message
s to a Definition
.
- METHOD_GET - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
-
The "GET" HTTP method
- METHOD_POST - Static variable in interface org.springframework.ws.transport.http.HttpTransportConstants
-
The "POST" HTTP method
- MethodArgumentResolver - Interface in org.springframework.ws.server.endpoint.adapter.method
-
Strategy interface used to resolve method parameters into arguments.
- MethodEndpoint - Class in org.springframework.ws.server.endpoint
-
Represents a bean method that will be invoked as part of an incoming Web service message.
- MethodEndpoint(Object, Method) - Constructor for class org.springframework.ws.server.endpoint.MethodEndpoint
-
Constructs a new method endpoint with the given bean and method.
- MethodEndpoint(Object, String, Class<?>...) - Constructor for class org.springframework.ws.server.endpoint.MethodEndpoint
-
Constructs a new method endpoint with the given bean, method name and parameters.
- MethodEndpoint(String, BeanFactory, Method) - Constructor for class org.springframework.ws.server.endpoint.MethodEndpoint
-
Constructs a new method endpoint with the given bean name and method.
- MethodReturnValueHandler - Interface in org.springframework.ws.server.endpoint.adapter.method
-
Strategy interface used to handle method return values.
- MimeMessage - Interface in org.springframework.ws.mime
-
Represents a Web service message with MIME attachments.
- MockStrategiesHelper - Class in org.springframework.ws.test.support
-
Helper class for for loading default implementations of an interface.
- MockStrategiesHelper(ApplicationContext) - Constructor for class org.springframework.ws.test.support.MockStrategiesHelper
-
Creates a new instance of the MockStrategiesHelper
with the given application context.
- MockValidationCallbackHandler - Class in org.springframework.ws.soap.security.xwss.callback
-
Mock implementation of of callback handler that accepts all password and certificate validation callbacks.
- MockValidationCallbackHandler() - Constructor for class org.springframework.ws.soap.security.xwss.callback.MockValidationCallbackHandler
-
- MockValidationCallbackHandler(boolean) - Constructor for class org.springframework.ws.soap.security.xwss.callback.MockValidationCallbackHandler
-
- MockWebServiceClient - Class in org.springframework.ws.test.server
-
Main entry point for server-side Web service testing.
- MockWebServiceServer - Class in org.springframework.ws.test.client
-
Main entry point for client-side Web service testing.
- monitor(Folder) - Method in class org.springframework.ws.transport.mail.monitor.AbstractMonitoringStrategy
-
Monitors the given folder, and returns any new messages when they arrive.
- monitor(Folder) - Method in interface org.springframework.ws.transport.mail.monitor.MonitoringStrategy
-
Monitors the given folder, and returns any new messages when they arrive.
- MonitoringStrategy - Interface in org.springframework.ws.transport.mail.monitor
-
Defines the contract for objects that monitor a given folder for new messages.
- mustUnderstandFault() - Static method in class org.springframework.ws.test.server.ResponseMatchers
-
Expects a MustUnderstand
fault.
- mustUnderstandFault(String) - Static method in class org.springframework.ws.test.server.ResponseMatchers
-
Expects a MustUnderstand
fault with a particular fault string or reason.