org.codehaus.xfire.security.wss4j
Class WSS4JOutHandler

java.lang.Object
  extended by org.apache.ws.security.handler.WSHandler
      extended by org.codehaus.xfire.security.wss4j.AbstractWSS4JHandler
          extended by org.codehaus.xfire.security.wss4j.WSS4JOutHandler
All Implemented Interfaces:
org.codehaus.xfire.handler.Handler

public class WSS4JOutHandler
extends AbstractWSS4JHandler


Field Summary
protected static org.apache.commons.logging.Log log
           
 
Fields inherited from class org.apache.ws.security.handler.WSHandler
cryptos, DONE, secEngine
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
WSS4JOutHandler()
           
WSS4JOutHandler(java.util.Map props)
           
 
Method Summary
 void invoke(org.codehaus.xfire.MessageContext mc)
           
 
Methods inherited from class org.codehaus.xfire.security.wss4j.AbstractWSS4JHandler
getAfter, getBefore, getOption, getPassword, getPhase, getProperties, getProperty, getRoles, getUnderstoodHeaders, handleFault, setAfter, setBefore, setPassword, setPhase, setProperties, setProperty, 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
 

Field Detail

log

protected static final org.apache.commons.logging.Log log
Constructor Detail

WSS4JOutHandler

public WSS4JOutHandler()

WSS4JOutHandler

public WSS4JOutHandler(java.util.Map props)
Method Detail

invoke

public void invoke(org.codehaus.xfire.MessageContext mc)
            throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2011. All Rights Reserved.