Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

MTOM is supported for the following classes:

  • DataSource
  • DataHandler
  • Wiki Markupbyte\[\]

If you have a bean with the following method:

...

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