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.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.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.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.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 AbstractValidatingInterceptor
          Abstract base class for EndpointInterceptor implementations that validate part of the message using a schema.
 class PayloadLoggingInterceptor
          Simple EndpointInterceptor that logs the payload of request and response messages.
 

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 PayloadValidatingInterceptor
          Interceptor that validates the contents of WebServiceMessages using a schema.
 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.
 

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-2008 The Spring Web Services Framework. All Rights Reserved.