|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface Handler
| Nested Class Summary | |
static class |
Handler.InvocationResponse
This type encapsulates an enumeration of possible message processing instruction values that may be returned by a handler/phase within the runtime. |
| Method Summary | |
void |
cleanup()
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. |
HandlerDescription |
getHandlerDesc()
Gets the HandlerDescription of a handler. |
String |
getName()
Method getName. |
Parameter |
getParameter(String name)
Method getParameter. |
void |
init(HandlerDescription handlerdesc)
Method init. |
Handler.InvocationResponse |
invoke(MessageContext msgContext)
Invoke is called to do the actual work of the Handler object. |
| Method Detail |
public void cleanup()
public void init(HandlerDescription handlerdesc)
handlerdesc -
public Handler.InvocationResponse invoke(MessageContext msgContext)
throws AxisFault
msgContext - the MessageContext to process with this
Handler.
AxisFault - if the handler encounters an errorpublic HandlerDescription getHandlerDesc()
public String getName()
public Parameter getParameter(String name)
name -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||