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 |
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() |
protected HandlerDescription handlerDesc
public void cleanup()
public void init(HandlerDescription handlerdesc)
public HandlerDescription getHandlerDesc()
getHandlerDesc
in interface Handler
public String getName()
public Parameter getParameter(String name)
getParameter
in interface Handler
name
- name of the parameterpublic void flowComplete(MessageContext msgContext)
Handler
flowComplete
in interface Handler
msgContext
- the MessageContext
to process with this
Handler
.Copyright © 2004–2018 The Apache Software Foundation. All rights reserved.