org.jboss.ejb3.proxy.impl.factory.session
Interface SessionProxyFactory

All Superinterfaces:
ProxyFactory
All Known Subinterfaces:
ServiceProxyFactory, SessionSpecProxyFactory, StatefulSessionProxyFactory
All Known Implementing Classes:
ServiceLocalProxyFactory, ServiceProxyFactoryBase, ServiceRemoteProxyFactory, SessionProxyFactoryBase, StatefulSessionLocalProxyFactory, StatefulSessionProxyFactoryBase, StatefulSessionRemoteProxyFactory, StatelessSessionLocalProxyFactory, StatelessSessionProxyFactoryBase, StatelessSessionRemoteProxyFactory

public interface SessionProxyFactory
extends ProxyFactory

SessionProxyFactory Contract for a Proxy Factory responsible for creation of both EJB3 and EJB2.x Session Bean Proxies


Method Summary
 java.lang.Object createProxyDefault()
          Create an EJB3 Business proxy with no specific target business interface.
 
Methods inherited from interface org.jboss.ejb3.proxy.impl.factory.ProxyFactory
getName, start, stop
 

Method Detail

createProxyDefault

java.lang.Object createProxyDefault()
Create an EJB3 Business proxy with no specific target business interface. The returned proxy will implement all appropriate business interfaces. Additionally, if the Home interface is bound alongside the Default (same JNDI Name), this Proxy will implement the Home interface as well.

Returns: