| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.handlers.AbstractHandler
public abstract class AbstractHandler
Class AbstractHandler
| Nested Class Summary | 
|---|
| Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler | 
|---|
Handler.InvocationResponse | 
| Field Summary | |
|---|---|
protected  HandlerDescription | 
handlerDesc
Field handlerDesc  | 
| Constructor Summary | |
|---|---|
AbstractHandler()
Constructor AbstractHandler.  | 
|
| 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.  | 
 void | 
flowComplete(MessageContext msgContext)
This method will be called on each registered handler that had its invoke(...) method called during the processing of the message, once the message processing has completed.  | 
 HandlerDescription | 
getHandlerDesc()
Gets the phaseRule of a handler.  | 
 String | 
getName()
Method getName.  | 
 Parameter | 
getParameter(String name)
Method getParameter.  | 
 void | 
init(HandlerDescription handlerdesc)
Method init.  | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
| Methods inherited from interface org.apache.axis2.engine.Handler | 
|---|
invoke | 
| Field Detail | 
|---|
protected HandlerDescription handlerDesc
| Constructor Detail | 
|---|
public AbstractHandler()
| Method Detail | 
|---|
public void cleanup()
cleanup in interface Handlerpublic void init(HandlerDescription handlerdesc)
init in interface Handlerhandlerdesc - the HandlerDescription for this Handlerpublic String toString()
toString in class Objectpublic HandlerDescription getHandlerDesc()
getHandlerDesc in interface Handlerpublic String getName()
getName in interface Handlerpublic Parameter getParameter(String name)
getParameter in interface Handlername - name of the parameter
public void flowComplete(MessageContext msgContext)
Handler
flowComplete in interface HandlermsgContext - the MessageContext to process with this
                   Handler.
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||