Class JavaBeanObjectFactory
java.lang.Object
com.mchange.v2.naming.JavaBeanObjectFactory
- All Implemented Interfaces:
ObjectFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ObjectcreateBlankInstance(Class beanClass) protected voiddangerousDeserializeBinaryRefAddressContent(String propertyName, Map out, byte[] content) protected ObjectgetObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable env) protected voidhandleDeserializeBinaryRefAddressContent(String propertyName, Map out, byte[] content) voidsetConfigFinder(CurrentConfigFinder cfgFinder) void
-
Constructor Details
-
JavaBeanObjectFactory
public JavaBeanObjectFactory()
-
-
Method Details
-
setReferencePropertyOverrider
-
getReferencePropertyOverrider
-
setConfigFinder
-
getConfigFinder
-
getObjectInstance
public Object getObjectInstance(Object refObj, Name name, Context nameCtx, Hashtable env) throws Exception - Specified by:
getObjectInstancein interfaceObjectFactory- Throws:
Exception
-
handleDeserializeBinaryRefAddressContent
protected void handleDeserializeBinaryRefAddressContent(String propertyName, Map out, byte[] content) throws ClassNotFoundException, IOException - Throws:
ClassNotFoundExceptionIOException
-
dangerousDeserializeBinaryRefAddressContent
protected void dangerousDeserializeBinaryRefAddressContent(String propertyName, Map out, byte[] content) throws ClassNotFoundException, IOException - Throws:
ClassNotFoundExceptionIOException
-
createBlankInstance
-
findBean
-