Spring Web Services Framework

Uses of Class
org.springframework.xml.transform.TransformerObjectSupport

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.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 WebServiceMessages 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
          Abstract base class for endpoints that handle the message payload as dom4j elements.
 class AbstractDomPayloadEndpoint
          Abstract base class for endpoints that handle the message payload as DOM elements.
 class AbstractJDomPayloadEndpoint
          Abstract base class for endpoints that handle the message payload as JDOM elements.
 class AbstractLoggingInterceptor
          Abstract base class for EndpointInterceptor instances that log a part of a WebServiceMessage.
 class AbstractSaxPayloadEndpoint
          Abstract base class for endpoints that handle the message payload with a SAX ContentHandler.
 class AbstractStaxEventPayloadEndpoint
          Abstract base class for endpoints that handle the message payload with event-based StAX.
 class AbstractStaxPayloadEndpoint
          Abstract base class for endpoints use StAX.
 class AbstractStaxStreamPayloadEndpoint
          Abstract base class for endpoints that handle the message payload with streaming StAX.
 class AbstractXomPayloadEndpoint
          Abstract base class for endpoints that handle the message payload as XOM elements.
 

Uses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter
 

Subclasses of TransformerObjectSupport in org.springframework.ws.server.endpoint.adapter
 class AbstractMethodEndpointAdapter
          Abstract base class for EndpointAdapter implementations that support MethodEndpoints.
 class GenericMarshallingMethodEndpointAdapter
          Subclass of MarshallingMethodEndpointAdapter that supports GenericMarshaller and GenericUnmarshaller.
 class MarshallingMethodEndpointAdapter
          Adapter that supports endpoint methods that use marshalling.
 class MessageMethodEndpointAdapter
          Adapter that supports endpoint methods that use marshalling.
 class PayloadEndpointAdapter
          Adapter to use a PayloadEndpoint as the endpoint for a EndpointInvocationChain.
 class PayloadMethodEndpointAdapter
          Adapter that supports endpoint methods that use marshalling.
 class XPathParamAnnotationMethodEndpointAdapter
          Adapter that supports endpoint methods that use marshalling.
 

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 WebServiceMessages 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 MethodEndpoints.
 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 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

Copyright © 2005-2010 The Spring Web Services Framework. All Rights Reserved.