|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.handlers.AbstractHandler
Class AbstractHandler
Field Summary | |
protected HandlerDescription |
handlerDesc
Field handlerDesc |
Constructor Summary | |
AbstractHandler()
Constructor AbstractHandler |
Method Summary | |
void |
cleanup()
Method cleanup |
HandlerDescription |
getHandlerDesc()
To get the phaseRule of a handler it is required to get the HnadlerDescription of the handler so the argumnet pass when it call return as HnadlerDescription |
javax.xml.namespace.QName |
getName()
Method getName |
Parameter |
getParameter(java.lang.String name)
Method getParameter |
void |
init(HandlerDescription handlerdesc)
Method init |
void |
revoke(MessageContext msgContext)
Method revoke |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.apache.axis2.engine.Handler |
invoke |
Field Detail |
protected HandlerDescription handlerDesc
Constructor Detail |
public AbstractHandler()
Method Detail |
public javax.xml.namespace.QName getName()
getName
in interface Handler
public void revoke(MessageContext msgContext)
msgContext
- public void cleanup() throws AxisFault
cleanup
in interface Handler
AxisFault
public Parameter getParameter(java.lang.String name)
getParameter
in interface Handler
name
-
public void init(HandlerDescription handlerdesc)
init
in interface Handler
handlerdesc
- public HandlerDescription getHandlerDesc()
getHandlerDesc
in interface Handler
public java.lang.String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |