Apache CXF API

org.apache.cxf.interceptor
Annotation Type InInterceptors


@Target(value=TYPE)
@Retention(value=RUNTIME)
public @interface InInterceptors

Specifies a list of classes that are added to the inbound interceptor chain. This annotation effects SEI classes and service implementation classes.


Required Element Summary
 String[] interceptors
           
 

Element Detail

interceptors

public abstract String[] interceptors

Apache CXF API

Apache CXF