com.ibm.wsspi.wsaddressing

Interface AttributedURI

All Superinterfaces:
AttributedType, java.lang.Cloneable, java.io.Serializable

  1. public interface AttributedURI
  2. 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

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

  1. java.net.URI getURI()
Gets the value of the URI represented by this AttributedURI.
Returns:
The URI value

setURI

  1. void setURI(java.net.URI uri)
Sets the value of the URI represented by this AttributedURI
Parameters:
uri - The URI value

clone

  1. java.lang.Object clone()
  2. throws java.lang.CloneNotSupportedException
Returns a clone of this AttributedURI.
Returns:
A cloned instance.
Throws:
java.lang.CloneNotSupportedException