|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
E
- type of additional element belonged to this endpoint reference.public interface EndpointReference<E>
This class specifies the information of endpoint references.
Method Summary | |
---|---|
AttributedURI |
getAddress()
Returns the address AttributeURI information of the endpoint reference. |
WildCardExtension<E> |
getMetadata()
Returns the metadata information which is relevant to the interaction with the endpoint. |
WildCardExtension<E> |
getReferenceParameters()
Returns the reference parameters of the endpoint reference. |
void |
setAddress(AttributedURI address)
Set the address AttributedURI information for the endpoint reference |
void |
setMetadata(WildCardExtension<E> metaData)
Set the metadata which is relevant to the endpoint. |
void |
setReferenceParameters(WildCardExtension<E> referenceParameters)
Sets the whole reference parameters. |
Methods inherited from interface com.tibco.amf.platform.runtime.extension.context.WildCardExtension |
---|
getAttributes, getElements, getElementType, setAttributes, setElements |
Method Detail |
---|
AttributedURI getAddress()
AttributeURI
information of the endpoint reference.
void setAddress(AttributedURI address)
AttributedURI
information for the endpoint reference
address
- address of the endpoint referenceWildCardExtension<E> getReferenceParameters()
void setReferenceParameters(WildCardExtension<E> referenceParameters)
referenceParameters
- reference parameters which are associated with this endpoint reference.WildCardExtension<E> getMetadata()
void setMetadata(WildCardExtension<E> metaData)
metaData
- information to set for this endpoint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |