|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.tck.functional.CounterCallback
org.mule.tck.functional.ResponseWriterCallback
public class ResponseWriterCallback
A test callback that writes the results of a service invocation to the response output stream
of the event
This should only be used when testing Asynchronous calls with the FunctionalTestComponent
otherwise
you will get duplicate messages, since both this class and the FunctionalTestComponent
will write
a return message back to the callee.
FunctionalTestComponent
Constructor Summary | |
---|---|
ResponseWriterCallback()
|
Method Summary | |
---|---|
void |
eventReceived(MuleEventContext context,
java.lang.Object component)
|
Methods inherited from class org.mule.tck.functional.CounterCallback |
---|
getCallbackCount, incCallbackCount |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResponseWriterCallback()
Method Detail |
---|
public void eventReceived(MuleEventContext context, java.lang.Object component) throws java.lang.Exception
eventReceived
in interface EventCallback
eventReceived
in class CounterCallback
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |