|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ResourceProperty | |
org.apache.ws.resource.lifetime.callback | |
org.apache.ws.resource.properties | |
org.apache.ws.resource.properties.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
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 |
protected ResourceProperty[] |
AbstractGetResourcePropertiesPortType.getMultipleProperties(javax.xml.namespace.QName[] propNames)
|
protected ResourceProperty |
AbstractGetResourcePropertiesPortType.getProperty(javax.xml.namespace.QName propName)
|
Methods in org.apache.ws.resource.properties.impl with parameters of type ResourceProperty | |
boolean |
XmlBeansResourcePropertySet.add(ResourceProperty prop)
DOCUMENT_ME |
boolean |
XmlBeansResourcePropertySet.set(ResourceProperty prop)
Forces the removal/addition of a ResourceProperty...This will not check with the schema and is intended to be used when the user intends to "replace" the internal ResourceProperty with something else. |
protected void |
AbstractResourcePropertiesPortType.refreshProperty(ResourceProperty prop)
|
protected void |
AbstractGetResourcePropertiesPortType.addPropertyToResponse(ResourceProperty prop,
org.apache.xmlbeans.XmlObject response)
|
protected void |
AbstractGetResourcePropertiesPortType.addPropertiesToResponse(ResourceProperty[] props,
org.apache.xmlbeans.XmlObject response)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |