Class ServiceInterfaceGenerator

  • All Implemented Interfaces:
    ClassGeneratorFactory

    public class ServiceInterfaceGenerator
    extends Generator
    This class is responsible for generating the SEI when it is not packaged by the application.
    Author:
    Jerome Dochez
    • Constructor Detail

      • ServiceInterfaceGenerator

        public ServiceInterfaceGenerator​(Class<?> ejbClass)
        Construct the Wrapper generator with the specified deployment descriptor and class loader.
    • Method Detail

      • getGeneratedClassName

        public String getGeneratedClassName()
        Get the fully qualified name of the generated class.

        Note: the remote/local implementation class is in the same package as the bean class, NOT the remote/local interface.

        Returns:
        the name of the generated class.
      • evaluate

        public void evaluate()
        Description copied from interface: ClassGeneratorFactory
        Calls Wrapper methods to configure the class definition.