|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--codec.orb.Repository
Class containing static methods for all necessary operations with Interface Repository.
Constructor Summary | |
Repository()
|
Method Summary | |
static org.omg.CORBA.AttributeDef |
getAttributeDef(java.lang.String[] nameScope)
Obtain description of attribute from Interface Repository for a given get/set operation name scope corresponding to the attribute. |
static org.omg.CORBA.ExceptionDef |
getExceptionDef(java.lang.String id)
Obtain description of exception from Interface Repository for a given Repository ID. |
static org.omg.CORBA.OperationDef |
getOperationDef(java.lang.String[] nameScope)
Obtain description of operation from Interface Repository for a given operation name scope. |
Methods inherited from class java.lang.Object |
|
Constructor Detail |
public Repository()
Method Detail |
public static org.omg.CORBA.OperationDef getOperationDef(java.lang.String[] nameScope)
null
in case operation does not exist.public static org.omg.CORBA.AttributeDef getAttributeDef(java.lang.String[] nameScope)
null
in case attribute does not exist.public static org.omg.CORBA.ExceptionDef getExceptionDef(java.lang.String id)
null
in case exception does not exist.
|
Calypso Gateway v1.0 | ||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |