Uses of Class
org.apache.cxf.binding.corba.CorbaDestination
-
Packages that use CorbaDestination Package Description org.apache.cxf.binding.corba.interceptors org.apache.cxf.binding.corba.runtime -
-
Uses of CorbaDestination in org.apache.cxf.binding.corba.interceptors
Methods in org.apache.cxf.binding.corba.interceptors with parameters of type CorbaDestination Modifier and Type Method Description protected org.omg.CORBA.NVListCorbaStreamInInterceptor. prepareArguments(CorbaMessage corbaMsg, InterfaceInfo info, OperationType opType, QName opQName, CorbaTypeMap typeMap, CorbaDestination destination, ServiceInfo service)protected voidCorbaStreamFaultOutInterceptor. setSystemException(CorbaMessage message, Throwable ex, CorbaDestination dest) -
Uses of CorbaDestination in org.apache.cxf.binding.corba.runtime
Methods in org.apache.cxf.binding.corba.runtime that return CorbaDestination Modifier and Type Method Description CorbaDestinationCorbaDSIServant. getDestination()Methods in org.apache.cxf.binding.corba.runtime with parameters of type CorbaDestination Modifier and Type Method Description voidCorbaDSIServant. init(org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, CorbaDestination dest, MessageObserver observer)voidCorbaDSIServant. init(org.omg.CORBA.ORB theOrb, org.omg.PortableServer.POA poa, CorbaDestination dest, MessageObserver observer, CorbaTypeMap map)
-