Uses of Class
org.apache.ws.resource.properties.impl.CallbackFailedException

Packages that use CallbackFailedException
org.apache.ws.resource.lifetime.callback   
org.apache.ws.resource.properties   
 

Uses of CallbackFailedException in org.apache.ws.resource.lifetime.callback
 

Methods in org.apache.ws.resource.lifetime.callback that throw CallbackFailedException
 ResourceProperty CurrentTimeCallback.refreshProperty(ResourceProperty prop)
           
 

Uses of CallbackFailedException in org.apache.ws.resource.properties
 

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.
 



Copyright © 2004-2005 Apache Software Foundation. All Rights Reserved.