Package org.apache.cxf.interceptor
Class FaultOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.interceptor.FaultOutInterceptor
- All Implemented Interfaces:
- Interceptor<Message>,- PhaseInterceptor<Message>
- 
Nested Class SummaryNested ClassesModifier and TypeClassDescriptionstatic interfaceMarker interfaces for Exceptions that have a getFaultInfo() method that returns some sort of object that the FaultOutInterceptor can marshal into a fault detail element
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionprotected ObjectgetFaultBean(Throwable cause, FaultInfo faultPart, Message message) getFaultForClass(BindingOperationInfo op, Class<?> class1) Find the correct Fault part for a particular exception.voidhandleMessage(Message message) Intercepts a message.Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptoraddAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
- 
Constructor Details- 
FaultOutInterceptorpublic FaultOutInterceptor()
 
- 
- 
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.
- 
getFaultBean
- 
getFaultForClassFind the correct Fault part for a particular exception.- Parameters:
- op-
- class1-
 
 
-