org.jboss.webservice.handler
Class ClientLoginHandler

java.lang.Object
  extended by org.jboss.axis.handlers.BasicHandler
      extended by org.jboss.webservice.handler.ClientLoginHandler
All Implemented Interfaces:
org.jboss.axis.Handler

public class ClientLoginHandler
extends org.jboss.axis.handlers.BasicHandler

An Axis style handler that adds username/password as SOAP header elements. <soapenv:Header> <jbws:username actor="http://webservice.jboss.com/ws4ee/login" xmlns:jbws="http://webservice.jboss.com/ws4ee">kermit</jbws:username> <jbws:password actor="http://webservice.jboss.com/ws4ee/login" xmlns:jbws="http://webservice.jboss.com/ws4ee">thefrog</jbws:password> </soapenv:Header>

Since:
27-April-2004
Author:
Thomas.Diesler@jboss.org

Field Summary
 
Fields inherited from class org.jboss.axis.handlers.BasicHandler
makeLockable, name, options
 
Constructor Summary
ClientLoginHandler()
           
 
Method Summary
 void invoke(org.jboss.axis.MessageContext msgContext)
          Add the principal/credential from the MessageContext, if not given fall back to the SecurityAssociation.
 
Methods inherited from class org.jboss.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

ClientLoginHandler

public ClientLoginHandler()
Method Detail

invoke

public void invoke(org.jboss.axis.MessageContext msgContext)
            throws org.jboss.axis.AxisFault
Add the principal/credential from the MessageContext, if not given fall back to the SecurityAssociation.

Specified by:
invoke in interface org.jboss.axis.Handler
Specified by:
invoke in class org.jboss.axis.handlers.BasicHandler
Throws:
org.jboss.axis.AxisFault


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.