|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
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()
|
protected ResourcePropertySet |
AbstractResourcePropertiesPortType.getProperties()
DOCUMENT_ME |
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)
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.impl |
Methods in org.apache.ws.resource.properties.query.impl with parameters of type ResourcePropertySet | |
java.lang.Object |
QueryEngineImpl.executeQuery(QueryExpression queryExpr,
ResourcePropertySet resourcePropertySet)
|
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 |
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 |
XalanXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr,
ResourcePropertySet resourcePropSet)
Creates a DOM representation of the specified resource property set and evaluates the specified expression against it. |
protected java.lang.Object |
JaxenXPathExpressionEvaluator.evaluate(XPathExpression xpathExpr,
ResourcePropertySet resourcePropSet)
Creates a DOM representation of the specified resource property set and evaluates the specified expression against it. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |