org.apache.axis.message.addressing
Class Address

java.lang.Object
  extended byorg.apache.axis.types.URI
      extended byorg.apache.axis.message.addressing.AttributedURI
          extended byorg.apache.axis.message.addressing.Address
All Implemented Interfaces:
java.io.Serializable

public class Address
extends AttributedURI

Class Address

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

Nested Class Summary
 
Nested classes inherited from class org.apache.axis.types.URI
org.apache.axis.types.URI.MalformedURIException
 
Constructor Summary
Address(java.lang.String uri)
          Constructor Address
Address(org.apache.axis.types.URI uri)
          Constructor Address
 
Method Summary
 void append(org.w3c.dom.Element parent)
          append DOM node to parent
static Address fromElement(org.w3c.dom.Element element)
           
static Address fromSOAPElement(javax.xml.soap.SOAPElement element)
           
 
Methods inherited from class org.apache.axis.message.addressing.AttributedURI
append, toSOAPHeaderElement
 
Methods inherited from class org.apache.axis.types.URI
appendPath, equals, getFragment, getHost, getPath, getPath, getPort, getQueryString, getRegBasedAuthority, getScheme, getSchemeSpecificPart, getUserinfo, hashCode, 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

Address

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

Parameters:
uri -

Address

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

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

append

public void append(org.w3c.dom.Element parent)
append DOM node to parent

Parameters:
parent -

fromSOAPElement

public static Address fromSOAPElement(javax.xml.soap.SOAPElement element)
                               throws java.lang.Exception
Throws:
java.lang.Exception

fromElement

public static Address fromElement(org.w3c.dom.Element element)
                           throws java.lang.Exception
Throws:
java.lang.Exception


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