From 31d794be59cb2d1bf264df79f471b0c8d5f5a457 Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:40:26 +0000 Subject: Moving to site trunk git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882841 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/contribution/jee/AssemblyHelper.html | 514 +++++++++++++++++++++ .../sca/contribution/jee/EJBModuleProcessor.html | 313 +++++++++++++ .../jee/JavaEEApplicationProcessor.html | 269 +++++++++++ .../sca/contribution/jee/JavaEEModuleHelper.html | 253 ++++++++++ .../sca/contribution/jee/WebModuleProcessor.html | 291 ++++++++++++ .../jee/impl/EarContributionProcessor.html | 331 +++++++++++++ .../jee/impl/WarContributionProcessor.html | 283 ++++++++++++ .../sca/contribution/jee/impl/package-frame.html | 34 ++ .../sca/contribution/jee/impl/package-summary.html | 159 +++++++ .../sca/contribution/jee/impl/package-tree.html | 156 +++++++ .../sca/contribution/jee/package-frame.html | 40 ++ .../sca/contribution/jee/package-summary.html | 171 +++++++ .../tuscany/sca/contribution/jee/package-tree.html | 151 ++++++ 13 files changed, 2965 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/AssemblyHelper.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/EJBModuleProcessor.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/JavaEEApplicationProcessor.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/WebModuleProcessor.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/EarContributionProcessor.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/WarContributionProcessor.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-frame.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-summary.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-tree.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-frame.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-summary.html create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-tree.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/AssemblyHelper.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/AssemblyHelper.html new file mode 100644 index 0000000000..98934c8bb6 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/AssemblyHelper.html @@ -0,0 +1,514 @@ + + + + + + +AssemblyHelper + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.jee +
+Class AssemblyHelper

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.contribution.jee.AssemblyHelper
+
+
+
+
public class AssemblyHelper
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.util.Map<java.lang.String,javax.xml.namespace.QName>ALLOWED_ENV_ENTRY_TYPES + +
+           
+static IntentCONVERSATIONAL_INTENT + +
+           
+static IntentEJB_INTENT + +
+           
+  + + + + + + + + + + + + + +
+Constructor Summary
AssemblyHelper() + +
+           
AssemblyHelper(AssemblyFactory af, + JavaInterfaceFactory jif) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentcreateComponent() + +
+           
+ ComponentcreateComponentFromComponentType(ComponentType componentType, + java.lang.String componentName) + +
+           
+ ComponentPropertycreateComponentProperty() + +
+           
+ ComponentReferencecreateComponentReference() + +
+           
+ ComponentServicecreateComponentService() + +
+           
+ ComponentTypecreateComponentType() + +
+           
+ CompositecreateComposite() + +
+           
+ CompositeReferencecreateCompositeReference() + +
+           
+ CompositeServicecreateCompositeService() + +
+           
+ JavaInterfaceContractcreateInterfaceContract(java.lang.Class<?> clazz) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Field Detail
+ +

+ALLOWED_ENV_ENTRY_TYPES

+
+public static final java.util.Map<java.lang.String,javax.xml.namespace.QName> ALLOWED_ENV_ENTRY_TYPES
+
+
+
+
+
+ +

+CONVERSATIONAL_INTENT

+
+public static final Intent CONVERSATIONAL_INTENT
+
+
+
+
+
+ +

+EJB_INTENT

+
+public static final Intent EJB_INTENT
+
+
+
+
+ + + + + + + + +
+Constructor Detail
+ +

+AssemblyHelper

+
+public AssemblyHelper()
+
+
+
+ +

+AssemblyHelper

+
+public AssemblyHelper(AssemblyFactory af,
+                      JavaInterfaceFactory jif)
+
+
+ + + + + + + + +
+Method Detail
+ +

+createInterfaceContract

+
+public JavaInterfaceContract createInterfaceContract(java.lang.Class<?> clazz)
+                                              throws InvalidInterfaceException
+
+
+ +
Throws: +
InvalidInterfaceException
+
+
+
+ +

+createComponentService

+
+public ComponentService createComponentService()
+
+
+
+
+
+
+ +

+createComponentReference

+
+public ComponentReference createComponentReference()
+
+
+
+
+
+
+ +

+createComponentProperty

+
+public ComponentProperty createComponentProperty()
+
+
+
+
+
+
+ +

+createComponentType

+
+public ComponentType createComponentType()
+
+
+
+
+
+
+ +

+createComponentFromComponentType

+
+public Component createComponentFromComponentType(ComponentType componentType,
+                                                  java.lang.String componentName)
+
+
+
+
+
+
+ +

+createComposite

+
+public Composite createComposite()
+
+
+
+
+
+
+ +

+createComponent

+
+public Component createComponent()
+
+
+
+
+
+
+ +

+createCompositeReference

+
+public CompositeReference createCompositeReference()
+
+
+
+
+
+
+ +

+createCompositeService

+
+public CompositeService createCompositeService()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/EJBModuleProcessor.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/EJBModuleProcessor.html new file mode 100644 index 0000000000..114300f5b8 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/EJBModuleProcessor.html @@ -0,0 +1,313 @@ + + + + + + +EJBModuleProcessor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.jee +
+Class EJBModuleProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.contribution.jee.EJBModuleProcessor
+
+
+
+
public class EJBModuleProcessor
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
EJBModuleProcessor(EjbModule ejbModule) + +
+           
EJBModuleProcessor(EjbModule ejbModule, + AssemblyHelper helper) + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentTypegetEjbAppComponentType() + +
+           
+ CompositegetEjbAppComposite() + +
+           
+ java.util.Map<java.lang.String,ComponentType>getEjbComponentTypes() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EJBModuleProcessor

+
+public EJBModuleProcessor(EjbModule ejbModule,
+                          AssemblyHelper helper)
+
+
+
+ +

+EJBModuleProcessor

+
+public EJBModuleProcessor(EjbModule ejbModule)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getEjbComponentTypes

+
+public java.util.Map<java.lang.String,ComponentType> getEjbComponentTypes()
+                                                                   throws ContributionException
+
+
+ +
Throws: +
ContributionException
+
+
+
+ +

+getEjbAppComponentType

+
+public ComponentType getEjbAppComponentType()
+                                     throws ContributionException
+
+
+ +
Throws: +
ContributionException
+
+
+
+ +

+getEjbAppComposite

+
+public Composite getEjbAppComposite()
+                             throws ContributionException
+
+
+ +
Throws: +
ContributionException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/JavaEEApplicationProcessor.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/JavaEEApplicationProcessor.html new file mode 100644 index 0000000000..83fe897848 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/JavaEEApplicationProcessor.html @@ -0,0 +1,269 @@ + + + + + + +JavaEEApplicationProcessor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.jee +
+Class JavaEEApplicationProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.contribution.jee.JavaEEApplicationProcessor
+
+
+
+
public class JavaEEApplicationProcessor
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
JavaEEApplicationProcessor(AppModule module) + +
+           
JavaEEApplicationProcessor(AppModule appModule, + AssemblyHelper helper) + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ ComponentTypegetJavaEEAppComponentType() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+JavaEEApplicationProcessor

+
+public JavaEEApplicationProcessor(AppModule appModule,
+                                  AssemblyHelper helper)
+
+
+
+ +

+JavaEEApplicationProcessor

+
+public JavaEEApplicationProcessor(AppModule module)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getJavaEEAppComponentType

+
+public ComponentType getJavaEEAppComponentType()
+                                        throws ContributionException
+
+
+ +
Throws: +
ContributionException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.html new file mode 100644 index 0000000000..8c0a3fba44 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/JavaEEModuleHelper.html @@ -0,0 +1,253 @@ + + + + + + +JavaEEModuleHelper + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.jee +
+Class JavaEEModuleHelper

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.contribution.jee.JavaEEModuleHelper
+
+
+
+
public class JavaEEModuleHelper
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
JavaEEModuleHelper() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ AppModulegetMetadataCompleteModules(java.lang.String jarFilePath) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+JavaEEModuleHelper

+
+public JavaEEModuleHelper()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getMetadataCompleteModules

+
+public AppModule getMetadataCompleteModules(java.lang.String jarFilePath)
+                                     throws ContributionException
+
+
+ +
Throws: +
ContributionException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/WebModuleProcessor.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/WebModuleProcessor.html new file mode 100644 index 0000000000..dc1a7d4f21 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/WebModuleProcessor.html @@ -0,0 +1,291 @@ + + + + + + +WebModuleProcessor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.jee +
+Class WebModuleProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.contribution.jee.WebModuleProcessor
+
+
+
+
public class WebModuleProcessor
extends java.lang.Object
+ + +

+


+ +

+ + + + + + + + + + + + + + +
+Constructor Summary
WebModuleProcessor(WebModule module) + +
+           
WebModuleProcessor(WebModule webModule, + AssemblyHelper helper) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ ComponentTypegetWebAppComponentType() + +
+           
+ CompositegetWebAppComposite() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WebModuleProcessor

+
+public WebModuleProcessor(WebModule webModule,
+                          AssemblyHelper helper)
+
+
+
+ +

+WebModuleProcessor

+
+public WebModuleProcessor(WebModule module)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getWebAppComponentType

+
+public ComponentType getWebAppComponentType()
+                                     throws ContributionException
+
+
+ +
Throws: +
ContributionException
+
+
+
+ +

+getWebAppComposite

+
+public Composite getWebAppComposite()
+                             throws ContributionException
+
+
+ +
Throws: +
ContributionException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/EarContributionProcessor.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/EarContributionProcessor.html new file mode 100644 index 0000000000..dcc1507177 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/EarContributionProcessor.html @@ -0,0 +1,331 @@ + + + + + + +EarContributionProcessor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.jee.impl +
+Class EarContributionProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.contribution.jee.impl.EarContributionProcessor
+
+
+
All Implemented Interfaces:
PackageProcessor
+
+
+
+
public class EarContributionProcessor
extends java.lang.Object
implements PackageProcessor
+ + +

+Ear Contribution package processor. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
EarContributionProcessor() + +
+           
+  + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.util.List<java.net.URI>getArtifacts(java.net.URL packageSourceURL, + java.io.InputStream inputStream) + +
+          Returns a list of artifacts in the contribution.
+ java.net.URLgetArtifactURL(java.net.URL packageSourceURL, + java.net.URI artifact) + +
+          Return the URL for an artifact in the package.
+ java.lang.StringgetPackageType() + +
+          Returns the type of package supported by this package processor.
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+EarContributionProcessor

+
+public EarContributionProcessor()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getArtifactURL

+
+public java.net.URL getArtifactURL(java.net.URL packageSourceURL,
+                                   java.net.URI artifact)
+                            throws java.net.MalformedURLException
+
+
Description copied from interface: PackageProcessor
+
Return the URL for an artifact in the package. + + This is needed for archives such as jar files that have specific URL schemes + for the artifacts they contain. +

+

+
Specified by:
getArtifactURL in interface PackageProcessor
+
+
+
Parameters:
packageSourceURL - Contribution package location URL
artifact - The relative URI for the artifact +
Returns:
The artifact URL +
Throws: +
java.net.MalformedURLException
+
+
+
+ +

+getArtifacts

+
+public java.util.List<java.net.URI> getArtifacts(java.net.URL packageSourceURL,
+                                                 java.io.InputStream inputStream)
+                                          throws ContributionException,
+                                                 java.io.IOException
+
+
Description copied from interface: PackageProcessor
+
Returns a list of artifacts in the contribution. +

+

+
Specified by:
getArtifacts in interface PackageProcessor
+
+
+
Parameters:
packageSourceURL - Contribution package location URL
inputStream - Optional content of the package +
Returns:
List of artifact URIs +
Throws: +
ContributionException +
java.io.IOException
+
+
+
+ +

+getPackageType

+
+public java.lang.String getPackageType()
+
+
Description copied from interface: PackageProcessor
+
Returns the type of package supported by this package processor. +

+

+
Specified by:
getPackageType in interface PackageProcessor
+
+
+ +
Returns:
the package type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/WarContributionProcessor.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/WarContributionProcessor.html new file mode 100644 index 0000000000..1b33498f4e --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/WarContributionProcessor.html @@ -0,0 +1,283 @@ + + + + + + +WarContributionProcessor + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.contribution.jee.impl +
+Class WarContributionProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.contribution.processor.impl.JarContributionProcessor
+      extended by org.apache.tuscany.sca.contribution.jee.impl.WarContributionProcessor
+
+
+
All Implemented Interfaces:
PackageProcessor
+
+
+
+
public class WarContributionProcessor
extends JarContributionProcessor
implements PackageProcessor
+ + +

+War Contribution package processor. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
WarContributionProcessor() + +
+           
+  + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetPackageType() + +
+          Returns the type of package supported by this package processor.
+ + + + + + + +
Methods inherited from class org.apache.tuscany.sca.contribution.processor.impl.JarContributionProcessor
getArtifacts, getArtifactURL
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+ + + + + + + +
Methods inherited from interface org.apache.tuscany.sca.contribution.processor.PackageProcessor
getArtifacts, getArtifactURL
+  +

+ + + + + + + + +
+Constructor Detail
+ +

+WarContributionProcessor

+
+public WarContributionProcessor()
+
+
+ + + + + + + + +
+Method Detail
+ +

+getPackageType

+
+public java.lang.String getPackageType()
+
+
Description copied from interface: PackageProcessor
+
Returns the type of package supported by this package processor. +

+

+
Specified by:
getPackageType in interface PackageProcessor
Overrides:
getPackageType in class JarContributionProcessor
+
+
+ +
Returns:
the package type
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-frame.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-frame.html new file mode 100644 index 0000000000..b9fc85e8ed --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-frame.html @@ -0,0 +1,34 @@ + + + + + + +org.apache.tuscany.sca.contribution.jee.impl + + + + + + + + + + + +org.apache.tuscany.sca.contribution.jee.impl + + + + +
+Classes  + +
+EarContributionProcessor +
+WarContributionProcessor
+ + + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-summary.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-summary.html new file mode 100644 index 0000000000..7586ed3981 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-summary.html @@ -0,0 +1,159 @@ + + + + + + +org.apache.tuscany.sca.contribution.jee.impl + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.tuscany.sca.contribution.jee.impl +

+ + + + + + + + + + + + + +
+Class Summary
EarContributionProcessorEar Contribution package processor.
WarContributionProcessorWar Contribution package processor.
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-tree.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-tree.html new file mode 100644 index 0000000000..bbc5a24197 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/impl/package-tree.html @@ -0,0 +1,156 @@ + + + + + + +org.apache.tuscany.sca.contribution.jee.impl Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.sca.contribution.jee.impl +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-frame.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-frame.html new file mode 100644 index 0000000000..6741745304 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-frame.html @@ -0,0 +1,40 @@ + + + + + + +org.apache.tuscany.sca.contribution.jee + + + + + + + + + + + +org.apache.tuscany.sca.contribution.jee + + + + +
+Classes  + +
+AssemblyHelper +
+EJBModuleProcessor +
+JavaEEApplicationProcessor +
+JavaEEModuleHelper +
+WebModuleProcessor
+ + + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-summary.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-summary.html new file mode 100644 index 0000000000..4431c4e9df --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-summary.html @@ -0,0 +1,171 @@ + + + + + + +org.apache.tuscany.sca.contribution.jee + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.tuscany.sca.contribution.jee +

+ + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
AssemblyHelper 
EJBModuleProcessor 
JavaEEApplicationProcessor 
JavaEEModuleHelper 
WebModuleProcessor 
+  + +

+

+
+
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-tree.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-tree.html new file mode 100644 index 0000000000..ba22ec2547 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/contribution/jee/package-tree.html @@ -0,0 +1,151 @@ + + + + + + +org.apache.tuscany.sca.contribution.jee Class Hierarchy + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+
+

+Hierarchy For Package org.apache.tuscany.sca.contribution.jee +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + -- cgit v1.2.3