|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OutputHandler | |
---|---|
org.mule.providers.http | Provides http transport including proxy support. |
org.mule.providers.streaming | |
org.mule.tck.testmodels.mule | |
org.mule.umo.provider | Contains the interfaces that comprise a provider implementation. |
Uses of OutputHandler in org.mule.providers.http |
---|
Constructors in org.mule.providers.http with parameters of type OutputHandler | |
---|---|
HttpStreamMessageAdapter(InputStream in,
OutputStream out,
OutputHandler handler)
|
|
HttpStreamMessageAdapter(OutputHandler handler)
|
|
HttpStreamMessageAdapter(OutputStream out,
OutputHandler handler)
|
Uses of OutputHandler in org.mule.providers.streaming |
---|
Fields in org.mule.providers.streaming declared as OutputHandler | |
---|---|
protected OutputHandler |
StreamMessageAdapter.handler
|
Methods in org.mule.providers.streaming that return OutputHandler | |
---|---|
OutputHandler |
StreamMessageAdapter.getOutputHandler()
|
Methods in org.mule.providers.streaming with parameters of type OutputHandler | |
---|---|
void |
StreamMessageAdapter.setOutputHandler(OutputHandler handler)
|
Constructors in org.mule.providers.streaming with parameters of type OutputHandler | |
---|---|
StreamMessageAdapter(InputStream in,
OutputStream out,
OutputHandler handler)
|
|
StreamMessageAdapter(OutputHandler handler)
|
|
StreamMessageAdapter(OutputStream out,
OutputHandler handler)
|
Uses of OutputHandler in org.mule.tck.testmodels.mule |
---|
Methods in org.mule.tck.testmodels.mule that return OutputHandler | |
---|---|
OutputHandler |
TestConnector.DummyMessageAdapter.getOutputHandler()
|
Methods in org.mule.tck.testmodels.mule with parameters of type OutputHandler | |
---|---|
void |
TestConnector.DummyMessageAdapter.setOutputHandler(OutputHandler handler)
|
Uses of OutputHandler in org.mule.umo.provider |
---|
Methods in org.mule.umo.provider that return OutputHandler | |
---|---|
OutputHandler |
UMOStreamMessageAdapter.getOutputHandler()
The Output handler is a callback that will handle the writing to an output Stream when the Stream is available |
Methods in org.mule.umo.provider with parameters of type OutputHandler | |
---|---|
void |
UMOStreamMessageAdapter.setOutputHandler(OutputHandler handler)
The Output handler is a callback that will handle the writing to an output Stream when the Stream is available |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |