Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
langxml
<cxfse:endpoint>
  <cxfse:pojo>inFaultInterceptors>
    <bean class="org.apache.cxf.calculatorinterceptor.CalculatorImplLoggingInInterceptor">
    </bean>/>
  </cxfse:pojo>inFaultInterceptors>
  <cxfse:inInterceptors>
    <bean class="org.apache.cxf.interceptor.LoggingInInterceptor"/>
  </cxfse:inInterceptors>
  <cxfse:outInterceptors>outFaultInterceptors>
    <bean class="org.apache.cxf.interceptor.LoggingOutInterceptor"/>
  </cxfse:outInterceptors>outFaultInterceptors>
  <cxfse:inFaultInterceptors>outInterceptors>
    <bean class="org.apache.cxf.interceptor.LoggingInInterceptorLoggingOutInterceptor"/>
  </cxfse:inFaultInterceptors>outInterceptors>
  <cxfse:outFaultInterceptors>pojo>
    <bean class="org.apache.cxf.interceptorcalculator.LoggingOutInterceptor"/>CalculatorImpl">
    </bean>
  </cxfse:outFaultInterceptors>pojo>
</cxfse:endpoint>

Can find document for CXF interceptors here