jimm.twice.ice
Class XmlURI

java.lang.Object
  extended byorg.apache.axis.types.URI
      extended byjimm.twice.ice.XmlURI
All Implemented Interfaces:
java.io.Serializable

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

Convenience class for wrapping Axis's URI class representing the AnyURI data type in XML Schema. Other SOAP engines presumably have their own similar types, so this class could probably be made more generic in order to handle them.

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
XmlURI()
           
XmlURI(java.lang.String p_uriSpec)
           
 
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

XmlURI

public XmlURI()

XmlURI

public XmlURI(java.lang.String p_uriSpec)
       throws org.apache.axis.types.URI.MalformedURIException