protected class JaxrsInterceptorRegistry.SingletonInterceptorFactory extends JaxrsInterceptorRegistry.AbstractInterceptorFactory
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
interceptor |
declaring, ignorePrematch, initialized, nameBound, order
Constructor and Description |
---|
SingletonInterceptorFactory(java.lang.Class declaring,
java.lang.Object interceptor) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.Object |
getInterceptor() |
protected void |
initialize() |
checkInitialize, createInterceptor, postMatch, preMatch, setIgnorePrematch, setOrder, setPrecedence
public SingletonInterceptorFactory(java.lang.Class declaring, java.lang.Object interceptor)
protected void initialize()
initialize
in class JaxrsInterceptorRegistry.AbstractInterceptorFactory
protected java.lang.Object getInterceptor()
getInterceptor
in class JaxrsInterceptorRegistry.AbstractInterceptorFactory