public class EnableDecoupledFaultInterceptor
extends org.apache.cxf.phase.AbstractPhaseInterceptor<org.apache.cxf.message.Message>
This intercetpor adds the context property decoupled_fault_support
to enable decoupled faultTo. This is an optinal feature in cxf and we
need this to be default to make it same behavior with native stack.