Interface BusinessInterfaceDescriptor<T>

  • Type Parameters:
    T - the type of the business interface
    All Known Implementing Classes:
    ForwadingBusinessInterfaceDescriptor

    public interface BusinessInterfaceDescriptor<T>
    Represents the business interface of an EJB
    Author:
    Pete Muir
    • Method Detail

      • getInterface

        Class<T> getInterface()
        Gets the business interface class
        Returns:
        the business interface class