Class QueryStringInteraction

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

    public class QueryStringInteraction
    extends MappedInteraction
    implements QueryStringCall
    Defines the specification for a call to a JCA interaction that uses a query string. This can be used for generic query translation support (i.e. VSAM, BETRIEVE, ADA, etc.) Arguments are defined in the query string through #<field-name> (i.e. #EMP_ID) Translates the query string from the query arguments. Builds the input and output records.
    Since:
    OracleAS TopLink 10g (10.0.3)
    Author:
    James
    See Also:
    Serialized Form