public static class TestUtilities.TestMessageObserver extends Object implements org.apache.cxf.transport.MessageObserver
| Constructor and Description |
|---|
TestMessageObserver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getResponseContentType() |
ByteArrayOutputStream |
getResponseStream() |
void |
onMessage(org.apache.cxf.message.Message message) |
public ByteArrayOutputStream getResponseStream() throws Exception
Exceptionpublic String getResponseContentType()
public void onMessage(org.apache.cxf.message.Message message)
onMessage in interface org.apache.cxf.transport.MessageObserverApache CXF