Class TestUtilities.TestMessageObserver

java.lang.Object
org.apache.cxf.test.TestUtilities.TestMessageObserver
All Implemented Interfaces:
org.apache.cxf.transport.MessageObserver
Enclosing class:
TestUtilities

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

    • TestMessageObserver

      public TestMessageObserver()
  • Method Details

    • 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