|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ws.resource.impl.AbstractResourceKey
org.apache.ws.resource.impl.XmlStringResourceKey
LOG-DONE
A ResourceKey
whose value is a String
containing XML.
Constructor Summary | |
XmlStringResourceKey(javax.xml.soap.SOAPHeaderElement headerElem)
Creates a new XmlStringResourceKey. |
Method Summary | |
protected java.lang.Object |
deserializeKey(javax.xml.soap.SOAPHeaderElement headerElem,
java.lang.Class type)
DOCUMENT_ME |
java.lang.Class |
getType()
Returns the class representation of the ResourceKey implementation. |
javax.xml.soap.SOAPElement |
toSOAPElement()
DOCUMENT_ME |
Methods inherited from class org.apache.ws.resource.impl.AbstractResourceKey |
equals, getName, getValue, hashCode, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public XmlStringResourceKey(javax.xml.soap.SOAPHeaderElement headerElem) throws InvalidResourceKeyException
headerElem
- the SOAPElement containing the key. The element's name and namespace are used as key name.
InvalidResourceKeyException
- if deserialization of the key fails.Method Detail |
public javax.xml.soap.SOAPElement toSOAPElement() throws org.apache.commons.lang.SerializationException
toSOAPElement
in interface ResourceKey
toSOAPElement
in class AbstractResourceKey
org.apache.commons.lang.SerializationException
- DOCUMENT_MEpublic java.lang.Class getType()
ResourceKey
protected java.lang.Object deserializeKey(javax.xml.soap.SOAPHeaderElement headerElem, java.lang.Class type) throws org.apache.commons.lang.SerializationException, InvalidResourceKeyException
deserializeKey
in class AbstractResourceKey
headerElem
- DOCUMENT_MEtype
- DOCUMENT_ME
org.apache.commons.lang.SerializationException
- DOCUMENT_ME
InvalidResourceKeyException
- DOCUMENT_ME
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |