|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CorbaMessage | |
---|---|
org.apache.cxf.binding.corba | |
org.apache.cxf.binding.corba.interceptors | |
org.apache.cxf.binding.corba.types | |
org.apache.cxf.binding.corba.utils |
Uses of CorbaMessage in org.apache.cxf.binding.corba |
---|
Methods in org.apache.cxf.binding.corba with parameters of type CorbaMessage | |
---|---|
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)
|
Uses of CorbaMessage in org.apache.cxf.binding.corba.interceptors |
---|
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type CorbaMessage | |
---|---|
protected DataReader<XMLStreamReader> |
CorbaStreamFaultInInterceptor.getDataReader(CorbaMessage message)
|
protected DataWriter<XMLStreamWriter> |
CorbaStreamFaultOutInterceptor.getDataWriter(CorbaMessage message)
|
protected NVList |
CorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg,
InterfaceInfo info,
OperationType opType,
QName opQName,
CorbaTypeMap typeMap,
CorbaDestination destination,
ServiceInfo service)
|
protected NVList |
CorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg,
BindingOperationInfo boi,
CorbaStreamable[] streamables,
List<ParamType> paramTypes,
CorbaTypeMap map,
ORB orb,
ServiceInfo service)
|
protected void |
CorbaStreamFaultOutInterceptor.setSystemException(CorbaMessage message,
Throwable ex,
CorbaDestination dest)
|
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)
|
Uses of CorbaMessage in org.apache.cxf.binding.corba.types |
---|
Constructors in org.apache.cxf.binding.corba.types with parameters of type CorbaMessage | |
---|---|
HandlerIterator(CorbaMessage msg,
boolean server)
|
Uses of CorbaMessage in org.apache.cxf.binding.corba.utils |
---|
Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaMessage | |
---|---|
static DataReader<XMLEventReader> |
ContextUtils.getDataReader(CorbaMessage message)
|
static DataWriter<XMLEventWriter> |
ContextUtils.getDataWriter(CorbaMessage message)
|
|
Apache CXF API | |||||||||
PREV NEXT | FRAMES NO FRAMES |