| Package | Description |
|---|---|
| org.apache.axis2.databinding.types |
These classes are directly salvaged from Axis 1 codebase.
|
| org.apache.axis2.databinding.utils |
| Modifier and Type | Method and Description |
|---|---|
URI |
Notation.getPublic() |
URI |
Notation.getSystem() |
| Modifier and Type | Method and Description |
|---|---|
void |
Notation.setPublic(URI publicURI) |
void |
Notation.setSystem(URI systemURI) |
| Constructor and Description |
|---|
Notation(NCName name,
URI publicURI,
URI systemURI) |
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.
|
| Modifier and Type | Method and Description |
|---|---|
static URI |
ConverterUtil.convertToAnyURI(String s) |
static URI |
ConverterUtil.convertToURI(String s) |
Copyright © 2004–2020 The Apache Software Foundation. All rights reserved.