Class TemplateWriterInterceptor

java.lang.Object
ee.jakarta.tck.ws.rs.ee.rs.ext.interceptor.writer.TemplateWriterInterceptor
All Implemented Interfaces:
InterceptorCallbackMethods, jakarta.ws.rs.ext.WriterInterceptor
Direct Known Subclasses:
WriterInterceptorOne, WriterInterceptorOne, WriterInterceptorTwo, WriterInterceptorTwo

public abstract class TemplateWriterInterceptor extends Object implements jakarta.ws.rs.ext.WriterInterceptor, InterceptorCallbackMethods
This class is a superclass for any interceptor @Provider. Any such provider is then given a body, inherited from TemplateInterceptorBody. The body actually contains methods with name equalIgnoreCase to ContextOperation items name, the name of the method executed is passed by http header OPERATION
See Also: