SMILA (incubation) API documentation

org.eclipse.smila.processing.bpel
Class BPELConstants

java.lang.Object
  extended by org.eclipse.smila.processing.bpel.BPELConstants

public final class BPELConstants
extends java.lang.Object

Constants used in BPEL integration.

Author:
jschumacher

Field Summary
static java.lang.String ATTR_CLASS
          attribute name for specifying the pipelet class name.
static java.lang.String ATTR_INPUT
          attribute name for specifying the input variable name.
static java.lang.String ATTR_OUTPUT
          attribute name for specifying the output variable name.
static java.lang.String NAME_MESSAGE
          name of root element of ODE message variables.
static java.lang.String NAME_REQID
          name of root element in id part.
static java.lang.String OPERATION_NAME
          name of WSDL operation of SMILA BPEL processes.
static java.lang.String PART_ID
          name of id part of SMILA ODE processor messages.
static java.lang.String PART_RECORDS
          name of records part of SMILA ODE messages.
static java.lang.String TAG_CONFIGURATION
          local name of tag for specifying the pipelet configuration.
static java.lang.String TAG_INVOKE_PIPELET
          local name of InvokePipelet extension activity.
static java.lang.String TAG_PIPELET
          local name of tag for specifying the pipelet class name.
static java.lang.String TAG_VARIABLES
          local name of tag for specifying the variables to process.
static javax.xml.namespace.QName TYPE_PROCESSORMESSAGE
          WSDL type of processor messages.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPERATION_NAME

public static final java.lang.String OPERATION_NAME
name of WSDL operation of SMILA BPEL processes.

See Also:
Constant Field Values

TAG_INVOKE_PIPELET

public static final java.lang.String TAG_INVOKE_PIPELET
local name of InvokePipelet extension activity.

See Also:
Constant Field Values

TAG_PIPELET

public static final java.lang.String TAG_PIPELET
local name of tag for specifying the pipelet class name.

See Also:
Constant Field Values

TAG_VARIABLES

public static final java.lang.String TAG_VARIABLES
local name of tag for specifying the variables to process.

See Also:
Constant Field Values

TAG_CONFIGURATION

public static final java.lang.String TAG_CONFIGURATION
local name of tag for specifying the pipelet configuration.

See Also:
Constant Field Values

ATTR_CLASS

public static final java.lang.String ATTR_CLASS
attribute name for specifying the pipelet class name.

See Also:
Constant Field Values

ATTR_INPUT

public static final java.lang.String ATTR_INPUT
attribute name for specifying the input variable name.

See Also:
Constant Field Values

ATTR_OUTPUT

public static final java.lang.String ATTR_OUTPUT
attribute name for specifying the output variable name.

See Also:
Constant Field Values

TYPE_PROCESSORMESSAGE

public static final javax.xml.namespace.QName TYPE_PROCESSORMESSAGE
WSDL type of processor messages.


NAME_MESSAGE

public static final java.lang.String NAME_MESSAGE
name of root element of ODE message variables.

See Also:
Constant Field Values

PART_RECORDS

public static final java.lang.String PART_RECORDS
name of records part of SMILA ODE messages.

See Also:
Constant Field Values

PART_ID

public static final java.lang.String PART_ID
name of id part of SMILA ODE processor messages.

See Also:
Constant Field Values

NAME_REQID

public static final java.lang.String NAME_REQID
name of root element in id part.

See Also:
Constant Field Values

SMILA (incubation) API documentation