public class JavaContentHandlerFactory extends Object implements ContentHandlerFactory
PARAM_RESTYPE| Constructor and Description |
|---|
JavaContentHandlerFactory() |
| Modifier and Type | Method and Description |
|---|---|
Object |
create(SmooksResourceConfiguration resourceConfig)
Create a Java based ContentHandler instance.
|
public Object create(SmooksResourceConfiguration resourceConfig) throws SmooksConfigurationException, InstantiationException
create in interface ContentHandlerFactoryresourceConfig - The SmooksResourceConfiguration for the Java ContentHandler
to be created.ContentHandler instance.SmooksConfigurationException - Successfully created ContentHandler, but an error occured during configuration.InstantiationException - Unable to create ContentHandler instance.Copyright © 2015. All rights reserved.