|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use URI | |
---|---|
org.apache.axis2.databinding.types | These classes are directly salvaged from Axis 1 codebase. |
org.apache.axis2.databinding.types.soapencoding | |
org.apache.axis2.databinding.types.xsd | |
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 | |
---|---|
Notation(NCName name,
URI publicURI,
URI systemURI)
|
|
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. |
Uses of URI in org.apache.axis2.databinding.types.soapencoding |
---|
Fields in org.apache.axis2.databinding.types.soapencoding declared as URI | |
---|---|
protected URI |
AnyURI.localAnyURI
field for AnyURI |
protected URI |
Struct.localHref
field for Href This was an Attribute! |
protected URI |
Array.localHref
field for Href This was an Attribute! |
Methods in org.apache.axis2.databinding.types.soapencoding that return URI | |
---|---|
URI |
AnyURI.getAnyURI()
Auto generated getter method |
URI |
Struct.getHref()
Auto generated getter method |
URI |
Array.getHref()
Auto generated getter method |
Methods in org.apache.axis2.databinding.types.soapencoding with parameters of type URI | |
---|---|
void |
AnyURI.setAnyURI(URI param)
Auto generated setter method |
void |
Struct.setHref(URI param)
Auto generated setter method |
void |
Array.setHref(URI param)
Auto generated setter method |
Uses of URI in org.apache.axis2.databinding.types.xsd |
---|
Fields in org.apache.axis2.databinding.types.xsd declared as URI | |
---|---|
protected URI |
AnyURI.localAnyURI
field for AnyURI |
Methods in org.apache.axis2.databinding.types.xsd that return URI | |
---|---|
URI |
AnyURI.getAnyURI()
Auto generated getter method |
Methods in org.apache.axis2.databinding.types.xsd with parameters of type URI | |
---|---|
void |
AnyURI.setAnyURI(URI param)
Auto generated setter method |
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)
|
static URI |
ConverterUtil.convertToURI(java.lang.String s)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |