|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Handler
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/? |
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 |
---|
void cleanup()
void init(HandlerDescription handlerdesc)
handlerdesc
- Handler.InvocationResponse invoke(MessageContext msgContext) throws AxisFault
msgContext
- the MessageContext
to process with this
Handler
.
AxisFault
- if the handler encounters an errorHandlerDescription getHandlerDesc()
String getName()
Parameter getParameter(String name)
name
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |