|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis2.handlers.AbstractHandler
org.apache.axis2.handlers.AbstractTemplatedHandler
org.apache.axis2.handlers.addressing.AddressingOutHandler
public class AddressingOutHandler
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.axis2.addressing.AddressingConstants |
---|
AddressingConstants.Final, AddressingConstants.Submission |
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler |
---|
Handler.InvocationResponse |
Field Summary |
---|
Fields inherited from class org.apache.axis2.handlers.AbstractHandler |
---|
handlerDesc |
Constructor Summary | |
---|---|
AddressingOutHandler()
|
Method Summary | |
---|---|
Handler.InvocationResponse |
doInvoke(MessageContext msgContext)
This should implement the actual handler invocation logic. |
boolean |
shouldInvoke(MessageContext msgContext)
This method should implement the conditional check of the handler to decide whether this particular message needs to be handled by me |
Methods inherited from class org.apache.axis2.handlers.AbstractTemplatedHandler |
---|
invoke |
Methods inherited from class org.apache.axis2.handlers.AbstractHandler |
---|
cleanup, flowComplete, getHandlerDesc, getName, getParameter, init, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AddressingOutHandler()
Method Detail |
---|
public boolean shouldInvoke(MessageContext msgContext) throws AxisFault
AbstractTemplatedHandler
shouldInvoke
in class AbstractTemplatedHandler
msgContext
- current MessageContext
to be evaluated
true, if this handler needs to be further invoked,
false
if this handler has nothing to do with this specific message
and want the flow to be continued
- Throws:
AxisFault
- in an error in evaluating the decision
public Handler.InvocationResponse doInvoke(MessageContext msgContext) throws AxisFault
AbstractTemplatedHandler
doInvoke
in class AbstractTemplatedHandler
msgContext
- current message to be handled by this handler
InvocationResponse#CONTINUE
,
InvocationResponse#ABORT
, InvocationResponse#SUSPEND
AxisFault
- in an error in invoking the handler
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |