| Name | Package | Description |
| AbstractAnnotationMethodEndpointMapping | org.springframework.ws.server.endpoint.mapping | Abstract base for EndpointMapping implementations that map classes tagged with
an annotation. |
| AbstractBindingWsdl4jDefinitionBuilder | org.springframework.ws.wsdl.wsdl11.builder | Abstract base class for Wsdl11DefinitionBuilder implementations that use WSDL4J and contain a concrete
part. |
| AbstractCallbackHandler | org.springframework.ws.soap.security.xwss.callback | Abstract implementation of a CallbackHandler. |
| AbstractDom4jPayloadEndpoint | org.springframework.ws.server.endpoint | Abstract base class for endpoints that handle the message payload as dom4j elements. |
| AbstractDomPayloadEndpoint | org.springframework.ws.server.endpoint | Abstract base class for endpoints that handle the message payload as DOM elements. |
| AbstractEndpointExceptionResolver | org.springframework.ws.server.endpoint | Abstract base class for EndpointExceptionResolvers . |
| AbstractEndpointMapping | org.springframework.ws.server.endpoint.mapping | Abstract base class for EndpointMapping implementations. |
| AbstractFaultCreatingValidatingInterceptor | org.springframework.ws.soap.server.endpoint.interceptor | Subclass of AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannot
be validated. |
| AbstractHttpSenderConnection | org.springframework.ws.transport.http | Abstract base class for WebServiceConnection implementations that send request over HTTP. |
| AbstractHttpWebServiceMessageSender | org.springframework.ws.transport.http | Abstract base class for WebServiceMessageSender implementations that use
HTTP. |
| AbstractJaasValidationCallbackHandler | org.springframework.ws.soap.security.xwss.callback.jaas | Abstract base class for integrating with JAAS. |
| AbstractJaxbMarshaller | org.springframework.oxm.jaxb | Abstract base class for implementations of the Marshaller and Unmarshaller interfaces that
use JAXB. |
| AbstractJDomPayloadEndpoint | org.springframework.ws.server.endpoint | Abstract base class for endpoints that handle the message payload as JDOM elements. |
| AbstractLoggingInterceptor | org.springframework.ws.server.endpoint | Abstract base class for EndpointInterceptor instances that log a part of a
WebServiceMessage. |
| AbstractMapBasedEndpointMapping | org.springframework.ws.server.endpoint.mapping | Abstract base class for endpoint mapping that are based on a Map. |
| AbstractMarshaller | org.springframework.oxm | Abstract implementation of the Marshaller and Unmarshaller interface. |
| AbstractMarshallingPayloadEndpoint | org.springframework.ws.server.endpoint | Endpoint that unmarshals the request payload, and marshals the response object. |
| AbstractMessageContext | org.springframework.ws.context | Abstract base class for instances . |
| AbstractMethodEndpointAdapter | org.springframework.ws.server.endpoint.adapter | Abstract base class for EndpointAdapter implementations that support MethodEndpoint s. |
| AbstractMethodEndpointMapping | org.springframework.ws.server.endpoint.mapping | Abstract base class for MethodEndpoint mappings. |
| AbstractMimeMessage | org.springframework.ws.mime | Abstract implementation of the MimeMessage interface. |
| AbstractQNameEndpointMapping | org.springframework.ws.server.endpoint.mapping | Abstract base class for EndpointMappings that resolve qualified names as registration keys. |
| AbstractReceiverConnection | org.springframework.ws.transport | Abstract base class for WebServiceConnection implementations used for receiving requests. |
| AbstractSaxPayloadEndpoint | org.springframework.ws.server.endpoint | Abstract base class for endpoints that handle the message payload with a SAX ContentHandler. |
| AbstractSenderConnection | org.springframework.ws.transport | Abstract base class for WebServiceConnection implementations used for sending requests. |
| AbstractSoap11Wsdl4jDefinitionBuilder | org.springframework.ws.wsdl.wsdl11.builder | Abstract base class for Wsdl11DefinitionBuilder implementations that use WSDL4J and contain a SOAP 1.1
binding. |
| AbstractSoapFaultDefinitionExceptionResolver | org.springframework.ws.soap.server.endpoint | Abstract base class for SOAP-based EndpointExceptionResolver implementations that depend on SoapFaultDefinition . |
| AbstractSoapMessage | org.springframework.ws.soap | Abstract implementation of the SoapMessage interface. |
| AbstractStaxContentHandler | org.springframework.xml.stream | Abstract base class for SAX ContentHandler implementations that use StAX as a basis. |
| AbstractStaxEventPayloadEndpoint | org.springframework.ws.server.endpoint | Abstract base class for endpoints that handle the message payload with event-based StAX. |
| AbstractStaxPayloadEndpoint | org.springframework.ws.server.endpoint | Abstract base class for endpoints use StAX. |
| AbstractStaxStreamPayloadEndpoint | org.springframework.ws.server.endpoint | Abstract base class for endpoints that handle the message payload with streaming StAX. |
| AbstractStaxXmlReader | org.springframework.xml.stream | Abstract base class for SAX XMLReader implementations that use StAX as a basis. |
| AbstractValidatingInterceptor | org.springframework.ws.server.endpoint.interceptor | Abstract base class for EndpointInterceptor implementations that validate part of the message using a
schema. |
| AbstractWebServiceConnection | org.springframework.ws.transport | Abstract base class for WebServiceConnection implementations. |
| AbstractWsdl4jDefinitionBuilder | org.springframework.ws.wsdl.wsdl11.builder | Abstract base class for Wsdl11DefinitionBuilder implementations that use WSDL4J. |
| AbstractWsSecurityInterceptor | org.springframework.ws.soap.security | Interceptor base class for interceptors that handle WS-Security. |
| AbstractXmlReader | org.springframework.xml.sax | Abstract base class for SAX XMLReader implementations. |
| AbstractXmlStreamReader | org.springframework.xml.stream | Abstract base class for XMLStreamReaders. |
| AbstractXomPayloadEndpoint | org.springframework.ws.server.endpoint | Abstract base class for endpoints that handle the message payload as XOM elements. |
| AbstractXPathTemplate | org.springframework.xml.xpath | Abstract base class for implementations of XPathOperations . |
| AcegiCertificateValidationCallbackHandler | org.springframework.ws.soap.security.xwss.callback.acegi | Callback handler that validates a certificate using an Acegi AuthenticationManager. |
| AcegiDigestPasswordValidationCallbackHandler | org.springframework.ws.soap.security.xwss.callback.acegi | Callback handler that validates a password digest using an Acegi UserDetailsService. |
| AcegiPlainTextPasswordValidationCallbackHandler | org.springframework.ws.soap.security.xwss.callback.acegi | Callback handler that validates a certificate uses an Acegi AuthenticationManager. |
| AxiomSoapMessage | org.springframework.ws.soap.axiom | AXIOM-specific implementation of the SoapMessage interface. |
| AxiomSoapMessageFactory | org.springframework.ws.soap.axiom | Axiom-specific implementation of the WebServiceMessageFactory
interface. |
| AxiomUtils | org.springframework.ws.soap.axiom.support | Collection of generic utility methods to work with Axiom. |
| CallbackHandlerChain | org.springframework.ws.soap.security.xwss.callback | Represents a chain of CallbackHandlers. |
| CastorMarshaller | org.springframework.oxm.castor | Implementation of the Marshaller interface for Castor. |
| CastorUtils | org.springframework.oxm.castor | Generic utility methods for working with Castor. |
| CommonsHttpConnection | org.springframework.ws.transport.http | Implementation of WebServiceConnection that is based on Jakarta Commons HttpClient. |
| CommonsHttpMessageSender | org.springframework.ws.transport.http | WebServiceMessageSender implementation that uses Jakarta
Commons HttpClient to execute POST requests. |
| CryptographyCallbackHandler | org.springframework.ws.soap.security.xwss.callback | Default callback handler that handles cryptographic callback. |
| DefaultMessageContext | org.springframework.ws.context | Default implementation of MessageContext. |
| DefaultStrategiesHelper | org.springframework.ws.transport.support | Helper class for for loading default implementations of an interface. |
| DefaultTimestampValidator | org.springframework.ws.soap.security.xwss.callback | A default implementation of a TimestampValidationCallback.TimestampValidator. |
| DefaultTransportContext | org.springframework.ws.transport.context | Default implementation of the TransportContext interface. |
| DelegatingSoapEndpointMapping | org.springframework.ws.soap.server.endpoint.mapping | EndpointMapping implement that adds SOAP actors or roles to a delegate endpoint. |
| DomContentHandler | org.springframework.xml.dom | SAX ContentHandler that transforms callback calls to DOM Nodes. |
| DomPoxMessage | org.springframework.ws.pox.dom | Implementation of the PoxMessage interface that is based on a DOM Document. |
| DomPoxMessageFactory | org.springframework.ws.pox.dom | Implementation of the WebServiceMessageFactory interinterface that creates a DomPoxMessage . |
| DynamicWsdl11Definition | org.springframework.ws.wsdl.wsdl11 | Wsdl11Definition that creates a WSDL definition at runtime, using a Wsdl11DefinitionBuilder . |
| EndpointInterceptorAdapter | org.springframework.ws.server.endpoint.interceptor | Default implementation of the EndpointInterceptor interface, for simplified implementation of
pre-only/post-only interceptors. |
| EndpointInvocationChain | org.springframework.ws.server | Endpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors. |
| EnumerationIterator | org.springframework.ws.transport.support | Adapts an Enumeration to follow the interface of Iterator . |
| HttpServletConnection | org.springframework.ws.transport.http | Implementation of WebServiceConnection that is based on the Servlet API. |
| HttpUrlConnection | org.springframework.ws.transport.http | Implementation of the WebServiceConnection interface that uses a HttpURLConnection . |
| HttpUrlConnectionMessageSender | org.springframework.ws.transport.http | WebServiceMessageSender implementation that uses standard J2SE facilities to execute POST requests,
without support for HTTP authentication or advanced configuration options. |
| JaasCertificateValidationCallbackHandler | org.springframework.ws.soap.security.xwss.callback.jaas | Provides basic support for integrating with JAAS and certificates. |
| JaasPlainTextPasswordValidationCallbackHandler | org.springframework.ws.soap.security.xwss.callback.jaas | Provides basic support for integrating with JAAS and plain text passwords. |
| Jaxb1Marshaller | org.springframework.oxm.jaxb | Implementation of the Marshaller interface for JAXB 1.0. |
| Jaxb2Marshaller | org.springframework.oxm.jaxb | Implementation of the Marshaller interface for JAXB 2.0. |
| JaxbUtils | org.springframework.oxm.jaxb | Generic utility methods for working with JAXB. |
| JaxenXPathTemplate | org.springframework.xml.xpath | Implementation of XPathOperations that uses Jaxen. |
| Jaxp13XPathTemplate | org.springframework.xml.xpath | Implementation of XPathOperations that uses JAXP 1.3. |
| JaxpVersion | org.springframework.xml | Helper class used to find the current version of JAXP. |
| JibxMarshaller | org.springframework.oxm.jibx | Implementation of the Marshaller and Unmarshaller interfaces for JiBX. |
| JibxUtils | org.springframework.oxm.jibx | Generic utility methods for working with JiBX. |
| KeyStoreCallbackHandler | org.springframework.ws.soap.security.xwss.callback | Callback handler that uses Java Security KeyStores to handle cryptographic callbacks. |
| KeyStoreFactoryBean | org.springframework.ws.soap.security.support | Spring factory bean for a java.security.KeyStore. |
| MarshallingMethodEndpointAdapter | org.springframework.ws.server.endpoint.adapter | Adapter that supports endpoint methods that use marshalling. |
| MarshallingSource | org.springframework.oxm.support | Source implementation that uses a Marshaller .Can be constructed with a Marshaller and an
object to be marshalled. |
| MarshallingUtils | org.springframework.ws.support | Helper class for endpoints and endpoint mappings that use marshalling. |
| MessageDispatcher | org.springframework.ws.server | Central dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints. |
| MessageDispatcherServlet | org.springframework.ws.transport.http | Servlet for simplified dispatching of Web service messages. |
| MessageEndpointAdapter | org.springframework.ws.server.endpoint.adapter | Adapter to use a MessageEndpoint as the endpoint for a EndpointInvocationChain. |
| MessageMethodEndpointAdapter | org.springframework.ws.server.endpoint.adapter | Adapter that supports endpoint methods that use marshalling. |
| MethodEndpoint | org.springframework.ws.server.endpoint | Represents a bean method that will be invoked as part of an incoming Web service message. |
| MockValidationCallbackHandler | org.springframework.ws.soap.security.xwss.callback | Mock implementation of of callback handler that accepts all password and certificate validation callbacks. |
| PayloadEndpointAdapter | org.springframework.ws.server.endpoint.adapter | Adapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain. |
| PayloadLoggingInterceptor | org.springframework.ws.server.endpoint.interceptor | Simple EndpointInterceptor that logs the payload of request
and response messages. |
| PayloadMethodEndpointAdapter | org.springframework.ws.server.endpoint.adapter | Adapter that supports endpoint methods that use marshalling. |
| PayloadRootAnnotationMethodEndpointMapping | org.springframework.ws.server.endpoint.mapping | Implementation of the EndpointMapping interface that uses the PayloadRoot annotation to map methods
to request payload root elements. |
| PayloadRootQNameEndpointMapping | org.springframework.ws.server.endpoint.mapping | Implementation of the EndpointMapping interface to map from the qualified name of the request payload
root element. |
| PayloadRootUtils | org.springframework.ws.server.endpoint.support | Helper class for determining the root qualified name of a Web Service payload. |
| PayloadTransformingInterceptor | org.springframework.ws.server.endpoint.interceptor | Interceptor that transforms the payload of WebServiceMessages using XSLT stylesheet. |
| PayloadValidatingInterceptor | org.springframework.ws.soap.server.endpoint.interceptor | Interceptor that validates the contents of WebServiceMessages using a schema. |
| QNameEditor | org.springframework.xml.namespace | PropertyEditor for javax.xml.namespace.QName, to populate a property of type QName from a String value. |
| QNameUtils | org.springframework.xml.namespace | Helper class for using QName . |
| ResourceSource | org.springframework.xml.transform | Convenient subclass of SAXSource that reads from a Spring Resource . |
| Saaj11Implementation | org.springframework.ws.soap.saaj | SAAJ 1.1 specific implementation of the SaajImplementation interface. |
| Saaj12Implementation | org.springframework.ws.soap.saaj | SAAJ 1.2 specific implementation of the SaajImplementation interface. |
| Saaj13Implementation | org.springframework.ws.soap.saaj | SAAJ 1.3 specific implementation of the SaajImplementation interface. |
| SaajContentHandler | org.springframework.ws.soap.saaj.support | SAX ContentHandler that transforms callback calls to the creation of SAAJ Nodes and
SOAPElements. |
| SaajSoapMessage | org.springframework.ws.soap.saaj | SAAJ-specific implementation of the SoapMessage interface. |
| SaajSoapMessageFactory | org.springframework.ws.soap.saaj | SAAJ-specific implementation of the WebServiceMessageFactory . |
| SaajUtils | org.springframework.ws.soap.saaj.support | Collection of generic utility methods to work with SAAJ. |
| SaajXmlReader | org.springframework.ws.soap.saaj.support | SAX XMLReader that reads from a SAAJ Node. |
| SaxUtils | org.springframework.xml.sax | Convenient utility methods for dealing with SAX. |
| SchemaLoaderUtils | org.springframework.xml.validation | Convenient utility methods for loading of javax.xml.validation.Schema objects, performing standard
handling of input streams. |
| SimpleFaultMessageResolver | org.springframework.ws.client.core | Simple fault resolver that simply throws a WebServiceFaultException when a fault occurs. |
| SimpleMethodEndpointMapping | org.springframework.ws.server.endpoint.mapping | Simple subclass of AbstractMethodEndpointMapping that maps from the local name of the request payload to
methods.Endpoint beans are registered using the endpoints property; the endpoint methods that start with
methodPrefix and end with methodSuffix will be registered. |
| SimpleNamespaceContext | org.springframework.xml.namespace | Simple javax.xml.namespace.NamespaceContext implementation. |
| SimplePasswordValidationCallbackHandler | org.springframework.ws.soap.security.xwss.callback | Simple callback handler that validates passwords agains a in-memory Properties object. |
| SimpleSoapExceptionResolver | org.springframework.ws.soap.server.endpoint | Simple, SOAP-specific EndpointExceptionResolver
implementation that stores the exception's message as the fault string. |
| SimpleUsernamePasswordCallbackHandler | org.springframework.ws.soap.security.xwss.callback | Simple callback handler that supplies a username and password to a username token at runtime. |
| SimpleWsdl11Definition | org.springframework.ws.wsdl.wsdl11 | The default Wsdl11Definition implementation. |
| SoapActionAnnotationMethodEndpointMapping | org.springframework.ws.soap.server.endpoint.mapping | Implementation of the EndpointMapping interface that uses the SoapAction annotation to map methods to the request SOAPAction header. |
| SoapActionCallback | org.springframework.ws.soap.client.core | WebServiceMessageCallback implementation that sets the SOAP Action header on the message. |
| SoapActionEndpointMapping | org.springframework.ws.soap.server.endpoint.mapping | Implementation of the EndpointMapping interface to map from SOAPAction headers to endpoint
beans. |
| SoapEndpointInvocationChain | org.springframework.ws.soap.server | SOAP-specific subclass of the EndpointInvocationChain. |
| SoapEnvelopeLoggingInterceptor | org.springframework.ws.soap.server.endpoint.interceptor | SOAP-specific EndpointInterceptor that logs the complete request and response envelope of
SoapMessage messages. |
| SoapFaultAnnotationExceptionResolver | org.springframework.ws.soap.server.endpoint | Implementation of the EndpointExceptionResolver interface that uses the SoapFault annotation to map exceptions to SOAP Faults. |
| SoapFaultDefinition | org.springframework.ws.soap.server.endpoint | Defines properties for a SOAP Fault. |
| SoapFaultDefinitionEditor | org.springframework.ws.soap.server.endpoint | PropertyEditor for SoapFaultDefinition objects. |
| SoapFaultMappingExceptionResolver | org.springframework.ws.soap.server.endpoint | Exception resolver that allows for mapping exception class names to SOAP Faults. |
| SoapFaultMessageResolver | org.springframework.ws.soap.client.core | Simple fault resolver that simply throws a SoapFaultClientException when a fault occurs. |
| SoapMessageDispatcher | org.springframework.ws.soap.server | SOAP-specific subclass of the MessageDispatcher . |
| StaxEventContentHandler | org.springframework.xml.stream | SAX ContentHandler that transforms callback calls to XMLEvents and writes them to a
XMLEventConsumer. |
| StaxEventXmlReader | org.springframework.xml.stream | SAX XMLReader that reads from a StAX XMLEventReader. |
| StaxResult | org.springframework.xml.transform | Implementation of the Result tagging interface for StAX writers. |
| StaxSource | org.springframework.xml.transform | Implementation of the Source tagging interface for StAX readers. |
| StaxStreamContentHandler | org.springframework.xml.stream | SAX ContentHandler that writes to a XMLStreamWriter. |
| StaxStreamXmlReader | org.springframework.xml.stream | SAX XMLReader that reads from a StAX XMLStreamReader. |
| StringResult | org.springframework.xml.transform | Convenient subclass of StreamResult that writes to a StringWriter. |
| StringSource | org.springframework.xml.transform | Convenient subclass of StreamSource that reads from a StringReader. |
| TransformerObjectSupport | org.springframework.xml.transform | Convenient base class for objects that use a Transformer. |
| TransportContextHolder | org.springframework.ws.transport.context | Simple holder class that associates a TransportContext instance with the current thread. |
| TransportInputStream | org.springframework.ws.transport | A TransportInputStream is an input stream with MIME input headers. |
| TransportOutputStream | org.springframework.ws.transport | A TransportOutputStream is an output stream with MIME input headers. |
| WebServiceAccessor | org.springframework.ws.client.support | Base class for WebServiceTemplate and other WS-accessing helpers. |
| WebServiceGatewaySupport | org.springframework.ws.client.core.support | Convenient super class for application classes that need Web service access. |
| WebServiceMessageReceiverHandlerAdapter | org.springframework.ws.transport.http | Adapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet . |
| WebServiceMessageReceiverObjectSupport | org.springframework.ws.transport.support | Convenience base class for server-side transport objects. |
| WebServiceTemplate | org.springframework.ws.client.core | The central class for client-side Web services. |
| Wsdl4jDefinition | org.springframework.ws.wsdl.wsdl11 | Implementation of the Wsdl11Definition based on WSDL4J. |
| WsdlDefinitionHandlerAdapter | org.springframework.ws.transport.http | Adapter to use the WsdlDefinition interface with the generic DispatcherServlet. |
| XmlBeansMarshaller | org.springframework.oxm.xmlbeans | Implementation of the Marshaller interface for XMLBeans. |
| XmlBeansUtils | org.springframework.oxm.xmlbeans | Generic utility methods for working with XMLBeans. |
| XmlEventStreamReader | org.springframework.xml.stream | Implementation of the XMLStreamReader interface that wraps a XMLEventReader. |
| XmlOptionsFactoryBean | org.springframework.oxm.xmlbeans | Factory bean that configures an XMLBeans XmlOptions object and provides it as a bean reference. |
| XmlValidatorFactory | org.springframework.xml.validation | Factory for XmlValidators, being aware of JAXP 1.3 XmlValidators, and JAXP 1.0 parsing
capababilities. |
| XPathExpressionFactory | org.springframework.xml.xpath | Factory for compiled XPathExpressions, being aware of JAXP 1.3+ XPath functionality, and Jaxen. |
| XPathExpressionFactoryBean | org.springframework.xml.xpath | Spring FactoryBean for XPathExpression object. |
| XPathParamAnnotationMethodEndpointAdapter | org.springframework.ws.server.endpoint.adapter | Adapter that supports endpoint methods that use marshalling. |
| XPathPayloadEndpointMapping | org.springframework.ws.server.endpoint.mapping | Implementation of the EndpointMapping interface that maps to endpoint using an XPath expression. |
| XsdBasedSoap11Wsdl4jDefinitionBuilder | org.springframework.ws.wsdl.wsdl11.builder | Builds a WsdlDefinition with a SOAP 1.1 binding based on an XSD schema. |
| XStreamMarshaller | org.springframework.oxm.xstream | Implementation of the Marshaller interface for XStream. |
| XStreamUtils | org.springframework.oxm.xstream | Generic utility methods for working with XStream. |
| XwsSecurityInterceptor | org.springframework.ws.soap.security.xwss | WS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS). |