org.apache.rampart.handler
Class RampartReceiver

java.lang.Object
  extended by org.apache.rampart.handler.RampartReceiver
All Implemented Interfaces:
org.apache.axis2.engine.Handler

public class RampartReceiver
extends java.lang.Object
implements org.apache.axis2.engine.Handler

Rampart inflow handler. This processes the incoming message and validates it against the effective policy.


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler
org.apache.axis2.engine.Handler.InvocationResponse
 
Constructor Summary
RampartReceiver()
           
 
Method Summary
 void cleanup()
           
 void flowComplete(org.apache.axis2.context.MessageContext msgContext)
           
 org.apache.axis2.description.HandlerDescription getHandlerDesc()
           
 java.lang.String getName()
           
 org.apache.axis2.description.Parameter getParameter(java.lang.String name)
           
 void init(org.apache.axis2.description.HandlerDescription handlerdesc)
           
 org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RampartReceiver

public RampartReceiver()
Method Detail

cleanup

public void cleanup()
Specified by:
cleanup in interface org.apache.axis2.engine.Handler

init

public void init(org.apache.axis2.description.HandlerDescription handlerdesc)
Specified by:
init in interface org.apache.axis2.engine.Handler

flowComplete

public void flowComplete(org.apache.axis2.context.MessageContext msgContext)
Specified by:
flowComplete in interface org.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 interface org.apache.axis2.engine.Handler
Throws:
org.apache.axis2.AxisFault

getHandlerDesc

public org.apache.axis2.description.HandlerDescription getHandlerDesc()
Specified by:
getHandlerDesc in interface org.apache.axis2.engine.Handler

getName

public java.lang.String getName()
Specified by:
getName in interface org.apache.axis2.engine.Handler

getParameter

public org.apache.axis2.description.Parameter getParameter(java.lang.String name)
Specified by:
getParameter in interface org.apache.axis2.engine.Handler