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
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.Copyright © 2020. All rights reserved.