Class JsonpPostStreamInterceptor

All Implemented Interfaces:
Interceptor<Message>, PhaseInterceptor<Message>

public class JsonpPostStreamInterceptor extends AbstractJsonpOutInterceptor
Appends the jsonp callback to json responses when the '_jsonp' parameter has been set in the querystring.
  • Constructor Details

    • JsonpPostStreamInterceptor

      public JsonpPostStreamInterceptor()
  • Method Details

    • handleMessage

      public void handleMessage(Message message) 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
    • setPaddingEnd

      public void setPaddingEnd(String paddingEnd)
    • getPaddingEnd

      public String getPaddingEnd()