IBM WebSphere Application ServerTM
Release 7

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

An AttributedURI is a URI that can have attributes set on its XML element, as an extensibility mechanism.


Method Summary
 java.lang.Object clone()
          Returns a clone of this AttributedURI.
 java.net.URI getURI()
          Gets the value of the URI represented by this AttributedURI.
 void 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

IBM WebSphere Application ServerTM
Release 7