public abstract class AbstractHandler extends 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 |
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() |
protected HandlerDescription handlerDesc
public void init(HandlerDescription handlerdesc)
public HandlerDescription getHandlerDesc()
getHandlerDesc in interface Handlerpublic String getName()
public Parameter getParameter(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–2016 The Apache Software Foundation. All rights reserved.