org.jboss.ejb3.proxy.factory.service
Interface ServiceProxyFactory

All Superinterfaces:
ProxyFactory

public interface ServiceProxyFactory
extends ProxyFactory

ServiceProxyFactory Defines functions required of a Proxy Factory responsible for generating Proxies to JBoss EJB3 JMX Service Beans


Method Summary
 java.lang.Object createProxy()
          Create a JBoss Service EJB3 proxy implementing all appropriate business interfaces.
 
Methods inherited from interface org.jboss.ejb3.proxy.factory.ProxyFactory
getName, start, stop
 

Method Detail

createProxy

java.lang.Object createProxy()
Create a JBoss Service EJB3 proxy implementing all appropriate business interfaces.

Returns: