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 "JAXWS/Tools API Catalog"

(New page: __NOTOC__ <h1>Overview</h1> This page enumerates the catalog of API that will be released in JAX-WS Tools 1.0. <h2>Provisional API</h2> <h3>Annotations Framework</h3> '''Plugin:''' org....)
 
m
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
 
 
 
<h1>Overview</h1>
 
<h1>Overview</h1>
 
This page enumerates the catalog of API that will be released in JAX-WS Tools 1.0.
 
This page enumerates the catalog of API that will be released in JAX-WS Tools 1.0.
Line 7: Line 5:
  
 
<h3>Annotations Framework</h3>
 
<h3>Annotations Framework</h3>
'''Plugin:''' org.eclipse.jst.ws.annotations.core
+
'''Plug-in:''' org.eclipse.jst.ws.annotations.core
  
 
'''Packages:''' org.eclipse.jst.ws.annotations.core.*
 
'''Packages:''' org.eclipse.jst.ws.annotations.core.*
Line 14: Line 12:
  
 
<h3>JDT and WSDL Utilities</h3>
 
<h3>JDT and WSDL Utilities</h3>
'''Plugin:''' org.eclipse.jst.ws.jaxws.core
+
'''Plug-in:''' org.eclipse.jst.ws.jaxws.core
  
 
'''Packages:''' org.eclipse.jst.ws.jaxws.core.utils
 
'''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.
 
'''Purpose:''' Provides utility classes for working with JDT IProject's, IType's and ICompilationUnit's and for readings and writing WSDL files.
 +
 +
<h3> Web Service Domain Object Model </h3>
 +
 +
'''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
 +
  
 
[[Category:Eclipse_Web_Tools_Platform_Project]]
 
[[Category:Eclipse_Web_Tools_Platform_Project]]
 
[[Category:JAXWS| ]]
 
[[Category:JAXWS| ]]
 
[[Category:WebServices| ]]
 
[[Category:WebServices| ]]

Latest revision as of 02:44, 1 October 2009

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