public class ClientInterceptorRepositoryImpl extends Object implements ClientInterceptorRepository
| Constructor and Description |
|---|
ClientInterceptorRepositoryImpl() |
protected ReaderInterceptor[] getReaderInterceptors()
protected WriterInterceptor[] getWriterInterceptors()
protected ClientExecutionInterceptor[] getExecutionInterceptors()
protected void setReaderInterceptors(ReaderInterceptor[] readerInterceptors)
protected void setWriterInterceptors(WriterInterceptor[] writerInterceptors)
protected void setExecutionInterceptors(ClientExecutionInterceptor[] executionInterceptors)
protected void setExecutionInterceptors(Collection<ClientExecutionInterceptor> executionInterceptorList)
public LinkedList<ReaderInterceptor> getReaderInterceptorList()
getReaderInterceptorList in interface ClientInterceptorRepositorypublic LinkedList<WriterInterceptor> getWriterInterceptorList()
getWriterInterceptorList in interface ClientInterceptorRepositorypublic LinkedList<ClientExecutionInterceptor> getExecutionInterceptorList()
getExecutionInterceptorList in interface ClientInterceptorRepositoryprotected <T> LinkedList<T> getInterceptors(Class<T> clazz)
protected LinkedList getInterceptors(org.jboss.resteasy.client.core.ClientInterceptorRepositoryImpl.InterceptorType interceptorType)
public void copyClientInterceptorsTo(ClientInterceptorRepositoryImpl copyTo)
public void prefixClientInterceptorsTo(ClientInterceptorRepositoryImpl copyTo)
public void registerInterceptor(Object interceptor)
registerInterceptor in interface ClientInterceptorRepositoryCopyright © 2018 JBoss by Red Hat. All rights reserved.