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

java.lang.Object
  extended byWSDoAllSender
      extended byorg.jboss.net.axis.security.handler.WSSResponseHandler

public class WSSResponseHandler
extends 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

See Also:
Serialized Form

Field Summary
protected  Logger log
           
 
Constructor Summary
WSSResponseHandler()
           
 
Method Summary
 void invoke(MessageContext mc)
           
protected  Crypto loadEncryptionCrypto()
           
protected  Crypto loadSignatureCrypto()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected Logger log
Constructor Detail

WSSResponseHandler

public WSSResponseHandler()
Method Detail

invoke

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

loadSignatureCrypto

protected Crypto loadSignatureCrypto()
                              throws AxisFault
Throws:
AxisFault

loadEncryptionCrypto

protected Crypto loadEncryptionCrypto()
                               throws AxisFault
Throws:
AxisFault