class: PipelineManager

public <<control>> class: PipelineManager
Author: Steven Marcus
Project: Phase: 1.0; Status: Proposed; Version: 1.0; Complexity: 1
Dates: Created: 11/11/2004 11:42:47 AM; Modified: 11/17/2004 3:57:09 PM;
Flags: Active: false; IsRoot: false; IsLeaf: false;
Extension Points:
UUID: {94AD74CE-0B18-4451-B7D5-F9AFE11E6C54}
Desc: Responsible for managing incoming and outgoing messages.

Design Note: This is a conceptual representation of both inbound and outbound queues and their respective listeners.
 

Goto: Custom Properties, Methods

See also: Dispatcher, TransformationManager

Appears in: ClientPipeline - Participating Classes, ClientPipeline - Basic Flow

Connections
 
Custom Properties
 
PipelineManager Methods
Operation Details
public
receive(
   Message inboundMessage):void
Sequential
Notes: Desc: Receives a Service into the PipeLine.
public
send(
   Message outboundMessage):void
Sequential
Notes: Desc: Sends a Service (message) to the appropriate provider using the appropriate message protocol.