|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidResourceKeyException | |
org.apache.ws.resource | |
org.apache.ws.resource.handler.axis | |
org.apache.ws.resource.impl |
Uses of InvalidResourceKeyException in org.apache.ws.resource |
Methods in org.apache.ws.resource that throw InvalidResourceKeyException | |
Resource |
ResourceHome.find(ResourceKey key)
Retrives a resource. |
void |
ResourceHome.remove(ResourceKey key)
Removes a resource. |
void |
PersistenceCallback.load(ResourceKey key)
Loads the resource state. |
Uses of InvalidResourceKeyException in org.apache.ws.resource.handler.axis |
Methods in org.apache.ws.resource.handler.axis that throw InvalidResourceKeyException | |
protected java.lang.Object |
AxisResourceKey.deserializeKey(javax.xml.soap.SOAPHeaderElement header,
java.lang.Class type)
DOCUMENT_ME |
Constructors in org.apache.ws.resource.handler.axis that throw InvalidResourceKeyException | |
AxisResourceKey(javax.xml.soap.SOAPHeaderElement headerElem,
java.lang.Class type)
Creates a new AbstractResourceKey. |
Uses of InvalidResourceKeyException in org.apache.ws.resource.impl |
Methods in org.apache.ws.resource.impl that throw InvalidResourceKeyException | |
protected java.lang.Object |
XmlStringResourceKey.deserializeKey(javax.xml.soap.SOAPHeaderElement headerElem,
java.lang.Class type)
DOCUMENT_ME |
protected java.lang.Object |
XmlBeanResourceKey.deserializeKey(javax.xml.soap.SOAPHeaderElement headerElem,
java.lang.Class type)
DOCUMENT_ME |
protected java.lang.Object |
SimpleTypeResourceKey.deserializeKey(javax.xml.soap.SOAPHeaderElement headerElem,
java.lang.Class type)
DOCUMENT_ME |
protected abstract java.lang.Object |
AbstractResourceKey.deserializeKey(javax.xml.soap.SOAPHeaderElement header,
java.lang.Class type)
DOCUMENT_ME |
Constructors in org.apache.ws.resource.impl that throw InvalidResourceKeyException | |
XmlStringResourceKey(javax.xml.soap.SOAPHeaderElement headerElem)
Creates a new XmlStringResourceKey. |
|
XmlBeanResourceKey(javax.xml.soap.SOAPHeaderElement headerElem)
Creates a new XmlBeanResourceKey. |
|
SimpleTypeResourceKey(javax.xml.soap.SOAPHeaderElement headerElem)
Creates a new XmlBeanResourceKey. |
|
AbstractResourceKey(javax.xml.soap.SOAPHeaderElement headerElem,
java.lang.Class type)
Creates a new AbstractResourceKey. |
|
AbstractResourceKey(javax.xml.soap.SOAPHeaderElement headerElem)
Creates a new AbstractResourceKey. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |