public abstract class AbstractJsseUtilFactoryBean<T> extends AbstractCamelFactoryBean<T>
| Constructor and Description |
|---|
AbstractJsseUtilFactoryBean() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
getObject() |
abstract Class<? extends T> |
getObjectType() |
boolean |
isSingleton() |
afterPropertiesSet, destroy, discoverDefaultCamelContext, getCamelContext, getCamelContextId, getCamelContextWithId, getCustomId, setCamelContext, setCamelContextId, setCustomIdpublic abstract T getObject() throws Exception
getObject in class AbstractCamelFactoryBean<T>Exceptionpublic boolean isSingleton()
isSingleton in class AbstractCamelFactoryBean<T>public abstract Class<? extends T> getObjectType()
getObjectType in class AbstractCamelFactoryBean<T>Apache Camel