|
|||||||||||
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()
Gets the HandlerDescription of a handler. |
QName |
getName()
Method getName. |
Parameter |
getParameter(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 cleanup() throws AxisFault
AxisFault
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 HandlerDescription getHandlerDesc()
public QName getName()
public Parameter getParameter(String name)
name
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |