Package org.apache.ode.bpel.rtrep.v2.xpath10

Interface Summary
WrappedFaultException Wrap a fault in a jaxen exception
 

Class Summary
OXPath10Expression Jaxen-based compiled-xpath representation for XPATH 1.0 expression language.
OXPath10Expression.OSigGetVariableData Data structure representing the compiled signature of a bpws:getVariableData invocation.
OXPath10ExpressionBPEL20 Jaxen-based compiled-xpath representation for XPATH 1.0 expression language.
XPath10ExpressionRuntime XPath 1.0 Expression Language run-time subsytem.
XslRuntimeUriResolver Used to give the Xsl processor a way to access included XSL sheets by using the maps of sheets pre-processed at compilation time and stored in the OXPath10Expression.
 

Exception Summary
WrappedFaultException.JaxenFunctionException Jaxenized FaultException; Jaxen requires us to throw only exceptions extending its FunctionCallException so we comply.
WrappedFaultException.JaxenUnresolvableException Jaxenized FaultException; Jaxen requires us to throw only exceptions extending its UnresolvableVariableException so we comply.