|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AttributedQName
Abstraction of AttributedQNameType
defined in the WS-Addressing
core schema.
A new instance of AttributedQName
is created as:
AddressingBuilder.newInstance().newQName("http://example.org", "name");or
AddressingBuilder.newInstance().newQName(new QName("http://example.org", "name"));
Method Summary | |
---|---|
javax.xml.namespace.QName |
getQName()
The accessor for the QName property. |
java.lang.String |
toString()
Returns the content of the underlying QName 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 |
---|
javax.xml.namespace.QName getQName()
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 |