public class JsonWithPaddingInterceptor extends Object implements WriterInterceptor
WriterInterceptor implementation for JSONP format. This interceptor wraps a JSON stream obtained by a underlying
JSON provider into a callback function that can be defined by the JSONP annotation.JSONP| Constructor and Description |
|---|
JsonWithPaddingInterceptor(javax.inject.Provider<ContainerRequest> containerRequestProvider) |
@Inject public JsonWithPaddingInterceptor(javax.inject.Provider<ContainerRequest> containerRequestProvider)
public void aroundWriteTo(WriterInterceptorContext context) throws IOException, WebApplicationException
aroundWriteTo in interface WriterInterceptorIOExceptionWebApplicationExceptionCopyright © 2007-2012 Oracle Corporation. All Rights Reserved. Use is subject to license terms.