Package com.sun.corba.ee.spi.orb
Class OperationFactoryExt
- java.lang.Object
-
- com.sun.corba.ee.spi.orb.OperationFactoryExt
-
public class OperationFactoryExt extends java.lang.Object
Provides an extension to the OperationFactory for convertAction( Class ), which takes a Class with a constructor that takes a String as an argument. It uses the constructor to create an instance of the Class from its argument.This is split off here to avoid problems with the build depending on the version of OperationFactory that is in Java SE 5.0.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static class
OperationFactoryExt.ConvertAction
-
Field Summary
Fields Modifier and Type Field Description private static ORBUtilSystemException
wrapper
-
Constructor Summary
Constructors Modifier Constructor Description private
OperationFactoryExt()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Operation
convertAction(java.lang.Class<?> cls)
-
-
-
Field Detail
-
wrapper
private static final ORBUtilSystemException wrapper
-
-
Method Detail
-
convertAction
public static Operation convertAction(java.lang.Class<?> cls)
-
-