public class PostDispatchVerificationHandler extends Object implements org.apache.axis2.engine.Handler
Constructor and Description |
---|
PostDispatchVerificationHandler() |
Modifier and Type | Method and Description |
---|---|
void |
cleanup() |
void |
flowComplete(org.apache.axis2.context.MessageContext msgContext) |
org.apache.axis2.description.HandlerDescription |
getHandlerDesc() |
String |
getName() |
org.apache.axis2.description.Parameter |
getParameter(String name) |
void |
init(org.apache.axis2.description.HandlerDescription handlerDesc) |
org.apache.axis2.engine.Handler.InvocationResponse |
invoke(org.apache.axis2.context.MessageContext msgContext) |
public void cleanup()
cleanup
in interface org.apache.axis2.engine.Handler
Handler.cleanup()
public void flowComplete(org.apache.axis2.context.MessageContext msgContext)
flowComplete
in interface org.apache.axis2.engine.Handler
Handler.flowComplete(org.apache.axis2.context.MessageContext)
public org.apache.axis2.description.HandlerDescription getHandlerDesc()
getHandlerDesc
in interface org.apache.axis2.engine.Handler
Handler.getHandlerDesc()
public String getName()
getName
in interface org.apache.axis2.engine.Handler
Handler.getName()
public org.apache.axis2.description.Parameter getParameter(String name)
getParameter
in interface org.apache.axis2.engine.Handler
Handler.getParameter(java.lang.String)
public void init(org.apache.axis2.description.HandlerDescription handlerDesc)
init
in interface org.apache.axis2.engine.Handler
Handler.init(org.apache.axis2.description.HandlerDescription)
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault
invoke
in interface org.apache.axis2.engine.Handler
org.apache.axis2.AxisFault
Handler.invoke(org.apache.axis2.context.MessageContext)
Copyright © Apache Software Foundation. All Rights Reserved.