org.apache.ws.axis.security
Class WSDoAllSender

java.lang.Object
  extended byorg.apache.ws.security.handler.WSHandler
      extended byorg.apache.ws.axis.security.handler.WSDoAllHandler
          extended byorg.apache.ws.axis.security.WSDoAllSender
All Implemented Interfaces:
org.apache.axis.Handler, java.io.Serializable

public class WSDoAllSender
extends WSDoAllHandler

Author:
Werner Dittmann ([email protected])
See Also:
Serialized Form

Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.ws.axis.security.handler.WSDoAllHandler
makeLockable, name, options
 
Fields inherited from class org.apache.ws.security.handler.WSHandler
cryptos, DONE, secEngine
 
Constructor Summary
WSDoAllSender()
           
 
Method Summary
 void invoke(org.apache.axis.MessageContext mc)
          Axis calls invoke to handle a message.
 
Methods inherited from class org.apache.ws.axis.security.handler.WSDoAllHandler
canHandleBlock, cleanup, generateWSDL, getDeploymentData, getName, getOption, getOptions, getPassword, getProperty, getUnderstoodHeaders, init, initHashtable, onFault, setName, setOption, setOptionDefault, setOptions, setOptionsLockable, setPassword, setProperty
 
Methods inherited from class org.apache.ws.security.handler.WSHandler
checkReceiverResults, checkSignatureConfirmation, decodeCustomPasswordTypes, decodeDecryptionParameter, decodeEnableSignatureConfirmation, decodeEncryptionParameter, decodeMustUnderstand, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPassword, getPasswordCB, getString, getStringOption, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, verifyTimestamp, verifyTrust
 
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

WSDoAllSender

public WSDoAllSender()
Method Detail

invoke

public void invoke(org.apache.axis.MessageContext mc)
            throws org.apache.axis.AxisFault
Axis calls invoke to handle a message.

Parameters:
mc - message context.
Throws:
org.apache.axis.AxisFault


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.