|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ode.bpel.rtrep.v2.xquery10.runtime.XQuery10BpelFunctions
public class XQuery10BpelFunctions
XQuery-Friendly definition of BPEL functions, which delegates calls to the JAXP-based function resolver
Field Summary | |
---|---|
static java.lang.String |
USER_DATA_KEY_FUNCTION_RESOLVER
|
Constructor Summary | |
---|---|
XQuery10BpelFunctions()
|
Method Summary | |
---|---|
static java.lang.Object |
doXslTransform(net.sf.saxon.expr.XPathContext context,
java.lang.String xslUri,
java.lang.Object sources)
WS-BPEL doXslTransform function |
static java.lang.Object |
getLinkStatus(net.sf.saxon.expr.XPathContext context,
java.lang.String linkName)
WS-BPEL getLinkStatus function |
static java.lang.Object |
getVariableData(net.sf.saxon.expr.XPathContext context,
java.lang.String variableName,
java.lang.String partName,
java.lang.String xpath)
WS-BPEL getVariableData function |
static java.lang.Object |
getVariableProperty(net.sf.saxon.expr.XPathContext context,
java.lang.String variableName,
java.lang.String propertyName)
WS-BPEL getVariableProperty function |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String USER_DATA_KEY_FUNCTION_RESOLVER
Constructor Detail |
---|
public XQuery10BpelFunctions()
Method Detail |
---|
public static java.lang.Object getVariableProperty(net.sf.saxon.expr.XPathContext context, java.lang.String variableName, java.lang.String propertyName) throws javax.xml.xpath.XPathFunctionException
context
- contextvariableName
- variableNamepropertyName
- propertyName
javax.xml.xpath.XPathFunctionException
- XPathFunctionExceptionpublic static java.lang.Object getVariableData(net.sf.saxon.expr.XPathContext context, java.lang.String variableName, java.lang.String partName, java.lang.String xpath) throws javax.xml.xpath.XPathFunctionException
context
- contextvariableName
- variableNamepartName
- partNamexpath
- xpath
javax.xml.xpath.XPathFunctionException
- XPathFunctionExceptionpublic static java.lang.Object doXslTransform(net.sf.saxon.expr.XPathContext context, java.lang.String xslUri, java.lang.Object sources) throws javax.xml.xpath.XPathFunctionException
context
- contextxslUri
- xslUrisources
- sources
javax.xml.xpath.XPathFunctionException
- XPathFunctionExceptionpublic static java.lang.Object getLinkStatus(net.sf.saxon.expr.XPathContext context, java.lang.String linkName) throws javax.xml.xpath.XPathFunctionException
context
- contextlinkName
- linkName
javax.xml.xpath.XPathFunctionException
- XPathFunctionException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |