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