Adding an embedded model connector

To create an new embedded connector:

  1. Edit the plugin.xml file of the plugin which defines the metamodel you want to add a connector..
  2. Select the Extension tab.
  3. Expand the com.sodius.mdw.core.metamodel extension and select the metamodel node.
  4. Right-click New > modelReader or New > modelWriter.
  5. Enter the necessary information to declare the connector, as described in the com.sodius.mdw.core.metamodel extension point.
  6. Save the plugin.xml file.
  7. Define the connector implementation using a Java class.

Related reference
Connector XML file format