Apache CXF API

org.apache.cxf.interceptor
Annotation Type InFaultInterceptors


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

Specifies a list of classes that are added to the inbound fault 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