com.tibco.amf.platform.runtime.extension.context
Interface AttributedURI

Type Parameters:
ATTRIBUTE -

public interface AttributedURI

This class is used to represent the address information of EndpointReference com.tibco.amf.addressing.endpointreference.EndpointReference.


Method Summary
 java.util.Map<javax.xml.namespace.QName,java.lang.Object> getAttributes()
          Returns the value of the 'Any Attribute' reference list.
 java.net.URI getURI()
          Return the URI string.
 void setURI(java.net.URI uri)
          Set the URI string value.
 

Method Detail

getURI

java.net.URI getURI()
Return the URI string.

Returns:

setURI

void setURI(java.net.URI uri)
Set the URI string value.

Parameters:
value -

getAttributes

java.util.Map<javax.xml.namespace.QName,java.lang.Object> getAttributes()
Returns the value of the 'Any Attribute' reference list. The list contents are of type ATTRIBUTE.

If the meaning of the 'Any Attribute' attribute list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Any Attribute' reference list.


Copyright © 2010 TIBCO Software Inc. All Rights Reserved.