|
Class Summary |
| StreamConnector |
StreamConnector can send and receive mule events over IO
streams. |
| StreamMessageAdapter |
StreamMessageAdapter |
| StreamMessageDispatcher |
StreamMessageDispatcher A simple stream dispatcher that
obtains a stream from the Stream Connector to write to. |
| StreamMessageDispatcherFactory |
StreamMessageDispatcherFactory creates a Stream dispatcher suitable for writing to fixed streams such
as System.in or System.out |
| StreamMessageReceiver |
StreamMessageReceiver is a listener of events from a mule
components which then simply passes the events on to the target components. |
| SystemStreamConnector |
SystemStreamConnector Connects to the System streams in and out by default and add some basic fuctionality for
Writing out prompt messages |