public class TestComponent extends Object implements ITestComponent
| Modifier and Type | Field and Description |
|---|---|
protected AtomicInteger |
count |
static String |
EXCEPTION_MESSAGE |
protected static org.slf4j.Logger |
logger |
| Constructor and Description |
|---|
TestComponent() |
| Modifier and Type | Method and Description |
|---|---|
protected int |
inc() |
String |
receive(String message) |
String |
receiveBytes(byte[] message) |
String |
throwsException(String message) |
public static final String EXCEPTION_MESSAGE
protected static final org.slf4j.Logger logger
protected AtomicInteger count
public String receive(String message) throws Exception
receive in interface ITestComponentExceptionpublic String throwsException(String message) throws Exception
throwsException in interface ITestComponentExceptionprotected int inc()
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.