cn.com.believer.songyuanframework.openapi.storage.box.factories
Class BaseBoxFactory

java.lang.Object
  extended by cn.com.believer.songyuanframework.openapi.storage.box.factories.BaseBoxFactory
Direct Known Subclasses:
BoxObjectFactory, BoxRequestFactory, BoxResponseFactory

public class BaseBoxFactory
extends java.lang.Object

Author:
Jimmy

Field Summary
protected static Logger LOGGER
          log4j object.
 
Constructor Summary
BaseBoxFactory()
           
 
Method Summary
protected static java.lang.Object newInstanceOf(java.lang.String interfaceKey)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

LOGGER

protected static final Logger LOGGER
log4j object.

Constructor Detail

BaseBoxFactory

public BaseBoxFactory()
Method Detail

newInstanceOf

protected static java.lang.Object newInstanceOf(java.lang.String interfaceKey)
Parameters:
interfaceKey - interface key
Returns:
implement object