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 

X

X509AuthenticationProvider - Class in org.springframework.ws.soap.security.x509
Processes an X.509 authentication request.
X509AuthenticationProvider() - Constructor for class org.springframework.ws.soap.security.x509.X509AuthenticationProvider
 
X509AuthenticationToken - Class in org.springframework.ws.soap.security.x509
Authentication implementation for X.509 client-certificate authentication.
X509AuthenticationToken(X509Certificate) - Constructor for class org.springframework.ws.soap.security.x509.X509AuthenticationToken
Used for an authentication request.
X509AuthenticationToken(Object, X509Certificate, Collection<? extends GrantedAuthority>) - Constructor for class org.springframework.ws.soap.security.x509.X509AuthenticationToken
Used for an authentication response object.
X509AuthoritiesPopulator - Interface in org.springframework.ws.soap.security.x509
Populates the UserDetails associated with the X.509 certificate presented by a client.
X509UserCache - Interface in org.springframework.ws.soap.security.x509.cache
Provides a cache of UserDetails objects for the X509AuthenticationProvider.
XmlException - Exception in org.springframework.xml
Root of the hierarchy of XML exception.
XmlException(String) - Constructor for exception org.springframework.xml.XmlException
Constructs a new instance of the XmlException with the specific detail message.
XmlException(String, Throwable) - Constructor for exception org.springframework.xml.XmlException
Constructs a new instance of the XmlException with the specific detail message and exception.
XmlRootElementEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping.jaxb
Implementation of the EndpointMapping interface that uses the JAXB2 XmlRootElement annotation to map methods to request payload root elements.
XmlRootElementEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.jaxb.XmlRootElementEndpointMapping
 
XmlRootElementPayloadMethodProcessor - Class in org.springframework.ws.server.endpoint.adapter.method.jaxb
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports parameters annotated with @XmlRootElement or @XmlType, and return values annotated with @XmlRootElement.
XmlRootElementPayloadMethodProcessor() - Constructor for class org.springframework.ws.server.endpoint.adapter.method.jaxb.XmlRootElementPayloadMethodProcessor
 
XmlValidationException - Exception in org.springframework.xml.validation
Exception thrown when a validation error occurs
XmlValidationException(String) - Constructor for exception org.springframework.xml.validation.XmlValidationException
 
XmlValidationException(String, Throwable) - Constructor for exception org.springframework.xml.validation.XmlValidationException
 
XmlValidator - Interface in org.springframework.xml.validation
Simple processor that validates a given Source.
XmlValidatorFactory - Class in org.springframework.xml.validation
Factory for XmlValidator objects, being aware of JAXP 1.3 Validators, and JAXP 1.0 parsing capabilities.
XmlValidatorFactory() - Constructor for class org.springframework.xml.validation.XmlValidatorFactory
 
XMPP_URI_SCHEME - Static variable in interface org.springframework.ws.transport.xmpp.XmppTransportConstants
The "xmpp" URI scheme.
XmppConnectionFactoryBean - Class in org.springframework.ws.transport.xmpp.support
Factory to make XMPPConnection and perform connection and login on the XMPP server
XmppConnectionFactoryBean() - Constructor for class org.springframework.ws.transport.xmpp.support.XmppConnectionFactoryBean
 
XmppMessageReceiver - Class in org.springframework.ws.transport.xmpp
Server-side component for receiving XMPP (Jabber) messages.
XmppMessageReceiver() - Constructor for class org.springframework.ws.transport.xmpp.XmppMessageReceiver
 
XmppMessageSender - Class in org.springframework.ws.transport.xmpp
WebServiceMessageSender implementation that uses XMPP Messages.
XmppMessageSender() - Constructor for class org.springframework.ws.transport.xmpp.XmppMessageSender
 
XmppReceiverConnection - Class in org.springframework.ws.transport.xmpp
Implementation of WebServiceConnection that is used for server-side XMPP access.
XmppReceiverConnection(XMPPConnection, Message) - Constructor for class org.springframework.ws.transport.xmpp.XmppReceiverConnection
 
XmppSenderConnection - Class in org.springframework.ws.transport.xmpp
Implementation of WebServiceConnection that is used for client-side XMPP access.
XmppSenderConnection(XMPPConnection, String, String) - Constructor for class org.springframework.ws.transport.xmpp.XmppSenderConnection
 
XmppTransportConstants - Interface in org.springframework.ws.transport.xmpp
Declares XMPP-specific transport constants.
XmppTransportUtils - Class in org.springframework.ws.transport.xmpp.support
Collection of utility methods to work with Mail transports.
XomPayloadMethodProcessor - Class in org.springframework.ws.server.endpoint.adapter.method.dom
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports XOM elements.
XomPayloadMethodProcessor() - Constructor for class org.springframework.ws.server.endpoint.adapter.method.dom.XomPayloadMethodProcessor
 
xpath(String) - Static method in class org.springframework.ws.test.client.RequestMatchers
Expects the given XPath expression to (not) exist or be evaluated to a value.
xpath(String, Map<String, String>) - Static method in class org.springframework.ws.test.client.RequestMatchers
Expects the given XPath expression to (not) exist or be evaluated to a value.
xpath(String) - Static method in class org.springframework.ws.test.server.ResponseMatchers
Expects the given XPath expression to (not) exist or be evaluated to a value.
xpath(String, Map<String, String>) - Static method in class org.springframework.ws.test.server.ResponseMatchers
Expects the given XPath expression to (not) exist or be evaluated to a value.
XPathException - Exception in org.springframework.xml.xpath
Exception thrown when an error occurs during XPath processing.
XPathException(String) - Constructor for exception org.springframework.xml.xpath.XPathException
Constructs a new instance of the XPathException with the specific detail message.
XPathException(String, Throwable) - Constructor for exception org.springframework.xml.xpath.XPathException
Constructs a new instance of the XPathException with the specific detail message and exception.
XPathExpectationsHelper - Class in org.springframework.ws.test.support.matcher
Helper class for dealing with XPath expectations.
XPathExpectationsHelper(String) - Constructor for class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
Creates a new instance of the XPathExpectationsSupport with the given XPath expression.
XPathExpectationsHelper(String, Map<String, String>) - Constructor for class org.springframework.ws.test.support.matcher.XPathExpectationsHelper
Creates a new instance of the XPathExpectationsSupport with the given XPath expression and namespaces.
XPathExpression - Interface in org.springframework.xml.xpath
Defines the contract for a precompiled XPath expression.
XPathExpressionFactory - Class in org.springframework.xml.xpath
Factory for compiled XPathExpressions, being aware of JAXP 1.3+ XPath functionality, and Jaxen.
XPathExpressionFactory() - Constructor for class org.springframework.xml.xpath.XPathExpressionFactory
 
XPathExpressionFactoryBean - Class in org.springframework.xml.xpath
Spring FactoryBean for XPathExpression object.
XPathExpressionFactoryBean() - Constructor for class org.springframework.xml.xpath.XPathExpressionFactoryBean
 
XPathOperations - Interface in org.springframework.xml.xpath
Interface that specifies a basic set of XPath operations, implemented by various XPathTemplates.
XPathParam - Annotation Type in org.springframework.ws.server.endpoint.annotation
Indicates that a method parameter should be bound to an XPath expression.
XPathParamAnnotationMethodEndpointAdapter - Class in org.springframework.ws.server.endpoint.adapter
Deprecated.
as of Spring Web Services 2.0, in favor of DefaultMethodEndpointAdapter and XPathParamMethodArgumentResolver.
XPathParamAnnotationMethodEndpointAdapter() - Constructor for class org.springframework.ws.server.endpoint.adapter.XPathParamAnnotationMethodEndpointAdapter
Deprecated.
 
XPathParamMethodArgumentResolver - Class in org.springframework.ws.server.endpoint.adapter.method
Implementation of MethodArgumentResolver that supports the @XPathParam annotation.
XPathParamMethodArgumentResolver() - Constructor for class org.springframework.ws.server.endpoint.adapter.method.XPathParamMethodArgumentResolver
 
XPathParseException - Exception in org.springframework.xml.xpath
Exception throws when a XPath expression cannot be parsed.
XPathParseException(String) - Constructor for exception org.springframework.xml.xpath.XPathParseException
Constructs a new instance of the XPathParseException with the specific detail message.
XPathParseException(String, Throwable) - Constructor for exception org.springframework.xml.xpath.XPathParseException
Constructs a new instance of the XPathParseException with the specific detail message and exception.
XPathPayloadEndpointMapping - Class in org.springframework.ws.server.endpoint.mapping
Implementation of the EndpointMapping interface that maps to endpoint using an XPath expression.
XPathPayloadEndpointMapping() - Constructor for class org.springframework.ws.server.endpoint.mapping.XPathPayloadEndpointMapping
 
XsdSchema - Interface in org.springframework.xml.xsd
Represents an abstraction for XSD schemas.
XsdSchemaCollection - Interface in org.springframework.xml.xsd
Represents an abstraction for a collection of XSD schemas.
XsdSchemaException - Exception in org.springframework.xml.xsd
Base class for all WSDL definition exceptions.
XsdSchemaException(String) - Constructor for exception org.springframework.xml.xsd.XsdSchemaException
 
XsdSchemaException(String, Throwable) - Constructor for exception org.springframework.xml.xsd.XsdSchemaException
 
XsdSchemaHandlerAdapter - Class in org.springframework.ws.transport.http
Adapter to use the XsdSchema interface with the generic DispatcherServlet.
XsdSchemaHandlerAdapter() - Constructor for class org.springframework.ws.transport.http.XsdSchemaHandlerAdapter
 
XwssCallbackHandlerChain - Class in org.springframework.ws.soap.security.xwss.callback
Represents a chain of CallbackHandlers.
XwssCallbackHandlerChain(CallbackHandler[]) - Constructor for class org.springframework.ws.soap.security.xwss.callback.XwssCallbackHandlerChain
 
XwsSecurityFaultException - Exception in org.springframework.ws.soap.security.xwss
XWSS-specific version of the WsSecurityFaultException.
XwsSecurityFaultException(QName, String, String) - Constructor for exception org.springframework.ws.soap.security.xwss.XwsSecurityFaultException
 
XwsSecurityInterceptor - Class in org.springframework.ws.soap.security.xwss
WS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS).
XwsSecurityInterceptor() - Constructor for class org.springframework.ws.soap.security.xwss.XwsSecurityInterceptor
 
XwsSecuritySecurementException - Exception in org.springframework.ws.soap.security.xwss
XWSS-specific version of the WsSecuritySecurementException.
XwsSecuritySecurementException(String) - Constructor for exception org.springframework.ws.soap.security.xwss.XwsSecuritySecurementException
 
XwsSecuritySecurementException(String, Throwable) - Constructor for exception org.springframework.ws.soap.security.xwss.XwsSecuritySecurementException
 
XwsSecurityValidationException - Exception in org.springframework.ws.soap.security.xwss
XWSS-specific version of the WsSecurityValidationException.
XwsSecurityValidationException(String) - Constructor for exception org.springframework.ws.soap.security.xwss.XwsSecurityValidationException
 
XwsSecurityValidationException(String, Throwable) - Constructor for exception org.springframework.ws.soap.security.xwss.XwsSecurityValidationException
 
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