Class XQueryInteraction

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, QueryStringCall, Call

    public class XQueryInteraction
    extends XMLInteraction
    implements QueryStringCall
    Defines the specification for a call to a JCA interaction that uses XQuery. Translates the XQuery from the query arguments. Builds the input and output XML records.
    Since:
    OracleAS TopLink 10g (10.0.3)
    Author:
    James
    See Also:
    Serialized Form
    • Field Detail

      • xQueryString

        protected java.lang.String xQueryString
    • Constructor Detail

      • XQueryInteraction

        public XQueryInteraction()
        Default constructor.
      • XQueryInteraction

        public XQueryInteraction​(java.lang.String xQueryString)
        Construct the interaction with the XQuery string.