org.jboss.webservice.handler.ClientLoginHandler 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://webser ...
org.jboss.axis.message.SOAPHeaderImpl An implemenation of the abstract SOAPEnvelope. <p/> This class should not expose functionality that is not part of {@link javax.xml.soap.SOAPHeader}. Client code should use <code>SOAPHeader</code> if possible. @author Thomas Diesler (thomas.diesler@jboss.org)
org.apache.axis.message.SOAPHeaderElement A simple header element abstraction. Extends MessageElement with header-specific stuff like mustUnderstand, actor, and a 'processed' flag. @author Glen Daniels (gdaniels@apache.org) @author Glyn Normington (glyn@apache.org)