...
| Tip |
|---|
Alternatively, you can import a mediator project. To do this, open the WSO2 EI Tooling environment, click File, and then click Import. Next, select Existing WSO2 Projects into workspace under the WSO2 category, click Next and upload the pre-packaged project. |
- Open the Developer Studio Dashboard (click Developer Studio > Open Dashboard) and click Miscellaneous -> Create Mediator Project in the Enterprise Service Bus area.
- Leave the first option selected and click Next. The New Mediator Creation Wizard appears.
- Do the following:
- Enter Type a unique name for the project.
- Specify the package and class names you are creating.
- Optionally specify the location where you want to save the project (or leave the default location specified).
- Optionally specify the working set, if any, that you want to include in this project.
- A Maven POM file will be generated automatically for this project. If you want to include parent POM information in the file from another project in this workspace, click Next, click the Specify Parent from Workspace check box, and then select the parent project.
- Click Finish.
...
Follow the steps below to import a Java mediator project (that includes a Java class, which extends the org.apache.synapse.mediators.AbstractMediator class) to WSO2 Developer Studio.
- Open the Developer Studio Dashboard (click Developer Studio > Open Dashboard) and click Miscellaneous -> Create Mediator Project in the Enterprise Service Bus area.
- Select Import From Workspace and click Next.
- Specify the mediator project in this workspace that you want to import. Only projects with source files that extend
org.apache.synapse.mediators.AbstractMediatorare listed. Optionally, you can change the location where the mediator project will be created and add it to working sets. - Click Finish.
...
| Info |
|---|
The mediator projects you create using WOS2 Developer Studio are of the
|




