explicitly call out those extensions which contain Extension Developers' SPI and those extensions which have a special relationship

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@939277 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
kelvingoodson 2010-04-29 11:26:29 +00:00
parent 0eaef67cc8
commit 84598d687b
6 changed files with 49 additions and 0 deletions

View file

@ -30,6 +30,7 @@ import org.apache.tuscany.sca.assembly.Implementation;
* An extension point for Composite builders.
*
* @version $Rev$ $Date$
* @tuscany.spi.extension.asclient
*/
public interface BuilderExtensionPoint {

View file

@ -22,6 +22,7 @@ package org.apache.tuscany.sca.contribution.processor;
* An extension point for StAX artifact processors.
*
* @version $Rev$ $Date$
* @tuscany.spi.extension.asclient
*/
public interface StAXArtifactProcessorExtensionPoint {
/**

View file

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body>
Base Package for the JAXB databinding extension.
Whilst this package and its subpackages are not currently deemed to represent extension developers SPI, this extension has a special relationship with binding-atom-runtime. binding-atom-runtime can be viewed as a specialization of binding.http.
</body>
</html>

View file

@ -0,0 +1,11 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body>
Base Package for the implementation.java extension.
Whilst this package and its subpackages are not currently deemed to represent extension developers SPI, this extension has a special relationship with implementation.spring. Implementation.spring can be viewed as an extension of implementation.java.
</body>
</html>

View file

@ -0,0 +1,12 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body>
The Tuscany Java Interface Extension
@tuscany.spi.extension
</body>
</html>

View file

@ -0,0 +1,13 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
</head>
<body>
The Service Component Architecture WSDL Interface extension.
@tuscany.spi.extension
</body>
</html>