| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.cxf.interceptor.AbstractBasicInterceptorProvider
public abstract class AbstractBasicInterceptorProvider
| Constructor Summary | |
|---|---|
| AbstractBasicInterceptorProvider() | |
| Method Summary | |
|---|---|
|  java.util.List<Interceptor> | getInFaultInterceptors()Returns the list of interceptors attached to the incoming fault interceptor chain of the object. | 
|  java.util.List<Interceptor> | getInInterceptors()Returns the list of interceptors attached to the incoming interceptor chain of the object. | 
|  java.util.List<Interceptor> | getOutFaultInterceptors()Returns the list of interceptors attached to the outgoing fault interceptor chain of the object. | 
|  java.util.List<Interceptor> | getOutInterceptors()Returns the list of interceptors attached to the outgoing interceptor chain of the object. | 
|  void | setInFaultInterceptors(java.util.List<Interceptor> interceptors) | 
|  void | setInInterceptors(java.util.List<Interceptor> interceptors) | 
|  void | setOutFaultInterceptors(java.util.List<Interceptor> interceptors) | 
|  void | setOutInterceptors(java.util.List<Interceptor> interceptors) | 
| Methods inherited from class java.lang.Object | 
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public AbstractBasicInterceptorProvider()
| Method Detail | 
|---|
public java.util.List<Interceptor> getOutFaultInterceptors()
InterceptorProvider
getOutFaultInterceptors in interface InterceptorProviderList outgoing fault interceptor chainpublic java.util.List<Interceptor> getInFaultInterceptors()
InterceptorProvider
getInFaultInterceptors in interface InterceptorProviderList incoming fault interceptor chainpublic java.util.List<Interceptor> getInInterceptors()
InterceptorProvider
getInInterceptors in interface InterceptorProviderList incoming interceptor chainpublic java.util.List<Interceptor> getOutInterceptors()
InterceptorProvider
getOutInterceptors in interface InterceptorProviderList outgoing interceptor chainpublic void setInInterceptors(java.util.List<Interceptor> interceptors)
public void setInFaultInterceptors(java.util.List<Interceptor> interceptors)
public void setOutInterceptors(java.util.List<Interceptor> interceptors)
public void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
| 
 | Apache CXF API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||