org.jboss.ejb3.proxy.impl.objectfactory.session.service
Class ServiceProxyObjectFactory
java.lang.Object
org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
org.jboss.ejb3.proxy.impl.objectfactory.Ejb3RegistrarProxyObjectFactory
org.jboss.ejb3.proxy.impl.objectfactory.session.service.ServiceProxyObjectFactory
- All Implemented Interfaces:
- java.io.Serializable, javax.naming.spi.ObjectFactory
public class ServiceProxyObjectFactory
- extends Ejb3RegistrarProxyObjectFactory
ServiceProxyObjectFactory
A JNDI ObjectFactory responsible for returning the
appropriate @Service Proxy upon lookup
- See Also:
- Serialized Form
|
Method Summary |
protected java.lang.Object |
getProxy(ProxyFactory proxyFactory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> referenceAddresses)
|
protected java.lang.Class<ServiceProxyFactory> |
getProxyFactoryClass()
Obtains the type or supertype used by proxy factories for this Object Factory |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.naming.spi.ObjectFactory |
getObjectInstance |
ServiceProxyObjectFactory
public ServiceProxyObjectFactory()
getProxy
protected java.lang.Object getProxy(ProxyFactory proxyFactory,
javax.naming.Name name,
java.util.Map<java.lang.String,java.util.List<java.lang.String>> referenceAddresses)
- Specified by:
getProxy in class ProxyObjectFactory
- Parameters:
proxyFactory - The ProxyFactory to usename - The JNDI name looked upreferenceAddresses -
getProxyFactoryClass
protected java.lang.Class<ServiceProxyFactory> getProxyFactoryClass()
- Obtains the type or supertype used by proxy factories for this Object Factory
- Specified by:
getProxyFactoryClass in class ProxyObjectFactory
- Returns: