org.jboss.errai.container
Class ErraiServiceObjectFactory

java.lang.Object
  extended by org.jboss.errai.container.ErraiServiceObjectFactory
All Implemented Interfaces:
ObjectFactory

public class ErraiServiceObjectFactory
extends Object
implements ObjectFactory

Author:
Mike Brock

Constructor Summary
ErraiServiceObjectFactory()
           
 
Method Summary
 Object getObjectInstance(Object o, Name name, Context context, Hashtable<?,?> hashtable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ErraiServiceObjectFactory

public ErraiServiceObjectFactory()
Method Detail

getObjectInstance

public Object getObjectInstance(Object o,
                                Name name,
                                Context context,
                                Hashtable<?,?> hashtable)
                         throws Exception
Specified by:
getObjectInstance in interface ObjectFactory
Throws:
Exception


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