Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Servus API"

(New page: This document details Servus' API. First, we give an overview of the plugins implemented by Servus, and then we detail the important abstractions of the plugins. =Plugins= Servus plugins...)
(No difference)

Revision as of 12:09, 27 August 2008

This document details Servus' API. First, we give an overview of the plugins implemented by Servus, and then we detail the important abstractions of the plugins.

Plugins

Servus plugins use the package org.eclipse.emf.servus. We will omit this part of the package names for brevity. The exception is the core package, which has exactly this signature, and will be therefore referenced by Core.

Main Plugins

metamodel Core

Support Plugins

app app.tests samples rule

WSDLv1 Plugins

wsdlv1 wsdlv1.wsdl2servus wsdlv1.servus2wsdl

JAX-WS Plugins

jaxws

GUI Plugins

metamodel.edit metamodel.editor

Profile Plugins

profile profile.servus2ecore

Back to the top