| Package | Description |
|---|---|
| org.jboss.resteasy.core | |
| org.jboss.resteasy.core.interception | |
| org.jboss.resteasy.spi |
| Modifier and Type | Method and Description |
|---|---|
void |
ResourceMethod.registryUpdated(InterceptorRegistry registry) |
void |
MessageBodyParameterInjector.registryUpdated(InterceptorRegistry registry) |
| Modifier and Type | Method and Description |
|---|---|
void |
InterceptorRegistryListener.registryUpdated(InterceptorRegistry registry) |
| Modifier and Type | Field and Description |
|---|---|
protected InterceptorRegistry<ClientExecutionInterceptor> |
ResteasyProviderFactory.clientExecutionInterceptorRegistry |
protected InterceptorRegistry<MessageBodyReaderInterceptor> |
ResteasyProviderFactory.clientMessageBodyReaderInterceptorRegistry |
protected InterceptorRegistry<MessageBodyWriterInterceptor> |
ResteasyProviderFactory.clientMessageBodyWriterInterceptorRegistry |
protected InterceptorRegistry<MessageBodyReaderInterceptor> |
ResteasyProviderFactory.serverMessageBodyReaderInterceptorRegistry |
protected InterceptorRegistry<MessageBodyWriterInterceptor> |
ResteasyProviderFactory.serverMessageBodyWriterInterceptorRegistry |
protected InterceptorRegistry<PostProcessInterceptor> |
ResteasyProviderFactory.serverPostProcessInterceptorRegistry |
protected InterceptorRegistry<PreProcessInterceptor> |
ResteasyProviderFactory.serverPreProcessInterceptorRegistry |
| Modifier and Type | Method and Description |
|---|---|
InterceptorRegistry<ClientExecutionInterceptor> |
ResteasyProviderFactory.getClientExecutionInterceptorRegistry() |
InterceptorRegistry<MessageBodyReaderInterceptor> |
ResteasyProviderFactory.getClientMessageBodyReaderInterceptorRegistry() |
InterceptorRegistry<MessageBodyWriterInterceptor> |
ResteasyProviderFactory.getClientMessageBodyWriterInterceptorRegistry() |
InterceptorRegistry<MessageBodyReaderInterceptor> |
ResteasyProviderFactory.getServerMessageBodyReaderInterceptorRegistry() |
InterceptorRegistry<MessageBodyWriterInterceptor> |
ResteasyProviderFactory.getServerMessageBodyWriterInterceptorRegistry() |
InterceptorRegistry<PostProcessInterceptor> |
ResteasyProviderFactory.getServerPostProcessInterceptorRegistry() |
InterceptorRegistry<PreProcessInterceptor> |
ResteasyProviderFactory.getServerPreProcessInterceptorRegistry() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ResteasyProviderFactory.registerDefaultInterceptorPrecedences(InterceptorRegistry registry) |
Copyright © 2014. All Rights Reserved.