Interface MappingService
-
- All Superinterfaces:
org.mule.dx.platform.api.component.ComponentLifecycle,LanguageServerLifecycle,WeaveService
public interface MappingService extends WeaveService
This service should be injected and provides the capability of generating graphical model for a mapping.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MappingEditoropen(java.lang.String uri, java.util.ArrayList<java.lang.String> inputBindings)-
Methods inherited from interface org.mule.weave.extension.api.lifecycle.LanguageServerLifecycle
initialize, initialized, shutdown
-
Methods inherited from interface org.mule.weave.extension.api.services.WeaveService
start, stop
-
-
-
-
Method Detail
-
open
MappingEditor open(java.lang.String uri, java.util.ArrayList<java.lang.String> inputBindings) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-