Package org.apache.cxf.interceptor
Class ClientFaultConverter
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.interceptor.AbstractInDatabindingInterceptor
org.apache.cxf.interceptor.ClientFaultConverter
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
Takes a Fault and converts it to a local exception type if possible.
- 
Field SummaryFieldsFields inherited from class org.apache.cxf.interceptor.AbstractInDatabindingInterceptorNO_VALIDATE_PARTS
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidhandleMessage(Message msg) Intercepts a message.protected voidprocessFaultDetail(Fault fault, Message msg) Methods inherited from class org.apache.cxf.interceptor.AbstractInDatabindingInterceptorfindMessagePart, getBindingOperationInfo, getDataReader, getDataReader, getMessageInfo, getMessageInfo, getNodeDataReader, getXMLStreamReader, setDataReaderValidation, setMessage, setOperationSchemaValidation, shouldValidate, supportsDataReaderMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
- 
Field Details- 
DISABLE_FAULT_MAPPING- See Also:
 
- 
CAUSE_SUFFIX_SPLITTER
 
- 
- 
Constructor Details- 
ClientFaultConverterpublic ClientFaultConverter()
- 
ClientFaultConverter
 
- 
- 
Method Details- 
handleMessageDescription copied from interface:InterceptorIntercepts a message. Interceptors should NOT invoke handleMessage or handleFault on the next interceptor - the interceptor chain will take care of this.
- 
processFaultDetail
 
-