|
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<Node> referenceProperties,
List<Node> 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<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()
|
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 addresspublic EndpointReference(URI address, List<Node> referenceProperties, List<Node> referenceParameters)
EndpointReference
class with the given address, reference properties, and
reference parameters.
address
- the endpoint addressreferenceProperties
- the reference properties, as a list of Node
referenceParameters
- the reference parameters, as a list of Node
Method Detail |
---|
public URI getAddress()
public List<Node> getReferenceProperties()
Node
objects.
public List<Node> getReferenceParameters()
Node
objects.
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public 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 |