public final class EndpointReference extends Object implements Serializable
| Constructor and Description |
|---|
EndpointReference(URI address)
Creates a new instance of the
EndpointReference class with the given address. |
EndpointReference(URI address,
List<Node> referenceProperties,
List<Node> referenceParameters)
Creates a new instance of the
EndpointReference class with the given address, reference properties, and
reference parameters. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
URI |
getAddress()
Returns the address of the endpoint.
|
List<Node> |
getReferenceParameters()
Returns the reference parameters of the endpoint, as a list of
Node objects. |
List<Node> |
getReferenceProperties()
Returns the reference properties of the endpoint, as a list of
Node objects. |
int |
hashCode() |
String |
toString() |
public EndpointReference(URI address)
EndpointReference class with the given address. The reference parameters
and properties are empty.address - the endpoint addresspublic URI getAddress()
public List<Node> getReferenceProperties()
Node objects.public List<Node> getReferenceParameters()
Node objects.