net.sf.oxclient.factory
Class DefaultBeanFactory

java.lang.Object
  extended by net.sf.oxclient.factory.DefaultBeanFactory
All Implemented Interfaces:
IBeanFactory

@Guarded
public class DefaultBeanFactory
extends Object
implements IBeanFactory

Author:
Björn Voß

Constructor Summary
DefaultBeanFactory()
           
 
Method Summary
<E> E
createNewInstance(Class<E> clazz)
          Create a instances of the given class.
 void setSpecialMap(Map<Class<?>,Class<?>> specialMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBeanFactory

public DefaultBeanFactory()
Method Detail

createNewInstance

public <E> E createNewInstance(@NotNull
                               Class<E> clazz)
Description copied from interface: IBeanFactory
Create a instances of the given class.
Implementations may set default properties. Object instances returned by this method are ready to use and will be filled with values from Open-Xchange™ through the HTTP-API.

Specified by:
createNewInstance in interface IBeanFactory
Returns:
object instance

setSpecialMap

public void setSpecialMap(Map<Class<?>,Class<?>> specialMap)


Copyright © 2007. All Rights Reserved.