|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A basic representation of a resource key. A resource key is composed of name and the actual resource key value.
Method Summary | |
javax.xml.namespace.QName |
getName()
The name of the key. |
java.lang.Class |
getType()
Returns the class representation of the ResourceKey implementation. |
java.lang.Object |
getValue()
The actual key value. |
javax.xml.soap.SOAPElement |
toSOAPElement()
Converts the resource key into a SOAPElement . |
Method Detail |
public javax.xml.namespace.QName getName()
public java.lang.Object getValue()
public javax.xml.soap.SOAPElement toSOAPElement() throws org.apache.commons.lang.SerializationException
SOAPElement
. The element name and namespace must match the
name of the key.
SOAPElement
org.apache.commons.lang.SerializationException
- in case the conversion fails.public java.lang.Class getType()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |