Skip navigation links
Spring Web Services
A B C D E F G H I J K L M N O P Q R S T U V W X 

R

read(byte[]) - Method in class org.springframework.ws.transport.TransportInputStream
 
read(byte[], int, int) - Method in class org.springframework.ws.transport.TransportInputStream
 
read() - Method in class org.springframework.ws.transport.TransportInputStream
 
readResponse(InputStream) - Method in class org.springframework.ws.context.DefaultMessageContext
 
readResponse(InputStream) - Method in interface org.springframework.ws.context.MessageContext
Reads a response message from the given input stream.
receive(MessageContext) - Method in class org.springframework.ws.server.MessageDispatcher
 
receive(WebServiceMessageFactory) - Method in class org.springframework.ws.transport.AbstractWebServiceConnection
 
receive(WebServiceMessageFactory) - Method in interface org.springframework.ws.transport.WebServiceConnection
Receives a message using the given WebServiceMessageFactory.
receive(MessageContext) - Method in interface org.springframework.ws.transport.WebServiceMessageReceiver
Receives the given message context.
receivedMessageTracingLogger - Static variable in class org.springframework.ws.client.core.WebServiceTemplate
Additional logger to use for received message tracing.
receivedMessageTracingLogger - Static variable in class org.springframework.ws.server.MessageDispatcher
Additional logger to use for received message tracing.
RECEIVER - Static variable in class org.springframework.ws.soap.server.endpoint.SoapFaultDefinition
Constant QName used to indicate that a Receiver fault must be created.
registerEndpoint(String, Object) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMapBasedEndpointMapping
Register the given endpoint instance under the registration key.
registerEndpoint(T, MethodEndpoint) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Register the given endpoint instance under the key.
registerEndpoint(URI, Object) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionEndpointMapping
Register the specified endpoint for the given action URI.
registerEndpoints(Map<URI, Object>) - Method in class org.springframework.ws.soap.addressing.server.SimpleActionEndpointMapping
Register all endpoints specified in the action map.
registerMessageDispatcherServlet(ServletContext) - Method in class org.springframework.ws.transport.http.support.AbstractMessageDispatcherServletInitializer
Register a MessageDispatcherServlet against the given servlet context.
registerMethods(Object) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Helper method that registers the methods of the given bean.
registerMethods(String) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractMethodEndpointMapping
Helper method that registers the methods of the given class.
registerMethods(Object) - Method in class org.springframework.ws.soap.addressing.server.AbstractActionMethodEndpointMapping
Helper method that registers the methods of the given bean.
remove() - Method in class org.springframework.ws.transport.support.EnumerationIterator
 
removeAttribute(QName) - Method in interface org.springframework.ws.soap.SoapElement
Removes the attribute with the specified name.
removeBinding(String) - Method in class org.springframework.xml.namespace.SimpleNamespaceContext
Removes the given prefix from this context.
removeContents(OMContainer) - Static method in class org.springframework.ws.soap.axiom.support.AxiomUtils
Removes the contents (i.e.
removeHeaderElement(QName) - Method in interface org.springframework.ws.soap.SoapHeader
Removes the SoapHeaderElement with the specified qualified name from this header.
removeProperty(String) - Method in class org.springframework.ws.context.AbstractMessageContext
 
removeProperty(String) - Method in interface org.springframework.ws.context.MessageContext
Removes a property from the MessageContext.
RemoveSoapHeadersInterceptor() - Constructor for class org.springframework.ws.transport.http.HttpComponentsMessageSender.RemoveSoapHeadersInterceptor
 
removeUserFromCache(X509Certificate) - Method in class org.springframework.ws.soap.security.x509.cache.EhCacheBasedX509UserCache
 
removeUserFromCache(X509Certificate) - Method in class org.springframework.ws.soap.security.x509.cache.NullX509UserCache
 
removeUserFromCache(X509Certificate) - Method in interface org.springframework.ws.soap.security.x509.cache.X509UserCache
 
RequestCreator - Interface in org.springframework.ws.test.server
Creates request messages.
RequestCreators - Class in org.springframework.ws.test.server
Factory methods for RequestCreator classes.
RequestMatcher - Interface in org.springframework.ws.test.client
Defines the contract for matching requests to expectations.
RequestMatchers - Class in org.springframework.ws.test.client
Factory methods for RequestMatcher classes.
RequestPayload - Annotation Type in org.springframework.ws.server.endpoint.annotation
Annotation which indicates that a method parameter should be bound to the request payload.
RequestXPathExpectations - Interface in org.springframework.ws.test.client
Allows for setting up expectations on XPath expressions.
reset() - Method in class org.springframework.ws.transport.TransportInputStream
 
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.server.endpoint.adapter.method.AbstractPayloadSourceMethodProcessor
 
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.JaxbElementPayloadMethodProcessor
 
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.server.endpoint.adapter.method.jaxb.XmlRootElementPayloadMethodProcessor
 
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.server.endpoint.adapter.method.MarshallingPayloadMethodProcessor
 
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.server.endpoint.adapter.method.MessageContextMethodArgumentResolver
 
resolveArgument(MessageContext, MethodParameter) - Method in interface org.springframework.ws.server.endpoint.adapter.method.MethodArgumentResolver
Resolves the given parameter into a method argument.
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.server.endpoint.adapter.method.StaxPayloadMethodArgumentResolver
 
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.server.endpoint.adapter.method.XPathParamMethodArgumentResolver
 
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.soap.server.endpoint.adapter.method.SoapHeaderElementMethodArgumentResolver
 
resolveArgument(MessageContext, MethodParameter) - Method in class org.springframework.ws.soap.server.endpoint.adapter.method.SoapMethodArgumentResolver
 
resolveException(MessageContext, Object, Exception) - Method in class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
Default implementation that checks whether the given endpoint is in the set of mapped endpoints.
resolveException(MessageContext, Object, Exception) - Method in interface org.springframework.ws.server.EndpointExceptionResolver
Try to resolve the given exception that got thrown during on endpoint execution.
resolveExceptionInternal(MessageContext, Object, Exception) - Method in class org.springframework.ws.server.endpoint.AbstractEndpointExceptionResolver
resolveExceptionInternal(MessageContext, Object, Exception) - Method in class org.springframework.ws.soap.server.endpoint.AbstractSoapFaultDefinitionExceptionResolver
 
resolveExceptionInternal(MessageContext, Object, Exception) - Method in class org.springframework.ws.soap.server.endpoint.SimpleSoapExceptionResolver
 
resolveFault(WebServiceMessage) - Method in interface org.springframework.ws.client.core.FaultMessageResolver
Try to resolve the given fault message that got received.
resolveFault(WebServiceMessage) - Method in class org.springframework.ws.client.core.SimpleFaultMessageResolver
Throws a new WebServiceFaultException.
resolveFault(WebServiceMessage) - Method in class org.springframework.ws.soap.client.core.SoapFaultMessageResolver
 
resolveQName(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractQNameEndpointMapping
Template method that resolves the qualified names from the given SOAP message.
resolveQName(MessageContext) - Method in class org.springframework.ws.server.endpoint.mapping.PayloadRootQNameEndpointMapping
 
resolveRequestPayloadArgument(MethodParameter, Source) - Method in class org.springframework.ws.server.endpoint.adapter.method.AbstractPayloadSourceMethodProcessor
Resolves the given parameter, annotated with RequestPayload, into a method argument.
resolveRequestPayloadArgument(MethodParameter, Source) - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.Dom4jPayloadMethodProcessor
 
resolveRequestPayloadArgument(MethodParameter, Source) - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.DomPayloadMethodProcessor
 
resolveRequestPayloadArgument(MethodParameter, Source) - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.JDomPayloadMethodProcessor
 
resolveRequestPayloadArgument(MethodParameter, Source) - Method in class org.springframework.ws.server.endpoint.adapter.method.dom.XomPayloadMethodProcessor
 
resolveRequestPayloadArgument(MethodParameter, Source) - Method in class org.springframework.ws.server.endpoint.adapter.method.SourcePayloadMethodProcessor
 
resolveStringEndpoint(String) - Method in class org.springframework.ws.server.endpoint.mapping.AbstractEndpointMapping
Resolves an endpoint string.
ResourceSource - Class in org.springframework.xml.transform
Convenient subclass of SAXSource that reads from a Spring Resource.
ResourceSource(Resource) - Constructor for class org.springframework.xml.transform.ResourceSource
Initializes a new instance of the ResourceSource with the given resource.
ResourceSource(XMLReader, Resource) - Constructor for class org.springframework.xml.transform.ResourceSource
Initializes a new instance of the ResourceSource with the given XMLReader and resource.
ResponseActions - Interface in org.springframework.ws.test.client
Allows for setting up responses and additional expectations.
ResponseActions - Interface in org.springframework.ws.test.server
Allows for setting up expectation about response messages.
ResponseCreator - Interface in org.springframework.ws.test.client
Allows for creating up responses.
ResponseCreators - Class in org.springframework.ws.test.client
Factory methods for ResponseCreator classes.
ResponseMatcher - Interface in org.springframework.ws.test.server
Defines the contract for matching response messages to expectations.
ResponseMatchers - Class in org.springframework.ws.test.server
Factory methods for ResponseMatcher classes.
ResponsePayload - Annotation Type in org.springframework.ws.server.endpoint.annotation
Annotation which indicates that a method return value should be bound to the response payload.
ResponseXPathExpectations - Interface in org.springframework.ws.test.server
Allows for setting up expectations on XPath expressions.
result(String) - Method in interface org.springframework.xml.transform.TraxUtils.ResultCallback
Perform an operation on the system identifier contained in any Result.
A B C D E F G H I J K L M N O P Q R S T U V W X 
Skip navigation links
Spring Web Services