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, setPrecedencepublic SingletonInterceptorFactory(java.lang.Class declaring,
java.lang.Object interceptor)
protected void initialize()
initialize in class JaxrsInterceptorRegistry.AbstractInterceptorFactoryprotected java.lang.Object getInterceptor()
getInterceptor in class JaxrsInterceptorRegistry.AbstractInterceptorFactory