org.globus.wsrf.impl.security.authentication.secureconv
Class EncryptHandler

java.lang.Object
  extended byjavax.xml.rpc.handler.GenericHandler
      extended byorg.globus.wsrf.impl.security.authentication.secureconv.EncryptHandler
All Implemented Interfaces:
javax.xml.rpc.handler.Handler

public class EncryptHandler
extends javax.xml.rpc.handler.GenericHandler

GSI Secure Conversation encryption.


Field Summary
protected static org.globus.util.I18n i18n
           
private static org.apache.commons.logging.Log log
           
 
Constructor Summary
EncryptHandler()
           
 
Method Summary
 javax.xml.namespace.QName[] getHeaders()
           
 boolean handleMessage(javax.xml.rpc.handler.soap.SOAPMessageContext ctx)
           
 boolean handleRequest(javax.xml.rpc.handler.MessageContext context)
           
 boolean handleResponse(javax.xml.rpc.handler.MessageContext context)
           
 
Methods inherited from class javax.xml.rpc.handler.GenericHandler
destroy, handleFault, init
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

i18n

protected static org.globus.util.I18n i18n

log

private static org.apache.commons.logging.Log log
Constructor Detail

EncryptHandler

public EncryptHandler()
Method Detail

handleRequest

public boolean handleRequest(javax.xml.rpc.handler.MessageContext context)

handleResponse

public boolean handleResponse(javax.xml.rpc.handler.MessageContext context)

handleMessage

public boolean handleMessage(javax.xml.rpc.handler.soap.SOAPMessageContext ctx)

getHeaders

public javax.xml.namespace.QName[] getHeaders()