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/implementation/spring/package-summary.html | 233 +++++++++++++++++++++ 1 file changed, 233 insertions(+) create mode 100644 site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/package-summary.html (limited to 'site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/package-summary.html') diff --git a/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/package-summary.html b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/package-summary.html new file mode 100644 index 0000000000..2edaa85844 --- /dev/null +++ b/site/trunk/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/package-summary.html @@ -0,0 +1,233 @@ + + + + + + +org.apache.tuscany.sca.implementation.spring + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

+Package org.apache.tuscany.sca.implementation.spring +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
SCAApplicationContextAn ApplicationContext specialization that registers namespace + handlers for SCA elements - in particular the , and + elements which are provided as SCA extensions to the Spring + application context schema
ScaNamespaceHandlerHandler for the <sca:> namespace in an application context
SCANamespaceHandlerResolverOverrides the default Spring namespace resolver to automatically register + ScaNamespaceHandler instead of requiring a value to be supplied in a + Spring configuration
ScaPropertyBeanDefinitionParserParser for the <sca:reference> element
ScaReferenceBeanDefinitionParserParser for the <sca:reference> element
ScaServiceBeanDefinitionParserParser for the <sca:service/> element
SpringImplementationRepresents a Spring implementation.
SpringImplementationProcessorSpringArtifactProcessor is responsible for processing the XML of an + element in an SCA SCDL file.
SpringImplementationProviderA provider class for runtime Spring implementation instances
SpringImplementationProviderFactoryImplementationProviderFactory for Spring implementation type
SpringInvokerInitial implementation of a Spring bean invoker
SpringPropertyValueObjectFactoryFactory class for PropertyValueObjects for Spring implementations + + 6th May 2007: Chosen a very simple design for this class - since Spring implementations are a form + of Java POJO, the simple design chosen for this class is to re-use the PropertyValueObjectFactory + implementation from the base implementation-java-runtime package of Tuscany SCA Java, since the + same properties are going to be rendered in the same way to simple Tuscany POJOs and to Spring + Bean POJOs.
+  + +

+ + + + + + + + + + + + + + + + + +
+Exception Summary
SpringBeanNotFoundException 
SpringInvocationException 
SpringOperationNotFoundException 
+  + +

+

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