org.globus.wsrf.impl.security.authentication.secureConv
Class SignHandler

java.lang.Object
  |
  +--javax.xml.rpc.handler.GenericHandler
        |
        +--org.globus.wsrf.impl.security.authentication.secureConv.SignHandler
All Implemented Interfaces:
Handler

public class SignHandler
extends GenericHandler

GSI Secure Conversation signature.


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Constructor Summary
SignHandler()
           
 
Method Summary
 QName[] getHeaders()
           
 boolean handleMessage(SOAPMessageContext ctx)
           
 boolean handleRequest(MessageContext context)
           
 boolean handleResponse(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

log

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

SignHandler

public SignHandler()
Method Detail

handleRequest

public boolean handleRequest(MessageContext context)
Overrides:
handleRequest in class GenericHandler

handleResponse

public boolean handleResponse(MessageContext context)
Overrides:
handleResponse in class GenericHandler

handleMessage

public boolean handleMessage(SOAPMessageContext ctx)

getHeaders

public QName[] getHeaders()
Overrides:
getHeaders in class GenericHandler


Copyright © 1999-2003 University of Chicago and The University of Southern California. All rights reserved.