| Package | Description |
|---|---|
| org.apache.cxf.binding.corba | |
| org.apache.cxf.binding.corba.interceptors | |
| org.apache.cxf.binding.corba.runtime | |
| org.apache.cxf.binding.corba.wsdl |
| Modifier and Type | Method and Description |
|---|---|
Map<TypeCode,RaisesType> |
CorbaConduit.getOperationExceptions(OperationType operation,
CorbaTypeMap map) |
| Modifier and Type | Method and Description |
|---|---|
ExceptionList |
CorbaConduit.getExceptionList(Map<TypeCode,RaisesType> exceptions,
CorbaMessage message,
OperationType opType) |
| Modifier and Type | Method and Description |
|---|---|
protected RaisesType |
CorbaStreamFaultOutInterceptor.findRaisesType(List<RaisesType> exList,
String exClassName) |
protected RaisesType |
CorbaStreamFaultOutInterceptor.getRaisesType(OperationType opType,
String exClassName,
Throwable ex) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message,
Throwable ex,
RaisesType exType,
OperationInfo opInfo,
DataWriter<XMLStreamWriter> writer,
ServiceInfo service) |
protected void |
CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message,
Element faultDetail,
RaisesType exType,
OperationInfo opInfo,
DataWriter<XMLStreamWriter> writer,
ServiceInfo service) |
| Modifier and Type | Method and Description |
|---|---|
protected RaisesType |
CorbaStreamFaultOutInterceptor.findRaisesType(List<RaisesType> exList,
String exClassName) |
| Constructor and Description |
|---|
CorbaFaultStreamWriter(ORB orbRef,
RaisesType raisesType,
CorbaTypeMap map,
ServiceInfo sinfo) |
| Modifier and Type | Field and Description |
|---|---|
protected List<RaisesType> |
OperationType.raises |
| Modifier and Type | Method and Description |
|---|---|
RaisesType |
ObjectFactory.createRaisesType()
Create an instance of
RaisesType |
| Modifier and Type | Method and Description |
|---|---|
List<RaisesType> |
OperationType.getRaises()
Gets the value of the raises property.
|
Apache CXF