|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributedURI
Abstraction AttributedURIType
defined in the WS-Addressing
core schema.
A new instance of AttributedURI
is created as:
AddressingBuilder.newInstance().newURI("http://example.com");or
try { AddressingBuilder.newInstance().newURI(new URI("http://example.com")); } catch (URISyntaxException e) { }
Method Summary | |
---|---|
java.net.URI |
getURI()
Accessor for the URI property. |
java.lang.String |
toString()
Returns the content of the underlying URI as a String. |
Methods inherited from interface javax.xml.ws.addressing.AddressingType |
---|
getNamespaceURI |
Methods inherited from interface javax.xml.ws.addressing.AttributeExtensible |
---|
addAttribute, getAttributes |
Method Detail |
---|
java.net.URI getURI()
java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |