Class AbstractTemplatedHandler

java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.handlers.AbstractTemplatedHandler
All Implemented Interfaces:
Handler

public abstract class AbstractTemplatedHandler extends AbstractHandler
This abstract class differentiates the concern of the conditional check to see whether this particular message needs to be handled by the handler implementation and the actual invocation logic.
See Also: