Class WSDoAllSender
java.lang.Object
org.apache.ws.security.handler.WSHandler
org.apache.ws.axis.security.handler.WSDoAllHandler
org.apache.ws.axis.security.WSDoAllSender
- All Implemented Interfaces:
Serializable, org.apache.axis.Handler
public class WSDoAllSender
extends org.apache.ws.axis.security.handler.WSDoAllHandler
- Author:
- Werner Dittmann (werner@apache.org)
- See Also:
-
Field Summary
FieldsFields inherited from class org.apache.ws.axis.security.handler.WSDoAllHandler
makeLockable, name, optionsFields inherited from class org.apache.ws.security.handler.WSHandler
cryptos, DONE, secEngine -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidinvoke(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, setPropertyMethods inherited from class org.apache.ws.security.handler.WSHandler
checkReceiverResults, checkSignatureConfirmation, decodeDecryptionParameter, decodeEnableSignatureConfirmation, decodeEncryptionParameter, decodeMustUnderstand, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPassword, getPasswordCB, getString, getStringOption, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, verifyTimestamp, verifyTrust
-
Field Details
-
log
protected static org.apache.commons.logging.Log log
-
-
Constructor Details
-
WSDoAllSender
public WSDoAllSender()
-
-
Method Details
-
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
-