|
|||||||||||
| 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 HandlermsgContext - the MessageContext to process with this
Handler.
AxisFault - if the handler encounters an error
public void cleanup()
throws AxisFault
Handler
cleanup in interface HandlerAxisFaultpublic void init(HandlerDescription handlerdesc)
Handler
init in interface Handlerhandlerdesc - public HandlerDescription getHandlerDesc()
Handler
getHandlerDesc in interface Handlerpublic QName getName()
Handler
getName in interface Handlerpublic Parameter getParameter(String name)
Handler
getParameter in interface Handlername -
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||