|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axis.handlers.BasicHandler
org.apache.ws.axis.security.WSDoAllReceiver
Field Summary |
Fields inherited from class org.apache.axis.handlers.BasicHandler |
makeLockable, name, options |
Constructor Summary | |
WSDoAllReceiver()
|
Method Summary | |
void |
invoke(org.apache.axis.MessageContext msgContext)
Axis calls invoke to handle a message. |
protected Crypto |
loadDecryptionCrypto(org.apache.ws.axis.security.WSDoAllReceiver.RequestData reqData)
Hook to allow subclasses to load their Decryption Crypto however they see fit. |
protected Crypto |
loadSignatureCrypto(org.apache.ws.axis.security.WSDoAllReceiver.RequestData reqData)
Hook to allow subclasses to load their Signature Crypto however they see fit. |
protected boolean |
verifyTimestamp(Timestamp timestamp,
int timeToLive)
Evaluate whether a timestamp is considered valid on receiverside. |
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 |
Constructor Detail |
public WSDoAllReceiver()
Method Detail |
public void invoke(org.apache.axis.MessageContext msgContext) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
protected Crypto loadSignatureCrypto(org.apache.ws.axis.security.WSDoAllReceiver.RequestData reqData) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
protected Crypto loadDecryptionCrypto(org.apache.ws.axis.security.WSDoAllReceiver.RequestData reqData) throws org.apache.axis.AxisFault
org.apache.axis.AxisFault
protected boolean verifyTimestamp(Timestamp timestamp, int timeToLive) throws org.apache.axis.AxisFault
timestamp
- the timestamp that is validatedtimeToLive
- the limit on receiverside, the timestamp is validated against
org.apache.axis.AxisFault
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |