T - the type of the object to be created, which should be an Component.public abstract class AbstractComponentFactory<T> extends org.mule.runtime.api.component.AbstractComponent implements ComponentFactory<T>
ComponentFactory that handles all annotation related behavior including
ObjectFactory.getObject().| Constructor and Description |
|---|
AbstractComponentFactory() |
| Modifier and Type | Method and Description |
|---|---|
abstract T |
doGetObject()
Method to be implemented instead of
ObjectFactory.getObject(). |
T |
getObject() |
getAnnotation, getAnnotations, getDslSource, getIdentifier, getLocation, getRepresentation, getRootContainerLocation, initRootContainerName, setAnnotationspublic abstract T doGetObject() throws Exception
ObjectFactory.getObject().Exception - if any failure occurs building the objectCopyright © 2022 MuleSoft, Inc.. All rights reserved.