Class TemplateReaderInterceptor

java.lang.Object
ee.jakarta.tck.ws.rs.api.rs.ext.interceptor.reader.TemplateReaderInterceptor
All Implemented Interfaces:
InterceptorCallbackMethods, jakarta.ws.rs.ext.ReaderInterceptor
Direct Known Subclasses:
ReaderInterceptorOne, ReaderInterceptorOne, ReaderInterceptorTwo, ReaderInterceptorTwo

public abstract class TemplateReaderInterceptor extends Object implements jakarta.ws.rs.ext.ReaderInterceptor, 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: