Package org.apache.synapse.util.xpath
Class GetPropertyFunctionResolver
- java.lang.Object
-
- org.apache.synapse.util.xpath.GetPropertyFunctionResolver
-
- All Implemented Interfaces:
XPathFunctionResolver
public class GetPropertyFunctionResolver extends Object implements XPathFunctionResolver
-
-
Constructor Summary
Constructors Constructor Description GetPropertyFunctionResolver(MessageContext synCtx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description XPathFunction
resolveFunction(QName functionName, int arity)
-
-
-
Constructor Detail
-
GetPropertyFunctionResolver
public GetPropertyFunctionResolver(MessageContext synCtx)
-
-
Method Detail
-
resolveFunction
public XPathFunction resolveFunction(QName functionName, int arity)
- Specified by:
resolveFunction
in interfaceXPathFunctionResolver
-
-