Package org.apache.ws.axis.security
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:
java.io.Serializable
,org.apache.axis.Handler
public class WSDoAllSender extends org.apache.ws.axis.security.handler.WSDoAllHandler
- Author:
- Werner Dittmann (werner@apache.org)
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected static org.apache.commons.logging.Log
log
-
Constructor Summary
Constructors Constructor Description WSDoAllSender()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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, decodeDecryptionParameter, decodeEnableSignatureConfirmation, decodeEncryptionParameter, decodeMustUnderstand, decodeSignatureParameter, decodeSignatureParameter2, decodeTimestampPrecision, decodeTimestampStrict, decodeTimeToLive, decodeUTParameter, doReceiverAction, doSenderAction, getClassLoader, getPassword, getPasswordCB, getString, getStringOption, loadDecryptionCrypto, loadEncryptionCrypto, loadSignatureCrypto, verifyTimestamp, verifyTrust
-
-