Class CorbaStreamFaultOutInterceptor
java.lang.Object
org.apache.cxf.phase.AbstractPhaseInterceptor<Message>
org.apache.cxf.binding.corba.interceptors.CorbaStreamFaultOutInterceptor
- All Implemented Interfaces:
Interceptor<Message>,PhaseInterceptor<Message>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected RaisesTypefindRaisesType(List<RaisesType> exList, String exClassName) protected DataWriter<XMLStreamWriter>getDataWriter(CorbaMessage message) protected MessagePartInfogetFaultMessagePartInfo(OperationInfo opInfo, QName faultName) protected RaisesTypegetRaisesType(OperationType opType, String exClassName, Throwable ex) voidhandleMessage(Message msg) Intercepts a message.protected voidsetSystemException(CorbaMessage message, Throwable ex, CorbaDestination dest) protected voidsetUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) protected voidsetUserExceptionFromFaultDetail(CorbaMessage message, Element faultDetail, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) Methods inherited from class org.apache.cxf.phase.AbstractPhaseInterceptor
addAfter, addAfter, addBefore, addBefore, getAdditionalInterceptors, getAfter, getBefore, getId, getPhase, handleFault, isGET, isRequestor, setAfter, setBefore
-
Constructor Details
-
CorbaStreamFaultOutInterceptor
public CorbaStreamFaultOutInterceptor()
-
-
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. -
getRaisesType
-
findRaisesType
-
setSystemException
-
setUserException
protected void setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) throws Exception - Throws:
Exception
-
setUserExceptionFromFaultDetail
protected void setUserExceptionFromFaultDetail(CorbaMessage message, Element faultDetail, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) throws Exception - Throws:
Exception
-
getDataWriter
-
getFaultMessagePartInfo
-