Transports and Interfaces: Siebel eBusiness Application Integration Volume III > Java Message Service Transport > Detailed Input and Output Specifications >

About Dispatch Input Arguments


The methods that involve dispatching also take arguments that are needed for the Dispatch step. Those input arguments are the following:

  • DispatchService. The business service to call.
  • DispatchMethod. The business service method to call.
  • DispatchWorkflowProcess. The workflow process to call.
  • DispatchRuleSet. The rule set to apply.
  • ConverterService. The converter service to apply (EAI XML Converter or XML Converter).

Dispatch may invoke either business service method, workflow process, or rule set. Only the applicable arguments need to be set. The Dispatch step is identical to the Dispatch step taken by other EAI Receiver components such as the MQ Series Receiver.

In lieu of providing the arguments individually, the single argument DataHandlingSubsystem may be provided. Its value must be the name of a valid named subsystem of type EAITransportDataHandlingSubsys and it must include all of the arguments that are required by the method to which it is passed.

Transports and Interfaces: Siebel eBusiness Application Integration Volume III