Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

JAXWS/Tools API Catalog

< JAXWS
Revision as of 02:44, 1 October 2009 by Danail.branekov.sap.com (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Overview

This page enumerates the catalog of API that will be released in JAX-WS Tools 1.0.

Provisional API

Annotations Framework

Plug-in: org.eclipse.jst.ws.annotations.core

Packages: org.eclipse.jst.ws.annotations.core.*

Purpose: Provides a framework for creating, adding, editing and deleting annotations and their element-value pairs. Also provides base classes for use in annotation content assist and validation.

JDT and WSDL Utilities

Plug-in: org.eclipse.jst.ws.jaxws.core

Packages: org.eclipse.jst.ws.jaxws.core.utils

Purpose: Provides utility classes for working with JDT IProject's, IType's and ICompilationUnit's and for readings and writing WSDL files.

Web Service Domain Object Model

Plug-in: org.eclipse.jst.ws.jaxws.dom.runtime

Packages: org.eclipse.jst.ws.jaxws.dom.runtime.api

Purpose: Provides utilities for obtaining and modifying available web service model artifacts. Also defines the interface a web service model contributor should implement

Back to the top