public interface MockAxisServiceInterface extends Remote
| Modifier and Type | Field and Description |
|---|---|
static String |
TEST_MESSAGE |
| Modifier and Type | Method and Description |
|---|---|
String |
getTestMessage()
Implementations should return the constant
TEST_MESSAGE. |
String |
getTestMessageWithPrefix(String prefix)
Implementations should return the concatenation of
prefix and
TEST_MESSAGE. |
static final String TEST_MESSAGE
String getTestMessage()
TEST_MESSAGE.String getTestMessageWithPrefix(String prefix)
prefix and
TEST_MESSAGE.prefix - The prefix to prepend to TEST_MESSAGE.Copyright © 2016. All Rights Reserved.