|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EndpointReference
This class is an abstraction of EndpointReference
. It contains URI,
ReferenceParameters and Metadata properties. A new instance of
EndpointReference
is created as:
AddressingBuilder.newInstance().newEndpointReference("http://example.com");or
try { AddressingBuilder.newInstance().newEndpointReference(new URI("http://example.com")); } catch (URISyntaxException e) { }
Method Summary | |
---|---|
AttributedURI |
getAddress()
The accessor for the Address property. |
Metadata |
getMetadata()
The accessor for the Metadata property. |
ReferenceParameters |
getReferenceParameters()
The ccessor for the ReferenceParameters property. |
java.lang.String |
toString()
Returns the content of the Address as a String. |
Methods inherited from interface javax.xml.ws.addressing.AddressingType |
---|
getNamespaceURI |
Methods inherited from interface javax.xml.ws.addressing.AttributeExtensible |
---|
addAttribute, getAttributes |
Methods inherited from interface javax.xml.ws.addressing.ElementExtensible |
---|
addElement, getElements, removeElement |
Method Detail |
---|
AttributedURI getAddress()
ReferenceParameters getReferenceParameters()
Metadata getMetadata()
java.lang.String toString()
toString
in class java.lang.Object
EndpointReference
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |