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 ClientInterceptorRepository
public LinkedList<WriterInterceptor> getWriterInterceptorList()
getWriterInterceptorList
in interface ClientInterceptorRepository
public LinkedList<ClientExecutionInterceptor> getExecutionInterceptorList()
getExecutionInterceptorList
in interface ClientInterceptorRepository
protected <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 ClientInterceptorRepository
Copyright © 2017 JBoss by Red Hat. All rights reserved.