org.apache.cxf.interceptor
Class AnnotationInterceptors

java.lang.Object
  extended by org.apache.cxf.interceptor.AnnotationInterceptors

public class AnnotationInterceptors
extends java.lang.Object


Constructor Summary
AnnotationInterceptors(java.lang.Class<?>... clz)
           
 
Method Summary
 java.util.List<AbstractFeature> getFeatures()
           
 java.util.List<Interceptor> getInFaultInterceptors()
           
 java.util.List<Interceptor> getInInterceptors()
           
 java.util.List<Interceptor> getOutFaultInterceptors()
           
 java.util.List<Interceptor> getOutInterceptors()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationInterceptors

public AnnotationInterceptors(java.lang.Class<?>... clz)
Method Detail

getInFaultInterceptors

public java.util.List<Interceptor> getInFaultInterceptors()

getInInterceptors

public java.util.List<Interceptor> getInInterceptors()

getOutFaultInterceptors

public java.util.List<Interceptor> getOutFaultInterceptors()

getOutInterceptors

public java.util.List<Interceptor> getOutInterceptors()

getFeatures

public java.util.List<AbstractFeature> getFeatures()


Apache CXF