org.globus.ogsa.impl.security.authentication
Class EncryptHandler

java.lang.Object
  extended byGenericHandler
      extended byorg.globus.ogsa.impl.security.authentication.EncryptHandler

public class EncryptHandler
extends GenericHandler

See Also:
Serialized Form

Constructor Summary
EncryptHandler()
           
 
Method Summary
 QName[] getHeaders()
           
 boolean handleMessage(SOAPMessageContext ctx)
           
 boolean handleRequest(MessageContext context)
           
 boolean handleResponse(MessageContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EncryptHandler

public EncryptHandler()
Method Detail

handleRequest

public boolean handleRequest(MessageContext context)

handleResponse

public boolean handleResponse(MessageContext context)

handleMessage

public boolean handleMessage(SOAPMessageContext ctx)

getHeaders

public QName[] getHeaders()