org.apache.cxf.interceptor
Annotation Type OutInterceptors


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

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


Required Element Summary
 java.lang.String[] interceptors
           
 

Element Detail

interceptors

public abstract java.lang.String[] interceptors


Apache CXF