public static class TestUtilities.TestMessageObserver extends Object implements MessageObserver
Constructor and Description |
---|
TestUtilities.TestMessageObserver() |
Modifier and Type | Method and Description |
---|---|
String |
getResponseContentType() |
ByteArrayOutputStream |
getResponseStream() |
void |
onMessage(Message message)
Called for an incoming message, i.e.
|
public ByteArrayOutputStream getResponseStream() throws Exception
Exception
public String getResponseContentType()
public void onMessage(Message message)
MessageObserver
onMessage
in interface MessageObserver
Apache CXF