org.jboss.net.axis.security.handler
Class WSSResponseHandler

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.apache.ws.axis.security.WSDoAllSender
          extended byorg.jboss.net.axis.security.handler.WSSResponseHandler

public class WSSResponseHandler
extends org.apache.ws.axis.security.WSDoAllSender

Title:
Web Service Security Response Handler

Description:
This handler is responsible for signing and/or encrypting the response message.

Copyright:
Copyright (c) 2004
Company:
Green River Computing Services

Version:
$Revision: 1.3 $
Author:
Jason Essington
See Also:
Serialized Form

Field Summary
protected  org.apache.log4j.Logger log
           
 
Constructor Summary
WSSResponseHandler()
           
 
Method Summary
 void invoke(MessageContext mc)
           
protected  org.apache.ws.security.components.crypto.Crypto loadEncryptionCrypto()
           
protected  org.apache.ws.security.components.crypto.Crypto loadSignatureCrypto()
           
 
Methods inherited from class org.apache.ws.axis.security.WSDoAllSender
invoke, loadEncryptionCrypto, loadSignatureCrypto
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected org.apache.log4j.Logger log
Constructor Detail

WSSResponseHandler

public WSSResponseHandler()
Method Detail

invoke

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

loadSignatureCrypto

protected org.apache.ws.security.components.crypto.Crypto loadSignatureCrypto()
                                                                       throws AxisFault
Throws:
AxisFault

loadEncryptionCrypto

protected org.apache.ws.security.components.crypto.Crypto loadEncryptionCrypto()
                                                                        throws AxisFault
Throws:
AxisFault


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.