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
 java.lang.Class<T> getInterface()
          Gets the business interface class
 

Method Detail

getInterface

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



Copyright © 2008-2009 Seam Framework. All Rights Reserved.