I have added a list of custom interceptors into the cxf configuration.
In what order are they called?  Is it based on the order of the list or
can that be controlled through some mechanism?
 
<cxf:bus>
...
 <cxf:inInterceptors>
   <ref bean="beanA"/>
   <ref bean="beanB"/>
   <ref bean="beanC"/>
 </cxf:inInterceptors>
 
...
 
thanks
 

Sonam Nepali

CXF User

 

 

Reply via email to