Class AbstractClient.AbstractBodyWriter

All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>
Direct Known Subclasses:
ClientProxyImpl.BodyWriter
Enclosing class:
AbstractClient

protected abstract static class AbstractClient.AbstractBodyWriter extends AbstractOutDatabindingInterceptor
  • Constructor Details

    • AbstractBodyWriter

      public AbstractBodyWriter()
  • Method Details

    • handleMessage

      public void handleMessage(Message outMessage) throws Fault
      Description copied from interface: Interceptor
      Intercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
      Throws:
      Fault
    • doWriteBody

      protected abstract void doWriteBody(Message outMessage, Object body, Type bodyType, Annotation[] customAnns, OutputStream os) throws Fault
      Throws:
      Fault