Class OperationFactoryExt

java.lang.Object
com.sun.corba.ee.spi.orb.OperationFactoryExt

public class OperationFactoryExt extends 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.

  • Field Details

  • Constructor Details

    • OperationFactoryExt

      private OperationFactoryExt()
  • Method Details

    • convertAction

      public static Operation convertAction(Class<?> cls)