org.mule.transport.stdio |
|
Java Source File Name | Type | Comment |
PromptStdioConnector.java | Class | PromptStdioConnector connects to the System streams in and out by
default and add some basic fuctionality for writing out prompt messages. |
StdioConnector.java | Class | StdioConnector can send and receive Mule events over IO streams. |
StdioMessageDispatcher.java | Class | StdioMessageDispatcher is a simple stream dispatcher that obtains
a stream from the Stream Connector to write to. |
StdioMessageDispatcherFactory.java | Class | StdioMessageDispatcherFactory creates a Stream dispatcher suitable
for writing to fixed streams such as System.in or System.out. |
StdioMessageReceiver.java | Class | StdioMessageReceiver is a listener for events from Mule components
which then simply passes the events on to the target components. |