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

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

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)
           
 

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

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.
 

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

Classes in org.apache.ws.resource.properties.impl that implement ResourceProperty
 class XmlBeansResourceProperty
          LOG-DONE An Apache XMLBeans-based implementation of a resource property.
 

Methods in org.apache.ws.resource.properties.impl that return ResourceProperty
 ResourceProperty XmlBeansResourcePropertySet.create(ResourcePropertyMetaData metaData)
          A factory method for creating
 ResourceProperty XmlBeansResourcePropertySet.get(javax.xml.namespace.QName propName)
          DOCUMENT_ME
 ResourceProperty XmlBeansResourcePropertyMetaData.create(ResourcePropertySet propSet)
          DOCUMENT_ME
 

Methods in org.apache.ws.resource.properties.impl with parameters of type ResourceProperty
 boolean XmlBeansResourcePropertySet.add(ResourceProperty prop)
          DOCUMENT_ME
 

Uses of ResourceProperty in org.apache.ws.resource.properties.v1_2.porttype.impl
 

Methods in org.apache.ws.resource.properties.v1_2.porttype.impl with parameters of type ResourceProperty
protected  void AbstractResourcePropertiesPortType.refreshProperty(ResourceProperty prop)
           
 



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