org.mule.test.integration.service
Class TestComponent
java.lang.Object
org.mule.test.integration.service.TestComponent
- All Implemented Interfaces:
- ITestComponent
- public class TestComponent
- extends Object
- implements ITestComponent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXCEPTION_MESSAGE
public static final String EXCEPTION_MESSAGE
- See Also:
- Constant Field Values
TestComponent
public TestComponent()
receive
public String receive(String message)
throws Exception
- Specified by:
receive in interface ITestComponent
- Throws:
Exception
throwsException
public String throwsException(String message)
throws Exception
- Specified by:
throwsException in interface ITestComponent
- Throws:
Exception
receiveJms
public String receiveJms(TextMessage message)
throws Exception
- Throws:
Exception
inc
protected int inc()
Copyright © 2003-2006 MuleSource Inc.. All Rights Reserved.