Uses of Interface
org.apache.ws.resource.properties.ResourcePropertyCallback

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

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

Classes in org.apache.ws.resource.lifetime.callback that implement ResourcePropertyCallback
 class CurrentTimeCallback
          A callback for the WSRF-RL CurrentTime property - assumes the property is implemented as an XMLBean.
 

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

Subinterfaces of ResourcePropertyCallback in org.apache.ws.resource.properties
 interface SetResourcePropertyCallback
          A callback that should be registered on any mutable properties (i.e.
 

Methods in org.apache.ws.resource.properties that return ResourcePropertyCallback
 ResourcePropertyCallback ResourceProperty.getCallBack()
          Returns the callback for this property, or null if no callback has been set.
 

Methods in org.apache.ws.resource.properties with parameters of type ResourcePropertyCallback
 void ResourceProperty.setCallback(ResourcePropertyCallback callback)
          Sets a callback for this property.
 



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