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   
org.apache.axis2.security.trust.types   
 

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, 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(String s)
           
 

Uses of URI in org.apache.axis2.security.trust.types
 

Fields in org.apache.axis2.security.trust.types declared as URI
protected  URI RequestSecurityTokenType.localTokenType
          field for TokenType
protected  URI RequestSecurityTokenType.localRequestType
          field for RequestType
protected  URI RequestSecurityTokenType.localContext
          field for Context* This was an Attribute!
protected  URI RequestSecurityTokenResponseType.localTokenType
          field for TokenType
protected  URI RequestSecurityTokenResponseType.localContext
          field for Context* This was an Attribute!
 

Methods in org.apache.axis2.security.trust.types that return URI
 URI RequestSecurityTokenType.getTokenType()
          Auto generated getter method
 URI RequestSecurityTokenType.getRequestType()
          Auto generated getter method
 URI RequestSecurityTokenType.getContext()
          Auto generated getter method
 URI RequestSecurityTokenResponseType.getTokenType()
          Auto generated getter method
 URI RequestSecurityTokenResponseType.getContext()
          Auto generated getter method
 

Methods in org.apache.axis2.security.trust.types with parameters of type URI
 void RequestSecurityTokenType.setTokenType(URI param)
          Auto generated setter method
 void RequestSecurityTokenType.setRequestType(URI param)
          Auto generated setter method
 void RequestSecurityTokenType.setContext(URI param)
          Auto generated setter method
 void RequestSecurityTokenResponseType.setTokenType(URI param)
          Auto generated setter method
 void RequestSecurityTokenResponseType.setContext(URI param)
          Auto generated setter method