Class OrbConfig
java.lang.Object
org.apache.cxf.binding.corba.utils.OrbConfig
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddPOAPolicies(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) voidsetOrbArgs(List<String> args) voidsetOrbClass(String cls) voidsetOrbProperties(Properties props) void
-
Field Details
-
orbClass
-
orbSingletonClass
-
orbArgs
-
orbProperties
-
-
Constructor Details
-
OrbConfig
public OrbConfig()
-
-
Method Details
-
setOrbClass
-
getOrbClass
-
setOrbSingletonClass
-
getOrbSingletonClass
-
setOrbArgs
-
getOrbArgs
-
setOrbProperties
-
getOrbProperties
-
addPOAPolicies
-
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
-