| java.lang.Object org.apache.axis2.handlers.AbstractHandler
All known Subclasses: org.apache.axis2.description.SpeakingHandler1, org.apache.axis2.engine.InstanceDispatcher, org.apache.axis2.ModuleHandler1, org.apache.axis2.transport.jms.JMSSender, org.apache.axis2.transport.http.CommonsHTTPTransportSender, org.apache.axis2.engine.AbstractDispatcher, org.apache.axis2.deployment.SpeakingHandler, org.apache.axis2.phaserule.PhaseRuleHandler, org.apache.axis2.dispatchers.AbstractOperationDispatcher, org.apache.axis2.registry.Handler3, org.apache.axis2.transport.tcp.TCPTransportSender, org.apache.axis2.transport.local.LocalTransportSender, org.apache.axis2.sample.handlers.LoggingHandler, org.apache.axis2.dispatchers.AbstractServiceDispatcher, org.apache.axis2.transport.mail.MailTransportSender, org.apache.axis2.handlers.Handler2, org.apache.axis2.transport.nhttp.HttpCoreNIOSender, org.apache.axis2.clustering.RequestBlockingHandler, org.apache.axis2.description.SpeakingHandler, org.apache.axis2.transport.local.LocalResponder,
AbstractHandler | abstract public class AbstractHandler implements Handler(Code) | | Class AbstractHandler
|
AbstractHandler | public AbstractHandler()(Code) | | Constructor AbstractHandler.
|
cleanup | public void cleanup()(Code) | | Since this might change the whole behavior of Axis2 handlers, and since this is still under discussion
(http://marc.theaimsgroup.com/?l=axis-dev&m=114504084929285&w=2) implementation of this method is deferred.
Note : This method will not be automatically called, from Axis2 engine, until this is fully implemented.
|
getHandlerDesc | public HandlerDescription getHandlerDesc()(Code) | | Gets the phaseRule of a handler.
Returns HandlerDescription. |
getName | public String getName()(Code) | | Method getName.
Returns QName. |
getParameter | public Parameter getParameter(String name)(Code) | | Method getParameter.
Parameters: name - name of the parameter Returns Parameter. |
|
|