Class OrbConfig
- java.lang.Object
-
- org.apache.cxf.binding.corba.utils.OrbConfig
-
public class OrbConfig extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected List<String>orbArgsprotected StringorbClassprotected PropertiesorbPropertiesprotected StringorbSingletonClass
-
Constructor Summary
Constructors Constructor Description OrbConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddPOAPolicies(org.omg.CORBA.ORB orb, String poaName, org.omg.PortableServer.POA parentPOA, org.omg.PortableServer.POAManager poaManager, List<org.omg.CORBA.Policy> policies)org.omg.CORBA.AnycreateSystemExceptionAny(org.omg.CORBA.ORB orb, org.omg.CORBA.SystemException sysEx)voidexportObjectReference(org.omg.CORBA.ORB orb, org.omg.CORBA.Object ref, String url, AddressType address)voidexportObjectReferenceToCorbaloc(org.omg.CORBA.ORB orb, org.omg.CORBA.Object object, String location)voidexportObjectReferenceToFile(org.omg.CORBA.ORB orb, org.omg.CORBA.Object obj, URI iorFile)voidexportObjectReferenceToNamingService(org.omg.CORBA.ORB orb, org.omg.CORBA.Object ref, String location)List<String>getOrbArgs()StringgetOrbClass()PropertiesgetOrbProperties()StringgetOrbSingletonClass()voidsetOrbArgs(List<String> args)voidsetOrbClass(String cls)voidsetOrbProperties(Properties props)voidsetOrbSingletonClass(String cls)
-
-
-
Field Detail
-
orbClass
protected String orbClass
-
orbSingletonClass
protected String orbSingletonClass
-
orbProperties
protected Properties orbProperties
-
-
Method Detail
-
setOrbClass
public void setOrbClass(String cls)
-
getOrbClass
public String getOrbClass()
-
setOrbSingletonClass
public void setOrbSingletonClass(String cls)
-
getOrbSingletonClass
public String getOrbSingletonClass()
-
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:
URISyntaxExceptionIOException
-
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
-
-