Apache CXF API

org.apache.cxf.binding.corba.utils
Class CorbaBindingHelper

java.lang.Object
  extended by org.apache.cxf.binding.corba.utils.CorbaBindingHelper

public final class CorbaBindingHelper
extends Object


Method Summary
static void destroyORB(String address, ORB orb)
           
static ORB getAddressSpecificORB(String address, Properties props, List<String> orbArgs)
           
static ORB getDefaultORB(OrbConfig config)
           
static void keepORBAlive(String address)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDefaultORB

public static ORB getDefaultORB(OrbConfig config)

getAddressSpecificORB

public static ORB getAddressSpecificORB(String address,
                                        Properties props,
                                        List<String> orbArgs)

keepORBAlive

public static void keepORBAlive(String address)

destroyORB

public static void destroyORB(String address,
                              ORB orb)
                       throws CorbaBindingException
Throws:
CorbaBindingException

Apache CXF API

Apache CXF