| Package | Description |
|---|---|
| org.apache.cxf.binding.corba | |
| org.apache.cxf.binding.corba.interceptors | |
| org.apache.cxf.binding.corba.types | |
| org.apache.cxf.binding.corba.utils |
| Modifier and Type | Method and Description |
|---|---|
void |
CorbaConduit.buildRequest(CorbaMessage message,
OperationType opType) |
void |
CorbaServerConduit.buildRequestResult(CorbaMessage msg) |
NVList |
CorbaConduit.getArguments(CorbaMessage message) |
ExceptionList |
CorbaConduit.getExceptionList(Map<TypeCode,RaisesType> exceptions,
CorbaMessage message,
OperationType opType) |
Request |
CorbaConduit.getRequest(CorbaMessage message,
String opName,
NVList nvlist,
NamedValue ret,
ExceptionList exList) |
NamedValue |
CorbaConduit.getReturn(CorbaMessage message) |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.cxf.databinding.DataReader<XMLStreamReader> |
CorbaStreamFaultInInterceptor.getDataReader(CorbaMessage message) |
protected org.apache.cxf.databinding.DataWriter<XMLStreamWriter> |
CorbaStreamFaultOutInterceptor.getDataWriter(CorbaMessage message) |
protected NVList |
CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg,
org.apache.cxf.service.model.InterfaceInfo info,
OperationType opType,
QName opQName,
CorbaTypeMap typeMap,
CorbaDestination destination,
org.apache.cxf.service.model.ServiceInfo service) |
protected NVList |
CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg,
org.apache.cxf.service.model.BindingOperationInfo boi,
CorbaStreamable[] streamables,
List<ParamType> paramTypes,
CorbaTypeMap map,
ORB orb,
org.apache.cxf.service.model.ServiceInfo service) |
protected void |
CorbaStreamFaultOutInterceptor.setSystemException(CorbaMessage message,
Throwable ex,
CorbaDestination dest) |
protected void |
CorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message,
Throwable ex,
RaisesType exType,
org.apache.cxf.service.model.OperationInfo opInfo,
org.apache.cxf.databinding.DataWriter<XMLStreamWriter> writer,
org.apache.cxf.service.model.ServiceInfo service) |
protected void |
CorbaStreamFaultOutInterceptor.setUserExceptionFromFaultDetail(CorbaMessage message,
Element faultDetail,
RaisesType exType,
org.apache.cxf.service.model.OperationInfo opInfo,
org.apache.cxf.databinding.DataWriter<XMLStreamWriter> writer,
org.apache.cxf.service.model.ServiceInfo service) |
| Constructor and Description |
|---|
HandlerIterator(CorbaMessage msg,
boolean server) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.cxf.databinding.DataReader<XMLEventReader> |
ContextUtils.getDataReader(CorbaMessage message) |
static org.apache.cxf.databinding.DataWriter<XMLEventWriter> |
ContextUtils.getDataWriter(CorbaMessage message) |
Apache CXF