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 

E

EhCacheBasedX509UserCache - Class in org.springframework.ws.soap.security.x509.cache
Caches User objects using a Spring IoC defined EHCACHE.
EhCacheBasedX509UserCache() - Constructor for class org.springframework.ws.soap.security.x509.cache.EhCacheBasedX509UserCache
 
EMPTY_SOAP_ACTION - Static variable in interface org.springframework.ws.transport.TransportConstants
The empty SOAP action value.
EnableWs - Annotation Type in org.springframework.ws.config.annotation
Add this annotation to an @Configuration class to have the Spring Web Services configuration defined in WsConfigurationSupport imported.
endDocument() - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
endDocument() - Method in class org.springframework.xml.dom.DomContentHandler
 
endElement(String, String, String) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
endElement(String, String, String) - Method in class org.springframework.xml.dom.DomContentHandler
 
Endpoint - Annotation Type in org.springframework.ws.server.endpoint.annotation
Indicates that an annotated class is an "Endpoint" (e.g.
ENDPOINT_NOT_FOUND_LOG_CATEGORY - Static variable in class org.springframework.ws.server.MessageDispatcher
Log category to use when no mapped endpoint is found for a request.
EndpointAdapter - Interface in org.springframework.ws.server
Interface that must be implemented for each endpoint type to handle a message request.
EndpointAwareWebServiceConnection - Interface in org.springframework.ws.transport
Sub-interface of WebServiceConnection that is aware of any server-side situations where an endpoint is not found.
EndpointExceptionResolver - Interface in org.springframework.ws.server
Defines the interface for objects than can resolve exceptions thrown during endpoint execution.
EndpointInterceptor - Interface in org.springframework.ws.server
Workflow interface that allows for customized endpoint invocation chains.
EndpointInterceptorAdapter - Class in org.springframework.ws.server.endpoint.interceptor
Default implementation of the EndpointInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
EndpointInterceptorAdapter() - Constructor for class org.springframework.ws.server.endpoint.interceptor.EndpointInterceptorAdapter
 
EndpointInvocationChain - Class in org.springframework.ws.server
Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EndpointInvocationChain(Object) - Constructor for class org.springframework.ws.server.EndpointInvocationChain
Create new EndpointInvocationChain.
EndpointInvocationChain(Object, EndpointInterceptor[]) - Constructor for class org.springframework.ws.server.EndpointInvocationChain
Create new EndpointInvocationChain.
EndpointMapping - Interface in org.springframework.ws.server
Defines a mapping between message requests and endpoint objects.
endpointNotFound() - Method in interface org.springframework.ws.transport.EndpointAwareWebServiceConnection
Called when an endpoint is not found.
endpointNotFound() - Method in class org.springframework.ws.transport.http.HttpExchangeConnection
 
endpointNotFound() - Method in class org.springframework.ws.transport.http.HttpServletConnection
 
endpointNotFoundLogger - Static variable in class org.springframework.ws.server.MessageDispatcher
Additional logger to use when no mapped endpoint is found for a request.
EndpointReference - Class in org.springframework.ws.soap.addressing.core
Represents an Endpoint Reference, as defined in the WS-Addressing specification.
EndpointReference(URI) - Constructor for class org.springframework.ws.soap.addressing.core.EndpointReference
Creates a new instance of the EndpointReference class with the given address.
EndpointReference(URI, List<Node>, List<Node>) - Constructor for class org.springframework.ws.soap.addressing.core.EndpointReference
Creates a new instance of the EndpointReference class with the given address, reference properties, and reference parameters.
endPrefixMapping(String) - Method in class org.springframework.ws.soap.saaj.support.SaajContentHandler
 
endPrefixMapping(String) - Method in class org.springframework.xml.dom.DomContentHandler
 
EnumerationIterator<T> - Class in org.springframework.ws.transport.support
Adapts an Enumeration to follow the interface of Iterator.
EnumerationIterator(Enumeration<T>) - Constructor for class org.springframework.ws.transport.support.EnumerationIterator
 
equals(Object) - Method in class org.springframework.ws.server.endpoint.MethodEndpoint
 
equals(Object) - Method in class org.springframework.ws.soap.addressing.core.EndpointReference
 
escapeAction(String) - Static method in class org.springframework.ws.soap.support.SoapUtils
Escapes the given SOAP action to be surrounded by quotes.
evaluate(String, Source, NodeCallbackHandler) - Method in class org.springframework.xml.xpath.AbstractXPathTemplate
 
evaluate(String, Source, NodeMapper<T>) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluate(String, Source, NodeMapper<T>) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluate(Node, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, mapping each result Node objects to a Java object via a NodeMapper.
evaluate(String, Source, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression, mapping each result Node objects to a Java object via a NodeMapper.
evaluate(String, Source, NodeCallbackHandler) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression, handling the result Node objects on a per-node basis with a NodeCallbackHandler.
evaluateAsBoolean(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsBoolean(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsBoolean(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a boolean.
evaluateAsBoolean(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a boolean.
evaluateAsDouble(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsDouble(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsDouble(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a double.
evaluateAsNode(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsNode(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsNode(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a Node.
evaluateAsNode(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a Node.
evaluateAsNodeList(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsNodeList(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsNodeList(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, and returns all Node objects that conform to it.
evaluateAsNodeList(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a list of Node objects.
evaluateAsNumber(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a number (double).
evaluateAsObject(String, Source, NodeMapper<T>) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsObject(String, Source, NodeMapper<T>) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsObject(Node, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression, mapping a single Node result to a Java object via a NodeMapper.
evaluateAsObject(String, Source, NodeMapper<T>) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression, mapping a single Node result to a Java object via a NodeMapper.
evaluateAsString(String, Source) - Method in class org.springframework.xml.xpath.JaxenXPathTemplate
 
evaluateAsString(String, Source) - Method in class org.springframework.xml.xpath.Jaxp13XPathTemplate
 
evaluateAsString(Node) - Method in interface org.springframework.xml.xpath.XPathExpression
Evaluates the given expression as a String.
evaluateAsString(String, Source) - Method in interface org.springframework.xml.xpath.XPathOperations
Evaluates the given expression as a String.
evaluatesTo(boolean) - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
Expects the XPath expression to evaluate to the given boolean.
evaluatesTo(int) - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
Expects the XPath expression to evaluate to the given integer.
evaluatesTo(double) - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
Expects the XPath expression to evaluate to the given double.
evaluatesTo(String) - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
Expects the XPath expression to evaluate to the given string.
evaluatesTo(boolean) - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
Expects the XPath expression to evaluate to the given boolean.
evaluatesTo(int) - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
Expects the XPath expression to evaluate to the given integer.
evaluatesTo(double) - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
Expects the XPath expression to evaluate to the given double.
evaluatesTo(String) - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
Expects the XPath expression to evaluate to the given string.
evaluatesTo(boolean) - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
 
evaluatesTo(int) - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
 
evaluatesTo(double) - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
 
evaluatesTo(String) - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
 
examineAllHeaderElements() - Method in interface org.springframework.ws.soap.SoapHeader
Returns an Iterator over all the SoapHeaderElements in this header.
examineHeaderElements(QName) - Method in interface org.springframework.ws.soap.SoapHeader
Returns an Iterator over all the SoapHeaderElements with the given qualified name in this header.
examineHeaderElementsToProcess(String[]) - Method in interface org.springframework.ws.soap.soap11.Soap11Header
Returns an Iterator over all the header elements that should be processed for the given actors.
examineHeaderElementsToProcess(String[], boolean) - Method in interface org.springframework.ws.soap.soap12.Soap12Header
Returns an Iterator over all the header elements that should be processed for the given roles.
examineMustUnderstandHeaderElements(String) - Method in interface org.springframework.ws.soap.SoapHeader
Returns an Iterator over all the SoapHeaderElements that have the specified actor or role and that have a MustUnderstand attribute whose value is equivalent to true.
execute(Runnable) - Method in class org.springframework.ws.transport.support.AbstractAsyncStandaloneMessageReceiver
Executes the given Runnable via this receiver's TaskExecutor.
exists() - Method in interface org.springframework.ws.test.client.RequestXPathExpectations
Expects the XPath expression to exist.
exists() - Method in interface org.springframework.ws.test.server.ResponseXPathExpectations
Expects the XPath expression to exist.
exists() - Method in class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
 
expect(RequestMatcher) - Method in class org.springframework.ws.test.client.MockWebServiceServer
Records an expectation specified by the given RequestMatcher.
extractActionFromContentType(String) - Static method in class org.springframework.ws.soap.support.SoapUtils
Returns the value of the action parameter in the given SOAP 1.2 content type.
extractData(Source) - Method in interface org.springframework.ws.client.core.SourceExtractor
Process the data in the given Source, creating a corresponding result object.
extractData(WebServiceMessage) - Method in interface org.springframework.ws.client.core.WebServiceMessageExtractor
Process the data in the given WebServiceMessage, creating a corresponding result object.
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