站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 webservice API Documentation 英文版文档

ClientLoginHandler (JBossWS API) - JBoss 4.0.1 sp1 webservice API Documentation 英文版文档


org.jboss.webservice.handler
Class ClientLoginHandler

java.lang.Object
  extended byorg.apache.axis.handlers.BasicHandler
      extended byorg.jboss.webservice.handler.ClientLoginHandler
All Implemented Interfaces:
org.apache.axis.Handler, Serializable

public class ClientLoginHandler
extends org.apache.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
See Also:
Serialized Form

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

Throws:
org.apache.axis.AxisFault


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