Uses of Class
org.apache.cxf.binding.corba.CorbaMessage
-
Packages that use CorbaMessage 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 -
-
Uses of CorbaMessage in org.apache.cxf.binding.corba
Methods in org.apache.cxf.binding.corba with parameters of type CorbaMessage Modifier and Type Method Description voidCorbaConduit. 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 CorbaMessage Modifier and Type Method Description protected 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 Constructor Description 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 Modifier and Type Method Description static DataReader<XMLEventReader>ContextUtils. getDataReader(CorbaMessage message)static DataWriter<XMLEventWriter>ContextUtils. getDataWriter(CorbaMessage message)
-