T - the type of the object to be created, which should be an AnnotatedObject.public interface AnnotatedObjectFactory<T> extends ObjectFactory<T>, org.mule.runtime.api.meta.AnnotatedObject
AnnotatedObjects.
Implementations should extend AbstractAnnotatedObjectFactory.| Modifier and Type | Method and Description |
|---|---|
T |
doGetObject()
Method to be implemented instead of
ObjectFactory.getObject(). |
getObjectT doGetObject() throws Exception
ObjectFactory.getObject().Exception - if any failure occurs building the objectCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.