com.ibm.wsspi.wsaddressing
Interface AttributedURI
All Superinterfaces:
AttributedType, java.lang.Cloneable, java.io.Serializable
- public interface AttributedURI
- extends AttributedType, java.io.Serializable, java.lang.Cloneable
Method Summary
Modifier and Type | Method and Description |
---|---|
|
clone()
Returns a clone of this AttributedURI.
|
|
getURI()
Gets the value of the URI represented by this AttributedURI.
|
|
setURI(java.net.URI uri)
Sets the value of the URI represented by this AttributedURI
|
Methods inherited from interface com.ibm.wsspi.wsaddressing.AttributedType |
---|
addAttribute, getAttributeNames, getAttributeValue |
Method Detail
getURI
- java.net.URI getURI()
Gets the value of the URI represented by this AttributedURI.
Returns:
The URI value
setURI
- void setURI(java.net.URI uri)
Sets the value of the URI represented by this AttributedURI
Parameters:
uri
- The URI value clone
- java.lang.Object clone()
- throws java.lang.CloneNotSupportedException
Returns a clone of this AttributedURI.
Returns:
A cloned instance.
Throws:
java.lang.CloneNotSupportedException