org.codehaus.xfire.security.wss4j
Class WSS4JOutHandler

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

public class WSS4JOutHandler
extends AbstractWSS4JHandler


Field Summary
protected static Log log
           
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
WSS4JOutHandler()
           
WSS4JOutHandler(java.util.Map props)
           
 
Method Summary
 void invoke(MessageContext mc)
          Invoke a handler.
 
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 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

protected static final Log log
Constructor Detail

WSS4JOutHandler

public WSS4JOutHandler()

WSS4JOutHandler

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

invoke

public void invoke(MessageContext mc)
            throws java.lang.Exception
Description copied from interface: Handler
Invoke a handler. If a fault occurs it will be handled via the handleFault method.

Throws:
java.lang.Exception


Copyright © 2004-2006 Envoi Solutions LLC. All Rights Reserved.