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.impl   
org.apache.ws.resource.properties.query   
org.apache.ws.resource.properties.query.impl   
org.apache.ws.resource.properties.query.xpath   
org.apache.ws.resource.properties.query.xpath.impl   
org.apache.ws.resource.properties.v1_2.porttype.impl   
 

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.impl
 

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

Methods in org.apache.ws.resource.properties.impl that return ResourcePropertySet
 ResourcePropertySet XmlBeansResourcePropertySetMetaData.create()
          DOCUMENT_ME
 ResourcePropertySet XmlBeansResourceProperty.getSet()
           
 

Methods in org.apache.ws.resource.properties.impl with parameters of type ResourcePropertySet
 ResourceProperty XmlBeansResourcePropertyMetaData.create(ResourcePropertySet propSet)
          DOCUMENT_ME
 

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, org.w3c.dom.Element nsContext)
          Executes a query against a resource property set.
 java.lang.Object ExpressionEvaluator.evaluate(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet, org.w3c.dom.Element nsContext)
          Evaluates the expression over a ResourcePropertySet and returns the result.
 

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

Methods in org.apache.ws.resource.properties.query.impl with parameters of type ResourcePropertySet
 java.lang.Object QueryEngineImpl.executeQuery(QueryExpression queryExpr, ResourcePropertySet resourcePropertySet, org.w3c.dom.Element nsContext)
          DOCUMENT_ME
 

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, org.w3c.dom.Element nsContext)
          DOCUMENT_ME
protected abstract  java.lang.Object AbstractXPathExpressionEvaluator.evaluate(XPathExpression expr, ResourcePropertySet resourcePropSet)
          DOCUMENT_ME
 

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

Methods in org.apache.ws.resource.properties.query.xpath.impl with parameters of type ResourcePropertySet
protected  java.lang.Object XmlBeansXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr, ResourcePropertySet resourcePropSet)
          DOCUMENT_ME
protected  java.lang.Object XalanXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr, ResourcePropertySet resourcePropSet)
          DOCUMENT_ME
 

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

Methods in org.apache.ws.resource.properties.v1_2.porttype.impl that return ResourcePropertySet
protected  ResourcePropertySet AbstractResourcePropertiesPortType.getProperties()
          DOCUMENT_ME
 



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