Uses of Class
org.apache.cxf.binding.corba.utils.OrbConfig
-
Packages that use OrbConfig Package Description org.apache.cxf.binding.corba org.apache.cxf.binding.corba.utils -
-
Uses of OrbConfig in org.apache.cxf.binding.corba
Fields in org.apache.cxf.binding.corba declared as OrbConfig Modifier and Type Field Description protected OrbConfigCorbaBindingFactory. orbConfigMethods in org.apache.cxf.binding.corba that return OrbConfig Modifier and Type Method Description OrbConfigCorbaBindingFactory. getOrbConfig()OrbConfigCorbaConduit. getOrbConfig()OrbConfigCorbaDestination. getOrbConfig()Methods in org.apache.cxf.binding.corba with parameters of type OrbConfig Modifier and Type Method Description voidCorbaBindingFactory. setOrbConfig(OrbConfig config)Constructors in org.apache.cxf.binding.corba with parameters of type OrbConfig Constructor Description CorbaConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, OrbConfig config)CorbaDestination(EndpointInfo ei, OrbConfig config)CorbaDestination(EndpointInfo ei, OrbConfig config, CorbaTypeMap tm)CorbaServerConduit(EndpointInfo ei, org.apache.cxf.ws.addressing.EndpointReferenceType ref, org.omg.CORBA.Object targetObj, org.omg.CORBA.ORB o, OrbConfig config, CorbaTypeMap map) -
Uses of OrbConfig in org.apache.cxf.binding.corba.utils
Methods in org.apache.cxf.binding.corba.utils with parameters of type OrbConfig Modifier and Type Method Description static org.omg.CORBA.ORBCorbaBindingHelper. getDefaultORB(OrbConfig config)
-