1 10 11 package org.mule.umo.lifecycle; 12 13 import org.mule.umo.UMODescriptor; 14 import org.mule.umo.UMOException; 15 import org.mule.umo.model.UMOEntryPointResolver; 16 17 24 public interface UMOLifecycleAdapterFactory 25 { 26 UMOLifecycleAdapter create(Object component, UMODescriptor descriptor, UMOEntryPointResolver resolver) 27 throws UMOException; 28 } 29 | Popular Tags |