org.apache.cxf.test
Class TestUtilities.TestMessageObserver

java.lang.Object
  extended by org.apache.cxf.test.TestUtilities.TestMessageObserver
All Implemented Interfaces:
org.apache.cxf.transport.MessageObserver
Direct Known Subclasses:
AbstractCXFTest.TestMessageObserver
Enclosing class:
TestUtilities

public static class TestUtilities.TestMessageObserver
extends Object
implements org.apache.cxf.transport.MessageObserver


Constructor Summary
TestUtilities.TestMessageObserver()
           
 
Method Summary
 String getResponseContentType()
           
 ByteArrayOutputStream getResponseStream()
           
 void onMessage(org.apache.cxf.message.Message message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestUtilities.TestMessageObserver

public TestUtilities.TestMessageObserver()
Method Detail

getResponseStream

public ByteArrayOutputStream getResponseStream()
                                        throws Exception
Throws:
Exception

getResponseContentType

public String getResponseContentType()

onMessage

public void onMessage(org.apache.cxf.message.Message message)
Specified by:
onMessage in interface org.apache.cxf.transport.MessageObserver


Apache CXF