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 Summary

    Modifier and Type
    Method
    Description
    Gets the business interface class
  • Method Details

    • getInterface

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