Uses of Class
org.apache.cxf.binding.corba.CorbaMessage
Packages that use CorbaMessage
Package
Description
-
Uses of CorbaMessage in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba with parameters of type CorbaMessageModifier and TypeMethodDescriptionvoidCorbaConduit.buildRequest(CorbaMessage message, OperationType opType) voidCorbaServerConduit.buildRequestResult(CorbaMessage msg) org.omg.CORBA.NVListCorbaConduit.getArguments(CorbaMessage message) org.omg.CORBA.ExceptionListCorbaConduit.getExceptionList(Map<org.omg.CORBA.TypeCode, RaisesType> exceptions, CorbaMessage message, OperationType opType) org.omg.CORBA.RequestCorbaConduit.getRequest(CorbaMessage message, String opName, org.omg.CORBA.NVList nvlist, org.omg.CORBA.NamedValue ret, org.omg.CORBA.ExceptionList exList) org.omg.CORBA.NamedValueCorbaConduit.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 CorbaMessageModifier and TypeMethodDescriptionprotected DataReader<XMLStreamReader>CorbaStreamFaultInInterceptor.getDataReader(CorbaMessage message) protected DataWriter<XMLStreamWriter>CorbaStreamFaultOutInterceptor.getDataWriter(CorbaMessage message) protected org.omg.CORBA.NVListCorbaStreamInInterceptor.prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service) protected org.omg.CORBA.NVListCorbaStreamInInterceptor.prepareDIIArgsList(CorbaMessage corbaMsg, BindingOperationInfo boi, CorbaStreamable[] streamables, List<ParamType> paramTypes, CorbaTypeMap map, org.omg.CORBA.ORB orb, ServiceInfo service) protected voidCorbaStreamFaultOutInterceptor.setSystemException(CorbaMessage message, Throwable ex, CorbaDestination dest) protected voidCorbaStreamFaultOutInterceptor.setUserException(CorbaMessage message, Throwable ex, RaisesType exType, OperationInfo opInfo, DataWriter<XMLStreamWriter> writer, ServiceInfo service) protected voidCorbaStreamFaultOutInterceptor.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 -
Uses of CorbaMessage in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils with parameters of type CorbaMessageModifier and TypeMethodDescriptionstatic DataReader<XMLEventReader>ContextUtils.getDataReader(CorbaMessage message) static DataWriter<XMLEventWriter>ContextUtils.getDataWriter(CorbaMessage message)