Class Fedora.Utility.IFRUtility
All Packages Class Hierarchy This Package Previous Next Index
Class Fedora.Utility.IFRUtility
Object
|
+----Fedora.Utility.IFRUtility
- public class IFRUtility
- extends Object
-
Fedora.Utility.IFRUtility()
-
-
convertIFRMethods(Any[])
- Convert an operation list obtained from the CORBA IFR (an array of OperationDefs)
to a RAP Signature (an array of MethodSignatures).
-
fixRepositoryId(String)
-
-
getMethodsFromIFR(Object)
- Given a CORBA object, obtain the corresponding IFR object that is "contained"
in the Interface Repository.
-
getMethodsFromIFR(String)
- Given the Interface RepositoryID of an object, obtain the corresponding
IFR object that is "contained" in the Interface Repository.
IFRUtility
public IFRUtility()
convertIFRMethods
public static RAP.MethodSignature[] convertIFRMethods(Any[] IFRoperationList)
- Convert an operation list obtained from the CORBA IFR (an array of OperationDefs)
to a RAP Signature (an array of MethodSignatures).
fixRepositoryId
public static java.lang.String fixRepositoryId(String IFRid)
getMethodsFromIFR
public static org.omg.CORBA.Any[] getMethodsFromIFR(Object CORBAobject)
- Given a CORBA object, obtain the corresponding IFR object that is "contained"
in the Interface Repository. Then, get the list of operations for the IFR object.
getMethodsFromIFR
public static org.omg.CORBA.Any[] getMethodsFromIFR(String IFRid)
- Given the Interface RepositoryID of an object, obtain the corresponding
IFR object that is "contained" in the Interface Repository.
Then, get the list of operations for the IFR object.
All Packages Class Hierarchy This Package Previous Next Index