|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.ws.security.handler.WSHandler
org.apache.ws.axis.security.handler.WSDoAllHandler
org.apache.ws.axis.security.WSDoAllSender
com.gridsystems.innergrid.api.WSOutboundHandler
public class WSOutboundHandler
This handler does not require a user alias be specified in the server deployment file as it is already available from the crypto object. This is a rewritten version of AK's code, which subclasses WSDoAllSender instead of copying all the code in here.
| Field Summary |
|---|
| Fields inherited from class org.apache.ws.axis.security.WSDoAllSender |
|---|
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 | |
|---|---|
WSOutboundHandler()
|
|
| Method Summary | |
|---|---|
void |
invoke(org.apache.axis.MessageContext mc)
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSOutboundHandler()
| Method Detail |
|---|
public void invoke(org.apache.axis.MessageContext mc)
throws org.apache.axis.AxisFault
invoke in interface org.apache.axis.Handlerinvoke in class org.apache.ws.axis.security.WSDoAllSenderorg.apache.axis.AxisFault
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||