Library:Spring WS
Version:1.0.0
Compatibility:JDK 1.5
Classes in library Spring WS.
NamePackageDescription
AbstractAnnotationMethodEndpointMappingorg.springframework.ws.server.endpoint.mappingAbstract base for EndpointMapping implementations that map classes tagged with an annotation.
AbstractBindingWsdl4jDefinitionBuilderorg.springframework.ws.wsdl.wsdl11.builderAbstract base class for Wsdl11DefinitionBuilder implementations that use WSDL4J and contain a concrete part.
AbstractCallbackHandlerorg.springframework.ws.soap.security.xwss.callbackAbstract implementation of a CallbackHandler.
AbstractDom4jPayloadEndpointorg.springframework.ws.server.endpointAbstract base class for endpoints that handle the message payload as dom4j elements.
AbstractDomPayloadEndpointorg.springframework.ws.server.endpointAbstract base class for endpoints that handle the message payload as DOM elements.
AbstractEndpointExceptionResolverorg.springframework.ws.server.endpointAbstract base class for EndpointExceptionResolvers .
AbstractEndpointMappingorg.springframework.ws.server.endpoint.mappingAbstract base class for EndpointMapping implementations.
AbstractFaultCreatingValidatingInterceptororg.springframework.ws.soap.server.endpoint.interceptorSubclass of AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannot be validated.
AbstractHttpSenderConnectionorg.springframework.ws.transport.httpAbstract base class for WebServiceConnection implementations that send request over HTTP.
AbstractHttpWebServiceMessageSenderorg.springframework.ws.transport.httpAbstract base class for WebServiceMessageSender implementations that use HTTP.
AbstractJaasValidationCallbackHandlerorg.springframework.ws.soap.security.xwss.callback.jaasAbstract base class for integrating with JAAS.
AbstractJaxbMarshallerorg.springframework.oxm.jaxbAbstract base class for implementations of the Marshaller and Unmarshaller interfaces that use JAXB.
AbstractJDomPayloadEndpointorg.springframework.ws.server.endpointAbstract base class for endpoints that handle the message payload as JDOM elements.
AbstractLoggingInterceptororg.springframework.ws.server.endpointAbstract base class for EndpointInterceptor instances that log a part of a WebServiceMessage.
AbstractMapBasedEndpointMappingorg.springframework.ws.server.endpoint.mappingAbstract base class for endpoint mapping that are based on a Map.
AbstractMarshallerorg.springframework.oxmAbstract implementation of the Marshaller and Unmarshaller interface.
AbstractMarshallingPayloadEndpointorg.springframework.ws.server.endpointEndpoint that unmarshals the request payload, and marshals the response object.
AbstractMessageContextorg.springframework.ws.contextAbstract base class for instances .
AbstractMethodEndpointAdapterorg.springframework.ws.server.endpoint.adapterAbstract base class for EndpointAdapter implementations that support MethodEndpoint s.
AbstractMethodEndpointMappingorg.springframework.ws.server.endpoint.mappingAbstract base class for MethodEndpoint mappings.
AbstractMimeMessageorg.springframework.ws.mimeAbstract implementation of the MimeMessage interface.
AbstractQNameEndpointMappingorg.springframework.ws.server.endpoint.mappingAbstract base class for EndpointMappings that resolve qualified names as registration keys.
AbstractReceiverConnectionorg.springframework.ws.transportAbstract base class for WebServiceConnection implementations used for receiving requests.
AbstractSaxPayloadEndpointorg.springframework.ws.server.endpointAbstract base class for endpoints that handle the message payload with a SAX ContentHandler.
AbstractSenderConnectionorg.springframework.ws.transportAbstract base class for WebServiceConnection implementations used for sending requests.
AbstractSoap11Wsdl4jDefinitionBuilderorg.springframework.ws.wsdl.wsdl11.builderAbstract base class for Wsdl11DefinitionBuilder implementations that use WSDL4J and contain a SOAP 1.1 binding.
AbstractSoapFaultDefinitionExceptionResolverorg.springframework.ws.soap.server.endpointAbstract base class for SOAP-based EndpointExceptionResolver implementations that depend on SoapFaultDefinition .
AbstractSoapMessageorg.springframework.ws.soapAbstract implementation of the SoapMessage interface.
AbstractStaxContentHandlerorg.springframework.xml.streamAbstract base class for SAX ContentHandler implementations that use StAX as a basis.
AbstractStaxEventPayloadEndpointorg.springframework.ws.server.endpointAbstract base class for endpoints that handle the message payload with event-based StAX.
AbstractStaxPayloadEndpointorg.springframework.ws.server.endpointAbstract base class for endpoints use StAX.
AbstractStaxStreamPayloadEndpointorg.springframework.ws.server.endpointAbstract base class for endpoints that handle the message payload with streaming StAX.
AbstractStaxXmlReaderorg.springframework.xml.streamAbstract base class for SAX XMLReader implementations that use StAX as a basis.
AbstractValidatingInterceptororg.springframework.ws.server.endpoint.interceptorAbstract base class for EndpointInterceptor implementations that validate part of the message using a schema.
AbstractWebServiceConnectionorg.springframework.ws.transportAbstract base class for WebServiceConnection implementations.
AbstractWsdl4jDefinitionBuilderorg.springframework.ws.wsdl.wsdl11.builderAbstract base class for Wsdl11DefinitionBuilder implementations that use WSDL4J.
AbstractWsSecurityInterceptororg.springframework.ws.soap.securityInterceptor base class for interceptors that handle WS-Security.
AbstractXmlReaderorg.springframework.xml.saxAbstract base class for SAX XMLReader implementations.
AbstractXmlStreamReaderorg.springframework.xml.streamAbstract base class for XMLStreamReaders.
AbstractXomPayloadEndpointorg.springframework.ws.server.endpointAbstract base class for endpoints that handle the message payload as XOM elements.
AbstractXPathTemplateorg.springframework.xml.xpathAbstract base class for implementations of XPathOperations .
AcegiCertificateValidationCallbackHandlerorg.springframework.ws.soap.security.xwss.callback.acegiCallback handler that validates a certificate using an Acegi AuthenticationManager.
AcegiDigestPasswordValidationCallbackHandlerorg.springframework.ws.soap.security.xwss.callback.acegiCallback handler that validates a password digest using an Acegi UserDetailsService.
AcegiPlainTextPasswordValidationCallbackHandlerorg.springframework.ws.soap.security.xwss.callback.acegiCallback handler that validates a certificate uses an Acegi AuthenticationManager.
AxiomSoapMessageorg.springframework.ws.soap.axiomAXIOM-specific implementation of the SoapMessage interface.
AxiomSoapMessageFactoryorg.springframework.ws.soap.axiomAxiom-specific implementation of the WebServiceMessageFactory interface.
AxiomUtilsorg.springframework.ws.soap.axiom.supportCollection of generic utility methods to work with Axiom.
CallbackHandlerChainorg.springframework.ws.soap.security.xwss.callbackRepresents a chain of CallbackHandlers.
CastorMarshallerorg.springframework.oxm.castorImplementation of the Marshaller interface for Castor.
CastorUtilsorg.springframework.oxm.castorGeneric utility methods for working with Castor.
CommonsHttpConnectionorg.springframework.ws.transport.httpImplementation of WebServiceConnection that is based on Jakarta Commons HttpClient.
CommonsHttpMessageSenderorg.springframework.ws.transport.httpWebServiceMessageSender implementation that uses Jakarta Commons HttpClient to execute POST requests.
CryptographyCallbackHandlerorg.springframework.ws.soap.security.xwss.callbackDefault callback handler that handles cryptographic callback.
DefaultMessageContextorg.springframework.ws.contextDefault implementation of MessageContext.
DefaultStrategiesHelperorg.springframework.ws.transport.supportHelper class for for loading default implementations of an interface.
DefaultTimestampValidatororg.springframework.ws.soap.security.xwss.callbackA default implementation of a TimestampValidationCallback.TimestampValidator.
DefaultTransportContextorg.springframework.ws.transport.contextDefault implementation of the TransportContext interface.
DelegatingSoapEndpointMappingorg.springframework.ws.soap.server.endpoint.mappingEndpointMapping implement that adds SOAP actors or roles to a delegate endpoint.
DomContentHandlerorg.springframework.xml.domSAX ContentHandler that transforms callback calls to DOM Nodes.
DomPoxMessageorg.springframework.ws.pox.domImplementation of the PoxMessage interface that is based on a DOM Document.
DomPoxMessageFactoryorg.springframework.ws.pox.domImplementation of the WebServiceMessageFactory interinterface that creates a DomPoxMessage .
DynamicWsdl11Definitionorg.springframework.ws.wsdl.wsdl11Wsdl11Definition that creates a WSDL definition at runtime, using a Wsdl11DefinitionBuilder .
EndpointInterceptorAdapterorg.springframework.ws.server.endpoint.interceptorDefault implementation of the EndpointInterceptor interface, for simplified implementation of pre-only/post-only interceptors.
EndpointInvocationChainorg.springframework.ws.serverEndpoint invocation chain, consisting of an endpoint object and any preprocessing interceptors.
EnumerationIteratororg.springframework.ws.transport.supportAdapts an Enumeration to follow the interface of Iterator .
HttpServletConnectionorg.springframework.ws.transport.httpImplementation of WebServiceConnection that is based on the Servlet API.
HttpUrlConnectionorg.springframework.ws.transport.httpImplementation of the WebServiceConnection interface that uses a HttpURLConnection .
HttpUrlConnectionMessageSenderorg.springframework.ws.transport.httpWebServiceMessageSender implementation that uses standard J2SE facilities to execute POST requests, without support for HTTP authentication or advanced configuration options.
JaasCertificateValidationCallbackHandlerorg.springframework.ws.soap.security.xwss.callback.jaasProvides basic support for integrating with JAAS and certificates.
JaasPlainTextPasswordValidationCallbackHandlerorg.springframework.ws.soap.security.xwss.callback.jaasProvides basic support for integrating with JAAS and plain text passwords.
Jaxb1Marshallerorg.springframework.oxm.jaxbImplementation of the Marshaller interface for JAXB 1.0.
Jaxb2Marshallerorg.springframework.oxm.jaxbImplementation of the Marshaller interface for JAXB 2.0.
JaxbUtilsorg.springframework.oxm.jaxbGeneric utility methods for working with JAXB.
JaxenXPathTemplateorg.springframework.xml.xpathImplementation of XPathOperations that uses Jaxen.
Jaxp13XPathTemplateorg.springframework.xml.xpathImplementation of XPathOperations that uses JAXP 1.3.
JaxpVersionorg.springframework.xmlHelper class used to find the current version of JAXP.
JibxMarshallerorg.springframework.oxm.jibxImplementation of the Marshaller and Unmarshaller interfaces for JiBX.
JibxUtilsorg.springframework.oxm.jibxGeneric utility methods for working with JiBX.
KeyStoreCallbackHandlerorg.springframework.ws.soap.security.xwss.callbackCallback handler that uses Java Security KeyStores to handle cryptographic callbacks.
KeyStoreFactoryBeanorg.springframework.ws.soap.security.supportSpring factory bean for a java.security.KeyStore.
MarshallingMethodEndpointAdapterorg.springframework.ws.server.endpoint.adapterAdapter that supports endpoint methods that use marshalling.
MarshallingSourceorg.springframework.oxm.supportSource implementation that uses a Marshaller .Can be constructed with a Marshaller and an object to be marshalled.
MarshallingUtilsorg.springframework.ws.supportHelper class for endpoints and endpoint mappings that use marshalling.
MessageDispatcherorg.springframework.ws.serverCentral dispatcher for use within Spring-WS, dispatching Web service messages to registered endpoints.
MessageDispatcherServletorg.springframework.ws.transport.httpServlet for simplified dispatching of Web service messages.
MessageEndpointAdapterorg.springframework.ws.server.endpoint.adapterAdapter to use a MessageEndpoint as the endpoint for a EndpointInvocationChain.
MessageMethodEndpointAdapterorg.springframework.ws.server.endpoint.adapterAdapter that supports endpoint methods that use marshalling.
MethodEndpointorg.springframework.ws.server.endpointRepresents a bean method that will be invoked as part of an incoming Web service message.
MockValidationCallbackHandlerorg.springframework.ws.soap.security.xwss.callbackMock implementation of of callback handler that accepts all password and certificate validation callbacks.
PayloadEndpointAdapterorg.springframework.ws.server.endpoint.adapterAdapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain.
PayloadLoggingInterceptororg.springframework.ws.server.endpoint.interceptorSimple EndpointInterceptor that logs the payload of request and response messages.
PayloadMethodEndpointAdapterorg.springframework.ws.server.endpoint.adapterAdapter that supports endpoint methods that use marshalling.
PayloadRootAnnotationMethodEndpointMappingorg.springframework.ws.server.endpoint.mappingImplementation of the EndpointMapping interface that uses the PayloadRoot annotation to map methods to request payload root elements.
PayloadRootQNameEndpointMappingorg.springframework.ws.server.endpoint.mappingImplementation of the EndpointMapping interface to map from the qualified name of the request payload root element.
PayloadRootUtilsorg.springframework.ws.server.endpoint.supportHelper class for determining the root qualified name of a Web Service payload.
PayloadTransformingInterceptororg.springframework.ws.server.endpoint.interceptorInterceptor that transforms the payload of WebServiceMessages using XSLT stylesheet.
PayloadValidatingInterceptororg.springframework.ws.soap.server.endpoint.interceptorInterceptor that validates the contents of WebServiceMessages using a schema.
QNameEditororg.springframework.xml.namespacePropertyEditor for javax.xml.namespace.QName, to populate a property of type QName from a String value.
QNameUtilsorg.springframework.xml.namespaceHelper class for using QName .
ResourceSourceorg.springframework.xml.transformConvenient subclass of SAXSource that reads from a Spring Resource .
Saaj11Implementationorg.springframework.ws.soap.saajSAAJ 1.1 specific implementation of the SaajImplementation interface.
Saaj12Implementationorg.springframework.ws.soap.saajSAAJ 1.2 specific implementation of the SaajImplementation interface.
Saaj13Implementationorg.springframework.ws.soap.saajSAAJ 1.3 specific implementation of the SaajImplementation interface.
SaajContentHandlerorg.springframework.ws.soap.saaj.supportSAX ContentHandler that transforms callback calls to the creation of SAAJ Nodes and SOAPElements.
SaajSoapMessageorg.springframework.ws.soap.saajSAAJ-specific implementation of the SoapMessage interface.
SaajSoapMessageFactoryorg.springframework.ws.soap.saajSAAJ-specific implementation of the WebServiceMessageFactory .
SaajUtilsorg.springframework.ws.soap.saaj.supportCollection of generic utility methods to work with SAAJ.
SaajXmlReaderorg.springframework.ws.soap.saaj.supportSAX XMLReader that reads from a SAAJ Node.
SaxUtilsorg.springframework.xml.saxConvenient utility methods for dealing with SAX.
SchemaLoaderUtilsorg.springframework.xml.validationConvenient utility methods for loading of javax.xml.validation.Schema objects, performing standard handling of input streams.
SimpleFaultMessageResolverorg.springframework.ws.client.coreSimple fault resolver that simply throws a WebServiceFaultException when a fault occurs.
SimpleMethodEndpointMappingorg.springframework.ws.server.endpoint.mappingSimple 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.
SimpleNamespaceContextorg.springframework.xml.namespaceSimple javax.xml.namespace.NamespaceContext implementation.
SimplePasswordValidationCallbackHandlerorg.springframework.ws.soap.security.xwss.callbackSimple callback handler that validates passwords agains a in-memory Properties object.
SimpleSoapExceptionResolverorg.springframework.ws.soap.server.endpointSimple, SOAP-specific EndpointExceptionResolver implementation that stores the exception's message as the fault string.
SimpleUsernamePasswordCallbackHandlerorg.springframework.ws.soap.security.xwss.callbackSimple callback handler that supplies a username and password to a username token at runtime.
SimpleWsdl11Definitionorg.springframework.ws.wsdl.wsdl11The default Wsdl11Definition implementation.
SoapActionAnnotationMethodEndpointMappingorg.springframework.ws.soap.server.endpoint.mappingImplementation of the EndpointMapping interface that uses the SoapAction annotation to map methods to the request SOAPAction header.
SoapActionCallbackorg.springframework.ws.soap.client.coreWebServiceMessageCallback implementation that sets the SOAP Action header on the message.
SoapActionEndpointMappingorg.springframework.ws.soap.server.endpoint.mappingImplementation of the EndpointMapping interface to map from SOAPAction headers to endpoint beans.
SoapEndpointInvocationChainorg.springframework.ws.soap.serverSOAP-specific subclass of the EndpointInvocationChain.
SoapEnvelopeLoggingInterceptororg.springframework.ws.soap.server.endpoint.interceptorSOAP-specific EndpointInterceptor that logs the complete request and response envelope of SoapMessage messages.
SoapFaultAnnotationExceptionResolverorg.springframework.ws.soap.server.endpointImplementation of the EndpointExceptionResolver interface that uses the SoapFault annotation to map exceptions to SOAP Faults.
SoapFaultDefinitionorg.springframework.ws.soap.server.endpointDefines properties for a SOAP Fault.
SoapFaultDefinitionEditororg.springframework.ws.soap.server.endpointPropertyEditor for SoapFaultDefinition objects.
SoapFaultMappingExceptionResolverorg.springframework.ws.soap.server.endpointException resolver that allows for mapping exception class names to SOAP Faults.
SoapFaultMessageResolverorg.springframework.ws.soap.client.coreSimple fault resolver that simply throws a SoapFaultClientException when a fault occurs.
SoapMessageDispatcherorg.springframework.ws.soap.serverSOAP-specific subclass of the MessageDispatcher .
StaxEventContentHandlerorg.springframework.xml.streamSAX ContentHandler that transforms callback calls to XMLEvents and writes them to a XMLEventConsumer.
StaxEventXmlReaderorg.springframework.xml.streamSAX XMLReader that reads from a StAX XMLEventReader.
StaxResultorg.springframework.xml.transformImplementation of the Result tagging interface for StAX writers.
StaxSourceorg.springframework.xml.transformImplementation of the Source tagging interface for StAX readers.
StaxStreamContentHandlerorg.springframework.xml.streamSAX ContentHandler that writes to a XMLStreamWriter.
StaxStreamXmlReaderorg.springframework.xml.streamSAX XMLReader that reads from a StAX XMLStreamReader.
StringResultorg.springframework.xml.transformConvenient subclass of StreamResult that writes to a StringWriter.
StringSourceorg.springframework.xml.transformConvenient subclass of StreamSource that reads from a StringReader.
TransformerObjectSupportorg.springframework.xml.transformConvenient base class for objects that use a Transformer.
TransportContextHolderorg.springframework.ws.transport.contextSimple holder class that associates a TransportContext instance with the current thread.
TransportInputStreamorg.springframework.ws.transportA TransportInputStream is an input stream with MIME input headers.
TransportOutputStreamorg.springframework.ws.transportA TransportOutputStream is an output stream with MIME input headers.
WebServiceAccessororg.springframework.ws.client.supportBase class for WebServiceTemplate and other WS-accessing helpers.
WebServiceGatewaySupportorg.springframework.ws.client.core.supportConvenient super class for application classes that need Web service access.
WebServiceMessageReceiverHandlerAdapterorg.springframework.ws.transport.httpAdapter to use the WebServiceMessageReceiver interface with the generic DispatcherServlet .
WebServiceMessageReceiverObjectSupportorg.springframework.ws.transport.supportConvenience base class for server-side transport objects.
WebServiceTemplateorg.springframework.ws.client.coreThe central class for client-side Web services.
Wsdl4jDefinitionorg.springframework.ws.wsdl.wsdl11Implementation of the Wsdl11Definition based on WSDL4J.
WsdlDefinitionHandlerAdapterorg.springframework.ws.transport.httpAdapter to use the WsdlDefinition interface with the generic DispatcherServlet.
XmlBeansMarshallerorg.springframework.oxm.xmlbeansImplementation of the Marshaller interface for XMLBeans.
XmlBeansUtilsorg.springframework.oxm.xmlbeansGeneric utility methods for working with XMLBeans.
XmlEventStreamReaderorg.springframework.xml.streamImplementation of the XMLStreamReader interface that wraps a XMLEventReader.
XmlOptionsFactoryBeanorg.springframework.oxm.xmlbeansFactory bean that configures an XMLBeans XmlOptions object and provides it as a bean reference.
XmlValidatorFactoryorg.springframework.xml.validationFactory for XmlValidators, being aware of JAXP 1.3 XmlValidators, and JAXP 1.0 parsing capababilities.
XPathExpressionFactoryorg.springframework.xml.xpathFactory for compiled XPathExpressions, being aware of JAXP 1.3+ XPath functionality, and Jaxen.
XPathExpressionFactoryBeanorg.springframework.xml.xpathSpring FactoryBean for XPathExpression object.
XPathParamAnnotationMethodEndpointAdapterorg.springframework.ws.server.endpoint.adapterAdapter that supports endpoint methods that use marshalling.
XPathPayloadEndpointMappingorg.springframework.ws.server.endpoint.mappingImplementation of the EndpointMapping interface that maps to endpoint using an XPath expression.
XsdBasedSoap11Wsdl4jDefinitionBuilderorg.springframework.ws.wsdl.wsdl11.builderBuilds a WsdlDefinition with a SOAP 1.1 binding based on an XSD schema.
XStreamMarshallerorg.springframework.oxm.xstreamImplementation of the Marshaller interface for XStream.
XStreamUtilsorg.springframework.oxm.xstreamGeneric utility methods for working with XStream.
XwsSecurityInterceptororg.springframework.ws.soap.security.xwssWS-Security endpoint interceptor that is based on Sun's XML and Web Services Security package (XWSS).
Search