Uses of Class
org.apache.axis2.databinding.types.URI

Packages that use URI
org.apache.axis2.databinding.types These classes are directly salvaged from Axis 1 codebase. 
org.apache.axis2.databinding.utils   
 

Uses of URI in org.apache.axis2.databinding.types
 

Methods in org.apache.axis2.databinding.types that return URI
 URI Notation.getPublic()
           
 URI Notation.getSystem()
           
 

Methods in org.apache.axis2.databinding.types with parameters of type URI
 void Notation.setPublic(URI publicURI)
           
 void Notation.setSystem(URI systemURI)
           
 

Constructors in org.apache.axis2.databinding.types with parameters of type URI
URI(URI p_other)
          Construct a new URI from another URI.
URI(URI p_base, java.lang.String p_uriSpec)
          Construct a new URI from a base URI and a URI specification string.
Notation(NCName name, URI publicURI, URI systemURI)
           
 

Uses of URI in org.apache.axis2.databinding.utils
 

Methods in org.apache.axis2.databinding.utils that return URI
static URI ConverterUtil.convertToAnyURI(java.lang.String s)
           
 



Copyright © 2004-2007 Apache Software Foundation. All Rights Reserved.