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>
public class CorbaStreamFaultOutInterceptor extends AbstractPhaseInterceptor<Message>
-
-
Constructor Summary
Constructors Constructor Description CorbaStreamFaultOutInterceptor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected 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
-
-
-
-
Method Detail
-
handleMessage
public void handleMessage(Message msg)
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
protected RaisesType getRaisesType(OperationType opType, String exClassName, Throwable ex)
-
findRaisesType
protected RaisesType findRaisesType(List<RaisesType> exList, String exClassName)
-
setSystemException
protected void setSystemException(CorbaMessage message, Throwable ex, CorbaDestination dest)
-
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
protected DataWriter<XMLStreamWriter> getDataWriter(CorbaMessage message)
-
getFaultMessagePartInfo
protected MessagePartInfo getFaultMessagePartInfo(OperationInfo opInfo, QName faultName)
-
-