Package org.apache.rampart.handler
Class PostDispatchVerificationHandler
java.lang.Object
org.apache.rampart.handler.PostDispatchVerificationHandler
- All Implemented Interfaces:
org.apache.axis2.engine.Handler
public class PostDispatchVerificationHandler
extends Object
implements org.apache.axis2.engine.Handler
Handler to verify the message security after dispatch
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
org.apache.axis2.engine.Handler.InvocationResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
cleanup()
void
flowComplete
(org.apache.axis2.context.MessageContext msgContext) org.apache.axis2.description.HandlerDescription
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)
-
Constructor Details
-
PostDispatchVerificationHandler
public PostDispatchVerificationHandler()
-
-
Method Details
-
cleanup
public void cleanup() -
flowComplete
public void flowComplete(org.apache.axis2.context.MessageContext msgContext) - Specified by:
flowComplete
in interfaceorg.apache.axis2.engine.Handler
-
getHandlerDesc
public org.apache.axis2.description.HandlerDescription getHandlerDesc()- Specified by:
getHandlerDesc
in interfaceorg.apache.axis2.engine.Handler
-
getName
- Specified by:
getName
in interfaceorg.apache.axis2.engine.Handler
-
getParameter
- Specified by:
getParameter
in interfaceorg.apache.axis2.engine.Handler
-
init
public void init(org.apache.axis2.description.HandlerDescription handlerDesc) - Specified by:
init
in interfaceorg.apache.axis2.engine.Handler
-
invoke
public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault - Specified by:
invoke
in interfaceorg.apache.axis2.engine.Handler
- Throws:
org.apache.axis2.AxisFault
-