|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface Handler
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 |
invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object. |
Method Detail |
public void init(HandlerDescription handlerdesc)
handlerdesc
- public void invoke(MessageContext msgContext) throws AxisFault
msgContext
- the MessageContext
to process with this
Handler
.
AxisFault
- if the handler encounters an errorpublic javax.xml.namespace.QName getName()
public Parameter getParameter(java.lang.String name)
name
-
public void cleanup() throws AxisFault
AxisFault
public HandlerDescription getHandlerDesc()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |