org.apache.axis.message.addressing
Class AttributedURI

java.lang.Object
  extended by org.apache.axis.types.URI
      extended by org.apache.axis.message.addressing.AttributedURI
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Action, Address, MessageID, To

public class AttributedURI
extends org.apache.axis.types.URI

Java content class for AttributedURI complex type.

The following schema fragment specifies the expected content contained within this java content object. (defined at http://schemas.xmlsoap.org/ws/2004/08/addressing line 105)

 <complexType name="AttributedURI">
   <simpleContent>
     <extension base="<http://www.w3.org/2001/XMLSchema>anyURI">
     </extension>
   </simpleContent>
 </complexType>
 

Author:
Davanum Srinivas (dims@yahoo.com)
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.apache.axis.types.URI
org.apache.axis.types.URI.MalformedURIException
 
Constructor Summary
AttributedURI()
          Constructor AttributedURI
AttributedURI(javax.xml.soap.SOAPHeaderElement el)
          Constructor AttributedURI
AttributedURI(java.lang.String uri)
          Constructor Address
AttributedURI(org.apache.axis.types.URI uri)
          Constructor AttributedURI
 
Method Summary
 void append(org.w3c.dom.Element parent, java.lang.String elementName)
          append DOM node to parent
protected  javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env, java.lang.String actorURI, java.lang.String name)
           
 
Methods inherited from class org.apache.axis.types.URI
absolutize, appendPath, equals, getFragment, getHost, getPath, getPath, getPort, getQueryString, getRegBasedAuthority, getScheme, getSchemeSpecificPart, getUserinfo, hashCode, isAbsoluteURI, isConformantSchemeName, isGenericURI, isWellFormedAddress, isWellFormedIPv4Address, isWellFormedIPv6Reference, setFragment, setHost, setPath, setPort, setQueryString, setRegBasedAuthority, setScheme, setUserinfo, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AttributedURI

public AttributedURI(org.apache.axis.types.URI uri)
Constructor AttributedURI

Parameters:
uri -

AttributedURI

public AttributedURI(java.lang.String uri)
              throws org.apache.axis.types.URI.MalformedURIException
Constructor Address

Parameters:
uri -
Throws:
MalformedURIException
org.apache.axis.types.URI.MalformedURIException

AttributedURI

public AttributedURI()
Constructor AttributedURI


AttributedURI

public AttributedURI(javax.xml.soap.SOAPHeaderElement el)
              throws java.lang.Exception
Constructor AttributedURI

Parameters:
el -
Throws:
java.lang.Exception
Method Detail

append

public void append(org.w3c.dom.Element parent,
                   java.lang.String elementName)
append DOM node to parent

Parameters:
parent -

toSOAPHeaderElement

protected javax.xml.soap.SOAPHeaderElement toSOAPHeaderElement(javax.xml.soap.SOAPEnvelope env,
                                                               java.lang.String actorURI,
                                                               java.lang.String name)
                                                        throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2004-2009 Apache Web Services. All Rights Reserved.