org.codehaus.xfire.security.wss4j
Class WSS4JInHandler

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

public class WSS4JInHandler
extends AbstractWSS4JHandler
implements Handler

Performs WS-Security inbound actions.

Author:
Tomasz Sztelak

Field Summary
protected static Log log
           
 
Fields inherited from interface org.codehaus.xfire.handler.Handler
ROLE
 
Constructor Summary
WSS4JInHandler()
           
WSS4JInHandler(java.util.Properties properties)
           
 
Method Summary
 void invoke(MessageContext msgContext)
          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
 
Methods inherited from interface org.codehaus.xfire.handler.Handler
getAfter, getBefore, getPhase, getRoles, getUnderstoodHeaders, handleFault
 

Field Detail

log

protected static final Log log
Constructor Detail

WSS4JInHandler

public WSS4JInHandler()

WSS4JInHandler

public WSS4JInHandler(java.util.Properties properties)
Method Detail

invoke

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

Specified by:
invoke in interface Handler
Throws:
XFireFault


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