Spring Web Services Framework

Uses of Interface
org.springframework.ws.server.endpoint.PayloadEndpoint

Packages that use PayloadEndpoint
org.springframework.ws.server.endpoint Provides standard endpoint, and EndpointAdapter implementations. 
 

Uses of PayloadEndpoint in org.springframework.ws.server.endpoint
 

Classes in org.springframework.ws.server.endpoint that implement PayloadEndpoint
 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 AbstractSaxPayloadEndpoint
          Abstract base class for endpoints that handle the message payload with a SAX ContentHandler.
 class AbstractXomPayloadEndpoint
          Abstract base class for endpoints that handle the message payload as XOM elements.
 


Spring Web Services Framework

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