org.jboss.ejb3.core.proxy.spi
Interface RemoteProxyFactory

All Known Subinterfaces:
EJB2RemoteProxyFactory

public interface RemoteProxyFactory

Create a remote proxy for the given id.


Method Summary
 java.lang.Object create(java.io.Serializable id)
           
 

Method Detail

create

java.lang.Object create(java.io.Serializable id)