Methods in org.apache.ws.resource.properties that throw CallbackFailedException |
void |
SetResourcePropertyCallback.deleteProperty(javax.xml.namespace.QName propQName)
Implement this method for handling "delete" on the backend. |
void |
SetResourcePropertyCallback.insertProperty(java.lang.Object[] propElems)
Implement this method for handling "insert" on the backend. |
void |
SetResourcePropertyCallback.updateProperty(java.lang.Object[] propElems)
Implement this method for handling "update" on the backend. |
ResourceProperty |
ResourcePropertyCallback.refreshProperty(ResourceProperty prop)
This method is called by the all of the WSRP PortType impls, prior
to performing any work, in order to ensure the resource properties
accurately reflect the current state of the managed resource. |