站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 3.2.7 .net API Documentation 英文版文档

WSSResponseHandler (JBoss.Net API) - JBoss 3.2.7 .net API Documentation 英文版文档


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
All Implemented Interfaces:
org.apache.axis.Handler, Serializable

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.4.1 $
Author:
Jason Essington
See Also:
Serialized Form

Field Summary
protected  org.apache.log4j.Logger log
           
 
Fields inherited from class org.apache.ws.axis.security.WSDoAllSender
timeToLive
 
Fields inherited from class org.apache.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
WSSResponseHandler()
           
 
Method Summary
 void invoke(org.apache.axis.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.axis.handlers.BasicHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable
 
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(org.apache.axis.MessageContext mc)
            throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

loadSignatureCrypto

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

loadEncryptionCrypto

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


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