|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.security.rahas.Receiver
Constructor Summary | |
Receiver()
|
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Receiver()
Method Detail |
public void invoke(MessageContext msgContext) throws AxisFault
Handler
invoke
in interface Handler
msgContext
- the MessageContext
to process with this
Handler
.
AxisFault
- if the handler encounters an errorpublic void cleanup() throws AxisFault
Handler
cleanup
in interface Handler
AxisFault
public void init(HandlerDescription handlerdesc)
Handler
init
in interface Handler
handlerdesc
- public HandlerDescription getHandlerDesc()
Handler
getHandlerDesc
in interface Handler
public QName getName()
Handler
getName
in interface Handler
public Parameter getParameter(String name)
Handler
getParameter
in interface Handler
name
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |