org.jboss.weld.ejb.spi
Interface BusinessInterfaceDescriptor<T>

Type Parameters:
T -
All Known Implementing Classes:
ForwadingBusinessInterfaceDescriptor

public interface BusinessInterfaceDescriptor<T>

Represents the business interface of an EJB

Author:
Pete Muir

Method Summary
 Class<T> getInterface()
          Gets the business interface class
 

Method Detail

getInterface

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



Copyright © 2013 Seam Framework. All Rights Reserved.