public abstract class BindyAbstractDataFormat
extends org.apache.camel.support.ServiceSupport
implements org.apache.camel.spi.DataFormat, org.apache.camel.spi.DataFormatName
| Modifier | Constructor and Description |
|---|---|
|
BindyAbstractDataFormat() |
protected |
BindyAbstractDataFormat(Class<?> classType) |
| Modifier and Type | Method and Description |
|---|---|
protected abstract BindyAbstractFactory |
createModelFactory() |
protected void |
doStart() |
protected void |
doStop() |
protected Object |
extractUnmarshalResult(List<Map<String,Object>> models) |
Class<?> |
getClassType() |
BindyAbstractFactory |
getFactory() |
String |
getLocale() |
void |
setClassType(Class<?> classType) |
void |
setLocale(String locale) |
void |
setModelFactory(BindyAbstractFactory modelFactory) |
doResume, doShutdown, doSuspend, getStatus, getVersion, isRunAllowed, isStarted, isStarting, isStopped, isStopping, isStoppingOrStopped, isSuspended, isSuspending, isSuspendingOrSuspended, resume, shutdown, start, stop, suspendpublic BindyAbstractDataFormat()
protected BindyAbstractDataFormat(Class<?> classType)
public Class<?> getClassType()
public void setClassType(Class<?> classType)
public String getLocale()
public void setLocale(String locale)
public BindyAbstractFactory getFactory() throws Exception
Exceptionpublic void setModelFactory(BindyAbstractFactory modelFactory)
protected abstract BindyAbstractFactory createModelFactory() throws Exception
Exceptionprotected void doStart()
throws Exception
doStart in class org.apache.camel.support.ServiceSupportExceptionApache Camel