Hi
  I like to forward the request to some resource not managed by cxf servlet
when no class method (operation) is found for some resource class. I try to
do it with outFaultInterceptor and register it like below. But the
interceptor is never called. Is there any example?

<jaxrs:outFaultInterceptors>
   <ref bean="outFault"/>
</jaxrs:outFaultInterceptors>

Best regards,
Rice

Reply via email to