Abstract base class for
EndpointAdapter implementations that support
MethodEndpoint s. Contains
template methods for handling these method endpoints.
author: Arjen Poutsma since: 1.0.0
Use the given method endpoint to handle the request.
Parameters: messageContext - the current message context Parameters: methodEndpoint - the method endpoint to use throws: Exception - in case of errors
supports
final public boolean supports(Object endpoint)(Code)
Given a method endpoint, return whether or not this adapter can support it.
Parameters: methodEndpoint - method endpoint to check whether or not this adapter can adapt the given method
Fields inherited from org.springframework.xml.transform.TransformerObjectSupport