org.springframework.ws.endpoint
Interface PayloadEndpoint

All Known Implementing Classes:
AbstractDom4jPayloadEndpoint, AbstractDomPayloadEndpoint, AbstractJDomPayloadEndpoint, AbstractSaxPayloadEndpoint, AbstractXomPayloadEndpoint

public interface PayloadEndpoint

Defines the basic contract for Web Services interested in the mesage payload.

The main entrypoint is invoke, which gets invoked with the contents of the requesting message.

Author:
Arjen Poutsma
See Also:
invoke(javax.xml.transform.Source)

Method Summary
 Source invoke(Source request)
          Invokes an operation.
 

Method Detail

invoke

Source invoke(Source request)
              throws Exception
Invokes an operation.

Parameters:
request - the request message
Returns:
the response message, may be null
Throws:
Exception - if an exception occurs


Copyright (c) 2005-2006 The Spring Framework Project.