Class LogicalHandlerFaultOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<T>
org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor<Message>
org.apache.cxf.jaxws.handler.logical.LogicalHandlerFaultOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
-
Field Summary
FieldsFields inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
binding -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.cxf.jaxws.handler.AbstractJAXWSHandlerInterceptor
getBinding, getInvoker, getOpQName, isMEPComlete, isOutbound, onCompletion, setupBindingOperationInfoMethods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Field Details
-
ORIGINAL_WRITER
- See Also:
-
-
Constructor Details
-
LogicalHandlerFaultOutInterceptor
public LogicalHandlerFaultOutInterceptor(jakarta.xml.ws.Binding binding)
-
-
Method Details
-
handleMessage
Description 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.- Throws:
Fault
-