org.apache.cxf.interceptor
Class AbstractBasicInterceptorProvider
java.lang.Object
org.apache.cxf.interceptor.AbstractBasicInterceptorProvider
- All Implemented Interfaces:
- InterceptorProvider
public abstract class AbstractBasicInterceptorProvider
- extends java.lang.Object
- implements InterceptorProvider
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractBasicInterceptorProvider
public AbstractBasicInterceptorProvider()
getOutFaultInterceptors
public java.util.List<Interceptor> getOutFaultInterceptors()
- Specified by:
getOutFaultInterceptors
in interface InterceptorProvider
getInFaultInterceptors
public java.util.List<Interceptor> getInFaultInterceptors()
- Specified by:
getInFaultInterceptors
in interface InterceptorProvider
getInInterceptors
public java.util.List<Interceptor> getInInterceptors()
- Specified by:
getInInterceptors
in interface InterceptorProvider
getOutInterceptors
public java.util.List<Interceptor> getOutInterceptors()
- Specified by:
getOutInterceptors
in interface InterceptorProvider
setInInterceptors
public void setInInterceptors(java.util.List<Interceptor> interceptors)
setInFaultInterceptors
public void setInFaultInterceptors(java.util.List<Interceptor> interceptors)
setOutInterceptors
public void setOutInterceptors(java.util.List<Interceptor> interceptors)
setOutFaultInterceptors
public void setOutFaultInterceptors(java.util.List<Interceptor> interceptors)
Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.