...
Info |
---|
A URL classloader is used to load classes in the mediator (class mediators are not deployed as OSGi bundles). Therefore, it is only possible to refer to the class mediator from artifacts packed in the same CAR file in which the class mediator is packed. Accessing the class mediator from an artifact packed in another CAR file is not possible. However, it is possible to refer to the class mediator from a sequence packed in the same CAR file and call that sequence from any other artifact packed in other CAR files. |
Anchor | ||||
---|---|---|---|---|
|
Follow these steps to create a new mediator. Alternatively, you can import a mediator project.
...
The mediator project is created in the workspace location you specified with a new mediator class that extends org.apache.synapse.mediators.AbstractMediator
.
Anchor | ||||
---|---|---|---|---|
|
Follow these steps to import an existing mediator project into an EI Config project. Alternatively, you can create a new mediator project.
...