|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.springframework.ws.soap.addressing.core.EndpointReference
public final class EndpointReference
Represents an Endpoint Reference, as defined in the WS-Addressing specification.
| Constructor Summary | |
|---|---|
EndpointReference(URI address)
Creates a new instance of the EndpointReference class with the given address. |
|
EndpointReference(URI address,
List referenceProperties,
List referenceParameters)
Creates a new instance of the EndpointReference class with the given address, reference properties, and
reference parameters. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
URI |
getAddress()
Returns the address of the endpoint. |
List |
getReferenceParameters()
Returns the reference parameters of the endpoint, as a list of Node objects. |
List |
getReferenceProperties()
Returns the reference properties of the endpoint, as a list of Node objects. |
int |
hashCode()
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public EndpointReference(URI address)
EndpointReference class with the given address. The reference parameters
and properties are empty.
address - the endpoint address
public EndpointReference(URI address,
List referenceProperties,
List referenceParameters)
EndpointReference class with the given address, reference properties, and
reference parameters.
address - the endpoint addressreferenceProperties - the reference properties, as a list of NodereferenceParameters - the reference parameters, as a list of Node| Method Detail |
|---|
public URI getAddress()
public List getReferenceProperties()
Node objects.
public List getReferenceParameters()
Node objects.
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Objectpublic String toString()
toString in class Object
|
Spring Web Services Framework | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||