|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransformerObjectSupport | |
---|---|
org.springframework.ws.client.core | Core package of the Spring-WS client-side support. |
org.springframework.ws.client.support | Classes supporting the org.springframework.ws.client.core package. |
org.springframework.ws.client.support.interceptor | Provides the ClientInterceptor interface, and validating interceptors. |
org.springframework.ws.pox.dom | Contains an implementation of the POX interfaces that is based on DOM. |
org.springframework.ws.server.endpoint | Provides standard endpoint, and EndpointAdapter implementations. |
org.springframework.ws.server.endpoint.adapter | Provides miscellaneous EndpointAdapter implementations. |
org.springframework.ws.server.endpoint.adapter.method | Provides the MethodArgumentResolver and MethodReturnValueHandler abstractions, and various
implementations thereof. |
org.springframework.ws.server.endpoint.adapter.method.dom | Provides DOM-based implementations of the the MethodArgumentResolver and
MethodReturnValueHandler interfaces. |
org.springframework.ws.server.endpoint.adapter.method.jaxb | Provides JAXB2-based implementations of the MethodArgumentResolver and
MethodReturnValueHandler interfaces. |
org.springframework.ws.server.endpoint.interceptor | Provides miscellaneous endpoints EndpointInterceptor implementations. |
org.springframework.ws.soap.addressing.server | Contains servers-side WS-Addressing support, in the form of EndpointMappings . |
org.springframework.ws.soap.addressing.version | Contains abstractions over various versions of the WS-Addressing specification. |
org.springframework.ws.soap.server.endpoint.interceptor | Provides miscellaneous endpoints EndpointInterceptor implementations for SOAP purposes. |
org.springframework.ws.transport.http | Package providing support for handling messages via HTTP. |
org.springframework.ws.wsdl.wsdl11.provider | Provides a contribution strategy for WSDL definitions. |
org.springframework.xml.xpath | Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen. |
Uses of TransformerObjectSupport in org.springframework.ws.client.core |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.client.core | |
---|---|
class |
WebServiceTemplate
The central class for client-side Web services. |
Uses of TransformerObjectSupport in org.springframework.ws.client.support |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.client.support | |
---|---|
class |
WebServiceAccessor
Base class for WebServiceTemplate and other WS-accessing helpers. |
Uses of TransformerObjectSupport in org.springframework.ws.client.support.interceptor |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.client.support.interceptor | |
---|---|
class |
AbstractValidatingInterceptor
Abstract base class for ClientInterceptor implementations that validate part of the message using a schema. |
class |
PayloadValidatingInterceptor
Client-side interceptor that validates the contents of WebServiceMessage s using a schema. |
Uses of TransformerObjectSupport in org.springframework.ws.pox.dom |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.pox.dom | |
---|---|
class |
DomPoxMessageFactory
Implementation of the WebServiceMessageFactory interface that creates a DomPoxMessage . |
Uses of TransformerObjectSupport in org.springframework.ws.server.endpoint |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.server.endpoint | |
---|---|
class |
AbstractDom4jPayloadEndpoint
Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints |
class |
AbstractDomPayloadEndpoint
Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints |
class |
AbstractJDomPayloadEndpoint
Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints |
class |
AbstractLoggingInterceptor
Abstract base class for EndpointInterceptor instances that log a part of a
WebServiceMessage . |
class |
AbstractSaxPayloadEndpoint
Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints |
class |
AbstractStaxEventPayloadEndpoint
Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints |
class |
AbstractStaxPayloadEndpoint
Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints |
class |
AbstractStaxStreamPayloadEndpoint
Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints |
class |
AbstractXomPayloadEndpoint
Deprecated. as of Spring Web Services 2.0, in favor of annotated endpoints |
Uses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter |
---|
Uses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter.method |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter.method | |
---|---|
class |
AbstractPayloadMethodProcessor
Abstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations based on
RequestPayload and ResponsePayload annotations. |
class |
AbstractPayloadSourceMethodProcessor
Abstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations based on
Source s. |
class |
MarshallingPayloadMethodProcessor
Implementation of MethodArgumentResolver and MethodReturnValueHandler that uses Marshaller
and Unmarshaller to support marshalled objects. |
class |
SourcePayloadMethodProcessor
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports Source
objects. |
class |
StaxPayloadMethodArgumentResolver
Implementation of MethodArgumentResolver that supports StAX XMLStreamReader and XMLEventReader arguments. |
Uses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter.method.dom |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter.method.dom | |
---|---|
class |
Dom4jPayloadMethodProcessor
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports dom4j elements. |
class |
DomPayloadMethodProcessor
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports W3C DOM elements. |
class |
JDomPayloadMethodProcessor
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports JDOM elements. |
class |
XomPayloadMethodProcessor
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports XOM elements. |
Uses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter.method.jaxb |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter.method.jaxb | |
---|---|
class |
AbstractJaxb2PayloadMethodProcessor
Abstract base class for MethodArgumentResolver and MethodReturnValueHandler implementations that use JAXB2. |
class |
JaxbElementPayloadMethodProcessor
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports JAXBElement objects. |
class |
XmlRootElementPayloadMethodProcessor
Implementation of MethodArgumentResolver and MethodReturnValueHandler that supports parameters annotated with @XmlRootElement or @XmlType , and return values annotated with @XmlRootElement . |
Uses of TransformerObjectSupport in org.springframework.ws.server.endpoint.interceptor |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.server.endpoint.interceptor | |
---|---|
class |
PayloadLoggingInterceptor
Simple EndpointInterceptor that logs the payload of request
and response messages. |
class |
PayloadTransformingInterceptor
Interceptor that transforms the payload of WebServiceMessage s using XSLT stylesheet. |
Uses of TransformerObjectSupport in org.springframework.ws.soap.addressing.server |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.soap.addressing.server | |
---|---|
class |
AbstractActionEndpointMapping
Abstract base class for WS-Addressing Action -mapped EndpointMapping
implementations. |
class |
AbstractActionMethodEndpointMapping
Abstract base class for WS-Addressing Action -mapped EndpointMapping
implementations that map to MethodEndpoint s. |
class |
AbstractAddressingEndpointMapping
Abstract base class for EndpointMapping implementations that handle WS-Addressing. |
class |
AnnotationActionEndpointMapping
Implementation of the EndpointMapping interface that uses the
@Action annotation to map methods to a WS-Addressing Action header. |
class |
SimpleActionEndpointMapping
Implementation of the EndpointMapping interface to map from WS-Addressing Action Message
Addressing Property to endpoint beans. |
Uses of TransformerObjectSupport in org.springframework.ws.soap.addressing.version |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.soap.addressing.version | |
---|---|
class |
AbstractAddressingVersion
Abstract base class for AddressingVersion implementations. |
class |
Addressing10
Implements WS-Addressing 1.0 (May 2006). |
class |
Addressing200408
Implements the August 2004 edition of the WS-Addressing specification. |
Uses of TransformerObjectSupport in org.springframework.ws.soap.server.endpoint.interceptor |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.soap.server.endpoint.interceptor | |
---|---|
class |
AbstractFaultCreatingValidatingInterceptor
Subclass of AbstractValidatingInterceptor that creates a SOAP Fault whenever the request message cannot
be validated. |
class |
SoapEnvelopeLoggingInterceptor
SOAP-specific EndpointInterceptor that logs the complete request and response envelope of
SoapMessage messages. |
Uses of TransformerObjectSupport in org.springframework.ws.transport.http |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.transport.http | |
---|---|
class |
LocationTransformerObjectSupport
Abstract base class for WsdlDefinitionHandlerAdapter and XsdSchemaHandlerAdapter that transforms
XSD and WSDL location attributes. |
class |
WsdlDefinitionHandlerAdapter
Adapter to use the WsdlDefinition interface with the generic DispatcherServlet . |
class |
WsdlDefinitionHttpHandler
|
class |
XsdSchemaHandlerAdapter
Adapter to use the XsdSchema interface with the generic DispatcherServlet . |
Uses of TransformerObjectSupport in org.springframework.ws.wsdl.wsdl11.provider |
---|
Subclasses of TransformerObjectSupport in org.springframework.ws.wsdl.wsdl11.provider | |
---|---|
class |
InliningXsdSchemaTypesProvider
Implementation of TypesProvider that inlines a XsdSchema or XsdSchemaCollection into the
WSDL. |
Uses of TransformerObjectSupport in org.springframework.xml.xpath |
---|
Subclasses of TransformerObjectSupport in org.springframework.xml.xpath | |
---|---|
class |
AbstractXPathTemplate
Abstract base class for implementations of XPathOperations . |
class |
JaxenXPathTemplate
Implementation of XPathOperations that uses Jaxen. |
class |
Jaxp13XPathTemplate
Implementation of XPathOperations that uses JAXP 1.3. |
|
Spring Web Services Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |