public class HessianConfig extends Object
Constructor and Description |
---|
HessianConfig() |
Modifier and Type | Method and Description |
---|---|
static com.caucho.hessian.io.SerializerFactory |
createFactory(String[] factoryNames,
EntityResolver resolver)
Creates a Hessian SerializerFactory configured with zero or more
AbstractSerializerFactory extensions.
|
public static com.caucho.hessian.io.SerializerFactory createFactory(String[] factoryNames, EntityResolver resolver)
factoryNames
- an array of factory class names. Each class must be a concrete
subclass of com.caucho.hessian.io.AbstractSerializerFactory
and have a default constructor.resolver
- if not null, EntityResolver will be injected into all factories
that implement setEntityResolver(EntityResolver) method.Copyright © 2001–2015 Apache Cayenne. All rights reserved.