org.jboss.ejb3.proxy.impl.objectfactory.session.service
Class ServiceProxyObjectFactory

java.lang.Object
  extended by org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
      extended by org.jboss.ejb3.proxy.impl.objectfactory.Ejb3RegistrarProxyObjectFactory
          extended by org.jboss.ejb3.proxy.impl.objectfactory.session.service.ServiceProxyObjectFactory
All Implemented Interfaces:
Serializable, ObjectFactory

public class ServiceProxyObjectFactory
extends Ejb3RegistrarProxyObjectFactory

ServiceProxyObjectFactory A JNDI ObjectFactory responsible for returning the appropriate @Service Proxy upon lookup

Version:
$Revision: $
Author:
ALR
See Also:
Serialized Form

Constructor Summary
ServiceProxyObjectFactory()
           
 
Method Summary
protected  Object getProxy(ProxyFactory proxyFactory, Name name, Map<String,List<String>> referenceAddresses)
           
protected  Class<ServiceProxyFactory> getProxyFactoryClass()
          Obtains the type or supertype used by proxy factories for this Object Factory
 
Methods inherited from class org.jboss.ejb3.proxy.impl.objectfactory.ProxyObjectFactory
createProxyFactoryProxy, getObjectInstance, getSingleReferenceAddressValue, getSingleRequiredReferenceAddressValue, hasBusiness, hasLocalBusiness, hasRemoteBusiness, redefineProxyInTcl
 
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
 

Constructor Detail

ServiceProxyObjectFactory

public ServiceProxyObjectFactory()
Method Detail

getProxy

protected Object getProxy(ProxyFactory proxyFactory,
                          Name name,
                          Map<String,List<String>> referenceAddresses)
Specified by:
getProxy in class ProxyObjectFactory
Parameters:
proxyFactory - The ProxyFactory to use
name - The JNDI name looked up
referenceAddresses -

getProxyFactoryClass

protected Class<ServiceProxyFactory> getProxyFactoryClass()
Obtains the type or supertype used by proxy factories for this Object Factory

Specified by:
getProxyFactoryClass in class ProxyObjectFactory
Returns:


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.