Class OrbConfig

java.lang.Object
org.apache.cxf.binding.corba.utils.OrbConfig

public class OrbConfig extends Object
  • Field Details

    • orbClass

      protected String orbClass
    • orbSingletonClass

      protected String orbSingletonClass
    • orbArgs

      protected List<String> orbArgs
    • orbProperties

      protected Properties orbProperties
  • Constructor Details

    • OrbConfig

      public OrbConfig()
  • Method Details

    • setOrbClass

      public void setOrbClass(String cls)
    • getOrbClass

      public String getOrbClass()
    • setOrbSingletonClass

      public void setOrbSingletonClass(String cls)
    • getOrbSingletonClass

      public String getOrbSingletonClass()
    • setOrbArgs

      public void setOrbArgs(List<String> args)
    • getOrbArgs

      public List<String> getOrbArgs()
    • setOrbProperties

      public void setOrbProperties(Properties props)
    • getOrbProperties

      public Properties getOrbProperties()
    • addPOAPolicies

      public void addPOAPolicies(org.omg.CORBA.ORB orb, String poaName, org.omg.PortableServer.POA parentPOA, org.omg.PortableServer.POAManager poaManager, List<org.omg.CORBA.Policy> policies)
    • createSystemExceptionAny

      public org.omg.CORBA.Any createSystemExceptionAny(org.omg.CORBA.ORB orb, org.omg.CORBA.SystemException sysEx)
    • exportObjectReference

      public void exportObjectReference(org.omg.CORBA.ORB orb, org.omg.CORBA.Object ref, String url, AddressType address) throws URISyntaxException, IOException
      Throws:
      URISyntaxException
      IOException
    • exportObjectReferenceToNamingService

      public void exportObjectReferenceToNamingService(org.omg.CORBA.ORB orb, org.omg.CORBA.Object ref, String location)
    • exportObjectReferenceToCorbaloc

      public void exportObjectReferenceToCorbaloc(org.omg.CORBA.ORB orb, org.omg.CORBA.Object object, String location)
    • exportObjectReferenceToFile

      public void exportObjectReferenceToFile(org.omg.CORBA.ORB orb, org.omg.CORBA.Object obj, URI iorFile) throws IOException
      Throws:
      IOException