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

Packages that use ResourcePropertySet
org.apache.ws.resource   
org.apache.ws.resource.properties   
org.apache.ws.resource.properties.query   
org.apache.ws.resource.properties.query.xpath   
 

Uses of ResourcePropertySet in org.apache.ws.resource
 

Methods in org.apache.ws.resource that return ResourcePropertySet
 ResourcePropertySet PropertiesResource.getResourcePropertySet()
          Returns this resource's property set.
 

Methods in org.apache.ws.resource with parameters of type ResourcePropertySet
 void PropertiesResource.setResourcePropertySet(ResourcePropertySet propSet)
          Sets this resource's property set.
 

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

Methods in org.apache.ws.resource.properties that return ResourcePropertySet
 ResourcePropertySet ResourcePropertySetMetaData.create()
          Creates a resource property set of the type defined by this metadata.
 ResourcePropertySet ResourceProperty.getSet()
          Returns the resource property set that contains this property.
 

Methods in org.apache.ws.resource.properties with parameters of type ResourcePropertySet
 ResourceProperty ResourcePropertyMetaData.create(ResourcePropertySet propSet)
          Creates a resource property of the type defined by this metadata, with the specified property set as its container.
 

Uses of ResourcePropertySet in org.apache.ws.resource.properties.query
 

Methods in org.apache.ws.resource.properties.query with parameters of type ResourcePropertySet
 java.lang.Object QueryEngine.executeQuery(QueryExpression queryExpr, ResourcePropertySet resourcePropSet)
          Executes a query against a resource property set.
 java.lang.Object ExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet)
          Evaluates the expression over a ResourcePropertySet and returns the result.
 

Uses of ResourcePropertySet in org.apache.ws.resource.properties.query.xpath
 

Methods in org.apache.ws.resource.properties.query.xpath with parameters of type ResourcePropertySet
 java.lang.Object AbstractXPathExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet)
          DOCUMENT_ME
protected abstract  java.lang.Object AbstractXPathExpressionEvaluator.evaluate(XPathExpression expr, ResourcePropertySet resourcePropSet)
          DOCUMENT_ME
 



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