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

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

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

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

Methods in org.apache.ws.resource.lifetime.callback with parameters of type ResourceProperty
 ResourceProperty CurrentTimeCallback.refreshProperty(ResourceProperty prop)
          DOCUMENT_ME
 

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

Methods in org.apache.ws.resource.properties that return ResourceProperty
 ResourceProperty ResourcePropertySet.get(javax.xml.namespace.QName propName)
          Retrieves a resource property.
 ResourceProperty ResourcePropertyMetaData.create(ResourcePropertySet propSet)
          Creates a resource property of the type defined by this metadata, with the specified property set as its container.
 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.
 

Methods in org.apache.ws.resource.properties with parameters of type ResourceProperty
 boolean ResourcePropertySet.add(ResourceProperty property)
          Adds a resource property to the set and makes it available to queries and subscriptions, etc.
 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.