public abstract class AbstractHandler extends java.lang.Object implements Handler
Handler.InvocationResponse| Modifier and Type | Field and Description |
|---|---|
protected HandlerDescription |
handlerDesc
Field handlerDesc
|
| Constructor and Description |
|---|
AbstractHandler()
Constructor AbstractHandler.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
java.lang.String |
getName()
Method getName.
|
Parameter |
getParameter(java.lang.String name)
Method getParameter.
|
void |
init(HandlerDescription handlerdesc)
Method init.
|
java.lang.String |
toString() |
protected HandlerDescription handlerDesc
public void cleanup()
public void init(HandlerDescription handlerdesc)
public java.lang.String toString()
toString in class java.lang.Objectpublic HandlerDescription getHandlerDesc()
getHandlerDesc in interface Handlerpublic java.lang.String getName()
public Parameter getParameter(java.lang.String name)
getParameter in interface Handlername - name of the parameterpublic void flowComplete(MessageContext msgContext)
HandlerflowComplete in interface HandlermsgContext - the MessageContext to process with this
Handler.Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.