org.globus.ogsa.handlers
Class RoutingSecRequestHandler

java.lang.Object
  extended byBasicHandler
      extended byorg.globus.ogsa.handlers.RoutingSecRequestHandler

public class RoutingSecRequestHandler
extends BasicHandler

This handler is designed to work with (and on) the master hosting environment. It modifies the verification actor for WS-Security handlers so that any message protections applied to the message destined for a service in the user hosting environment are ignored by the WS-Security handlers in the master hosting environment.

See Also:
Serialized Form

Constructor Summary
RoutingSecRequestHandler()
           
 
Method Summary
 void invoke(MessageContext msgContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RoutingSecRequestHandler

public RoutingSecRequestHandler()
Method Detail

invoke

public void invoke(MessageContext msgContext)
            throws AxisFault
Throws:
AxisFault