From 8751ca0a45b9343f37161c9f762fb4c485944a5f Mon Sep 17 00:00:00 2001 From: beckerdo Date: Sun, 1 Feb 2009 20:45:55 +0000 Subject: TUSCANY-2485 Add JavaDocs for Tuscany 1.4 git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@739833 13f79535-47bb-0310-9956-ffa450edef68 --- .../sca/implementation/spring/xml/Constants.html | 620 +++++++++++++++++++++ .../spring/xml/SpringBeanElement.html | 353 ++++++++++++ .../spring/xml/SpringBeanIntrospector.html | 277 +++++++++ .../spring/xml/SpringConstructorArgElement.html | 333 +++++++++++ .../spring/xml/SpringPropertyElement.html | 333 +++++++++++ .../spring/xml/SpringSCAPropertyElement.html | 314 +++++++++++ .../spring/xml/SpringSCAReferenceElement.html | 315 +++++++++++ .../spring/xml/SpringSCAServiceElement.html | 355 ++++++++++++ .../spring/xml/SpringXMLComponentTypeLoader.html | 337 +++++++++++ .../implementation/spring/xml/package-frame.html | 57 ++ .../implementation/spring/xml/package-summary.html | 208 +++++++ .../implementation/spring/xml/package-tree.html | 156 ++++++ 12 files changed, 3658 insertions(+) create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/Constants.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringBeanElement.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringBeanIntrospector.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringConstructorArgElement.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringPropertyElement.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAPropertyElement.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAReferenceElement.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAServiceElement.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-frame.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-summary.html create mode 100644 site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-tree.html (limited to 'site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml') diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/Constants.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/Constants.html new file mode 100644 index 0000000000..ff7a105ce8 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/Constants.html @@ -0,0 +1,620 @@ + + + + + + +Constants + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Interface Constants

+
+
+
public interface Constants
+ + +

+Constants used in Spring Application Context XML files. +

+ +

+


+ +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Field Summary
+static java.lang.StringAPPLICATION_CONTEXT + +
+           
+static java.lang.StringBEAN + +
+           
+static javax.xml.namespace.QNameBEAN_ELEMENT + +
+           
+static java.lang.StringBEANS + +
+           
+static javax.xml.namespace.QNameBEANS_ELEMENT + +
+           
+static java.lang.StringCONSTRUCTORARG + +
+           
+static javax.xml.namespace.QNameCONSTRUCTORARG_ELEMENT + +
+           
+static java.lang.StringIMPORT + +
+           
+static javax.xml.namespace.QNameIMPORT_ELEMENT + +
+           
+static java.lang.StringLIST + +
+           
+static javax.xml.namespace.QNameLIST_ELEMENT + +
+           
+static java.lang.StringPROPERTY + +
+           
+static javax.xml.namespace.QNamePROPERTY_ELEMENT + +
+           
+static java.lang.StringREF + +
+           
+static javax.xml.namespace.QNameREF_ELEMENT + +
+           
+static java.lang.StringREFERENCE + +
+           
+static javax.xml.namespace.QNameREFERENCE_ELEMENT + +
+           
+static java.lang.StringSCA_NS + +
+           
+static javax.xml.namespace.QNameSCAPROPERTY_ELEMENT + +
+           
+static java.lang.StringSERVICE + +
+           
+static javax.xml.namespace.QNameSERVICE_ELEMENT + +
+           
+static java.lang.StringSPRING_NS + +
+           
+static java.lang.StringVALUE + +
+           
+static javax.xml.namespace.QNameVALUE_ELEMENT + +
+           
+  +

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

+SCA_NS

+
+static final java.lang.String SCA_NS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+SPRING_NS

+
+static final java.lang.String SPRING_NS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+PROPERTY

+
+static final java.lang.String PROPERTY
+
+
+
See Also:
Constant Field Values
+
+
+ +

+SCAPROPERTY_ELEMENT

+
+static final javax.xml.namespace.QName SCAPROPERTY_ELEMENT
+
+
+
+
+
+ +

+PROPERTY_ELEMENT

+
+static final javax.xml.namespace.QName PROPERTY_ELEMENT
+
+
+
+
+
+ +

+SERVICE

+
+static final java.lang.String SERVICE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+SERVICE_ELEMENT

+
+static final javax.xml.namespace.QName SERVICE_ELEMENT
+
+
+
+
+
+ +

+REFERENCE

+
+static final java.lang.String REFERENCE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+REFERENCE_ELEMENT

+
+static final javax.xml.namespace.QName REFERENCE_ELEMENT
+
+
+
+
+
+ +

+BEANS

+
+static final java.lang.String BEANS
+
+
+
See Also:
Constant Field Values
+
+
+ +

+BEANS_ELEMENT

+
+static final javax.xml.namespace.QName BEANS_ELEMENT
+
+
+
+
+
+ +

+IMPORT

+
+static final java.lang.String IMPORT
+
+
+
See Also:
Constant Field Values
+
+
+ +

+IMPORT_ELEMENT

+
+static final javax.xml.namespace.QName IMPORT_ELEMENT
+
+
+
+
+
+ +

+BEAN

+
+static final java.lang.String BEAN
+
+
+
See Also:
Constant Field Values
+
+
+ +

+BEAN_ELEMENT

+
+static final javax.xml.namespace.QName BEAN_ELEMENT
+
+
+
+
+
+ +

+CONSTRUCTORARG

+
+static final java.lang.String CONSTRUCTORARG
+
+
+
See Also:
Constant Field Values
+
+
+ +

+CONSTRUCTORARG_ELEMENT

+
+static final javax.xml.namespace.QName CONSTRUCTORARG_ELEMENT
+
+
+
+
+
+ +

+LIST

+
+static final java.lang.String LIST
+
+
+
See Also:
Constant Field Values
+
+
+ +

+LIST_ELEMENT

+
+static final javax.xml.namespace.QName LIST_ELEMENT
+
+
+
+
+
+ +

+VALUE

+
+static final java.lang.String VALUE
+
+
+
See Also:
Constant Field Values
+
+
+ +

+VALUE_ELEMENT

+
+static final javax.xml.namespace.QName VALUE_ELEMENT
+
+
+
+
+
+ +

+REF

+
+static final java.lang.String REF
+
+
+
See Also:
Constant Field Values
+
+
+ +

+REF_ELEMENT

+
+static final javax.xml.namespace.QName REF_ELEMENT
+
+
+
+
+
+ +

+APPLICATION_CONTEXT

+
+static final java.lang.String APPLICATION_CONTEXT
+
+
+
See Also:
Constant Field Values
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringBeanElement.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringBeanElement.html new file mode 100644 index 0000000000..e3260a41db --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringBeanElement.html @@ -0,0 +1,353 @@ + + + + + + +SpringBeanElement + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Class SpringBeanElement

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.xml.SpringBeanElement
+
+
+
+
public class SpringBeanElement
extends java.lang.Object
+ + +

+Represents a element in a Spring application-context + - this has id and className attributes + - plus zero or more property elements as children +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringBeanElement(java.lang.String id, + java.lang.String className) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddCustructorArgs(SpringConstructorArgElement args) + +
+           
+ voidaddProperty(SpringPropertyElement property) + +
+           
+ java.lang.StringgetClassName() + +
+           
+ java.util.List<SpringConstructorArgElement>getCustructorArgs() + +
+           
+ java.lang.StringgetId() + +
+           
+ java.util.List<SpringPropertyElement>getProperties() + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringBeanElement

+
+public SpringBeanElement(java.lang.String id,
+                         java.lang.String className)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getClassName

+
+public java.lang.String getClassName()
+
+
+
+
+
+
+ +

+getId

+
+public java.lang.String getId()
+
+
+
+
+
+
+ +

+getProperties

+
+public java.util.List<SpringPropertyElement> getProperties()
+
+
+
+
+
+
+ +

+addProperty

+
+public void addProperty(SpringPropertyElement property)
+
+
+
+
+
+
+ +

+getCustructorArgs

+
+public java.util.List<SpringConstructorArgElement> getCustructorArgs()
+
+
+
+
+
+
+ +

+addCustructorArgs

+
+public void addCustructorArgs(SpringConstructorArgElement args)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringBeanIntrospector.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringBeanIntrospector.html new file mode 100644 index 0000000000..809bcd1006 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringBeanIntrospector.html @@ -0,0 +1,277 @@ + + + + + + +SpringBeanIntrospector + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Class SpringBeanIntrospector

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.xml.SpringBeanIntrospector
+
+
+
+
public class SpringBeanIntrospector
extends java.lang.Object
+ + +

+Provides introspection functions for Spring beans + This version leans heavily on the implementation-java classes +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringBeanIntrospector(AssemblyFactory assemblyFactory, + JavaInterfaceFactory javaFactory, + PolicyFactory policyFactory) + +
+          The constructor sets up the various visitor elements that will be used to introspect + the Spring bean and extract SCA information.
+  + + + + + + + + + + + +
+Method Summary
+ java.util.Map<java.lang.String,JavaElementImpl>introspectBean(java.lang.Class<?> beanClass, + ComponentType componentType, + SpringImplementation springImplementation) + +
+          Introspect a Spring Bean and extract the features important to SCA
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringBeanIntrospector

+
+public SpringBeanIntrospector(AssemblyFactory assemblyFactory,
+                              JavaInterfaceFactory javaFactory,
+                              PolicyFactory policyFactory)
+
+
The constructor sets up the various visitor elements that will be used to introspect + the Spring bean and extract SCA information. +

+

+
Parameters:
assemblyFactory - The Assembly Factory to use
javaFactory - The Java Interface Factory to use
policyFactory - The Policy Factory to use.
+
+ + + + + + + + +
+Method Detail
+ +

+introspectBean

+
+public java.util.Map<java.lang.String,JavaElementImpl> introspectBean(java.lang.Class<?> beanClass,
+                                                                      ComponentType componentType,
+                                                                      SpringImplementation springImplementation)
+                                                               throws ContributionResolveException
+
+
Introspect a Spring Bean and extract the features important to SCA +

+

+
Parameters:
beanClass - the Spring Bean class to introspect
componentType - the componentType that is filled in through the introspection + process (assumed empty on invocation, filled on return +
Returns:
a Map of property names to JavaElementImpl +
Throws: +
ContributionResolveException - - if there was a problem resolving the + Spring Bean or its componentType
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringConstructorArgElement.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringConstructorArgElement.html new file mode 100644 index 0000000000..04291246be --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringConstructorArgElement.html @@ -0,0 +1,333 @@ + + + + + + +SpringConstructorArgElement + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Class SpringConstructorArgElement

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.xml.SpringConstructorArgElement
+
+
+
+
public class SpringConstructorArgElement
extends java.lang.Object
+ + +

+Represents a element in a Spring application-context + - this has ref attribute +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringConstructorArgElement(java.lang.String ref, + java.lang.String type) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddValue(java.lang.String value) + +
+           
+ java.lang.StringgetRef() + +
+           
+ java.lang.StringgetType() + +
+           
+ java.util.List<java.lang.String>getValues() + +
+           
+ voidsetRef(java.lang.String ref) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringConstructorArgElement

+
+public SpringConstructorArgElement(java.lang.String ref,
+                                   java.lang.String type)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getType

+
+public java.lang.String getType()
+
+
+
+
+
+
+ +

+getRef

+
+public java.lang.String getRef()
+
+
+
+
+
+
+ +

+setRef

+
+public void setRef(java.lang.String ref)
+
+
+
+
+
+
+ +

+getValues

+
+public java.util.List<java.lang.String> getValues()
+
+
+
+
+
+
+ +

+addValue

+
+public void addValue(java.lang.String value)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringPropertyElement.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringPropertyElement.html new file mode 100644 index 0000000000..16952a296a --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringPropertyElement.html @@ -0,0 +1,333 @@ + + + + + + +SpringPropertyElement + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Class SpringPropertyElement

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.xml.SpringPropertyElement
+
+
+
+
public class SpringPropertyElement
extends java.lang.Object
+ + +

+Represents a element in a Spring application-context + - this has name and ref attributes +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringPropertyElement(java.lang.String name, + java.lang.String ref) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ voidaddProperty(java.lang.String value) + +
+           
+ java.lang.StringgetName() + +
+           
+ java.util.List<java.lang.String>getProperties() + +
+           
+ java.lang.StringgetRef() + +
+           
+ voidsetRef(java.lang.String ref) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringPropertyElement

+
+public SpringPropertyElement(java.lang.String name,
+                             java.lang.String ref)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+getRef

+
+public java.lang.String getRef()
+
+
+
+
+
+
+ +

+setRef

+
+public void setRef(java.lang.String ref)
+
+
+
+
+
+
+ +

+getProperties

+
+public java.util.List<java.lang.String> getProperties()
+
+
+
+
+
+
+ +

+addProperty

+
+public void addProperty(java.lang.String value)
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAPropertyElement.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAPropertyElement.html new file mode 100644 index 0000000000..cf8ea39d36 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAPropertyElement.html @@ -0,0 +1,314 @@ + + + + + + +SpringSCAPropertyElement + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Class SpringSCAPropertyElement

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.xml.SpringSCAPropertyElement
+
+
+
+
public class SpringSCAPropertyElement
extends java.lang.Object
+ + +

+Represents an element in a Spring application-context + - this has name and type attributes +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringSCAPropertyElement(java.lang.String name, + java.lang.String type) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+           
+ java.lang.StringgetType() + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetType(java.lang.String type) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringSCAPropertyElement

+
+public SpringSCAPropertyElement(java.lang.String name,
+                                java.lang.String type)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setType

+
+public void setType(java.lang.String type)
+
+
+
+
+
+
+ +

+getType

+
+public java.lang.String getType()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAReferenceElement.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAReferenceElement.html new file mode 100644 index 0000000000..bb4fef73fa --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAReferenceElement.html @@ -0,0 +1,315 @@ + + + + + + +SpringSCAReferenceElement + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Class SpringSCAReferenceElement

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.xml.SpringSCAReferenceElement
+
+
+
+
public class SpringSCAReferenceElement
extends java.lang.Object
+ + +

+Represents a element in a Spring application-context + - this has id and className attributes + - plus zero or more property elements as children +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringSCAReferenceElement(java.lang.String name, + java.lang.String type) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+           
+ java.lang.StringgetType() + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetType(java.lang.String type) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringSCAReferenceElement

+
+public SpringSCAReferenceElement(java.lang.String name,
+                                 java.lang.String type)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setType

+
+public void setType(java.lang.String type)
+
+
+
+
+
+
+ +

+getType

+
+public java.lang.String getType()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAServiceElement.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAServiceElement.html new file mode 100644 index 0000000000..d3c429d99e --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringSCAServiceElement.html @@ -0,0 +1,355 @@ + + + + + + +SpringSCAServiceElement + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Class SpringSCAServiceElement

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.xml.SpringSCAServiceElement
+
+
+
+
public class SpringSCAServiceElement
extends java.lang.Object
+ + +

+Represents a element in a Spring application-context + - this has id and className attributes + - plus zero or more property elements as children +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringSCAServiceElement(java.lang.String name, + java.lang.String type, + java.lang.String target) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ java.lang.StringgetName() + +
+           
+ java.lang.StringgetTarget() + +
+           
+ java.lang.StringgetType() + +
+           
+ voidsetName(java.lang.String name) + +
+           
+ voidsetTarget(java.lang.String target) + +
+           
+ voidsetType(java.lang.String type) + +
+           
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringSCAServiceElement

+
+public SpringSCAServiceElement(java.lang.String name,
+                               java.lang.String type,
+                               java.lang.String target)
+
+
+ + + + + + + + +
+Method Detail
+ +

+setName

+
+public void setName(java.lang.String name)
+
+
+
+
+
+
+ +

+getName

+
+public java.lang.String getName()
+
+
+
+
+
+
+ +

+setType

+
+public void setType(java.lang.String type)
+
+
+
+
+
+
+ +

+getType

+
+public java.lang.String getType()
+
+
+
+
+
+
+ +

+setTarget

+
+public void setTarget(java.lang.String target)
+
+
+
+
+
+
+ +

+getTarget

+
+public java.lang.String getTarget()
+
+
+
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.html new file mode 100644 index 0000000000..090fe430b6 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/SpringXMLComponentTypeLoader.html @@ -0,0 +1,337 @@ + + + + + + +SpringXMLComponentTypeLoader + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ +

+ +org.apache.tuscany.sca.implementation.spring.xml +
+Class SpringXMLComponentTypeLoader

+
+java.lang.Object
+  extended by org.apache.tuscany.sca.implementation.spring.xml.SpringXMLComponentTypeLoader
+
+
+
+
public class SpringXMLComponentTypeLoader
extends java.lang.Object
+ + +

+Introspects a Spring XML application-context configuration file to create + component type information. +

+ +

+


+ +

+ + + + + + + + + + + +
+Constructor Summary
SpringXMLComponentTypeLoader(AssemblyFactory assemblyFactory, + JavaInterfaceFactory javaFactory, + PolicyFactory policyFactory) + +
+           
+  + + + + + + + + + + + + + + + + + + + + + + + +
+Method Summary
+ ServicecreateService(java.lang.Class<?> interfaze, + java.lang.String name) + +
+          Creates a Service for the component type based on its name and Java interface
+protected  ResourcegetApplicationContextResource(java.lang.String locationAttr, + java.lang.ClassLoader cl) + +
+          Gets hold of the application-context.xml file as a Spring resource
+protected  java.lang.Class<SpringImplementation>getImplementationClass() + +
+           
+ voidload(SpringImplementation implementation) + +
+          Base method which loads the component type from the application-context attached to the + Spring implementation
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+SpringXMLComponentTypeLoader

+
+public SpringXMLComponentTypeLoader(AssemblyFactory assemblyFactory,
+                                    JavaInterfaceFactory javaFactory,
+                                    PolicyFactory policyFactory)
+
+
+ + + + + + + + +
+Method Detail
+ +

+getImplementationClass

+
+protected java.lang.Class<SpringImplementation> getImplementationClass()
+
+
+
+
+
+
+ +

+load

+
+public void load(SpringImplementation implementation)
+          throws ContributionReadException
+
+
Base method which loads the component type from the application-context attached to the + Spring implementation +

+

+ +
Throws: +
ContributionReadException
+
+
+
+ +

+getApplicationContextResource

+
+protected Resource getApplicationContextResource(java.lang.String locationAttr,
+                                                 java.lang.ClassLoader cl)
+                                          throws ContributionReadException
+
+
Gets hold of the application-context.xml file as a Spring resource +

+

+
Parameters:
locationAttr - - the location attribute from the element
cl - - the ClassLoader for the Spring implementation +
Throws: +
ContributionReadException
+
+
+
+ +

+createService

+
+public Service createService(java.lang.Class<?> interfaze,
+                             java.lang.String name)
+                      throws InvalidInterfaceException
+
+
Creates a Service for the component type based on its name and Java interface +

+

+ +
Throws: +
InvalidInterfaceException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+ +
+ + + +
+ + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-frame.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-frame.html new file mode 100644 index 0000000000..793e27f33f --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-frame.html @@ -0,0 +1,57 @@ + + + + + + +org.apache.tuscany.sca.implementation.spring.xml + + + + + + + + + + + +org.apache.tuscany.sca.implementation.spring.xml + + + + +
+Interfaces  + +
+Constants
+ + + + + + +
+Classes  + +
+SpringBeanElement +
+SpringBeanIntrospector +
+SpringConstructorArgElement +
+SpringPropertyElement +
+SpringSCAPropertyElement +
+SpringSCAReferenceElement +
+SpringSCAServiceElement +
+SpringXMLComponentTypeLoader
+ + + + diff --git a/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-summary.html b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-summary.html new file mode 100644 index 0000000000..7eddd268d5 --- /dev/null +++ b/site/site-publish/doc/javadoc/java-sca-1.4/org/apache/tuscany/sca/implementation/spring/xml/package-summary.html @@ -0,0 +1,208 @@ + + + + + + +org.apache.tuscany.sca.implementation.spring.xml + + + + + + + + + + + + +
+ + + + + + + + + + + + + + + +
+ +
+ + + +
+

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

+ + + + + + + + + +
+Interface Summary
ConstantsConstants used in Spring Application Context XML files.
+  + +

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Class Summary
SpringBeanElementRepresents a element in a Spring application-context + - this has id and className attributes + - plus zero or more property elements as children
SpringBeanIntrospectorProvides introspection functions for Spring beans + This version leans heavily on the implementation-java classes
SpringConstructorArgElementRepresents a element in a Spring application-context + - this has ref attribute
SpringPropertyElementRepresents a element in a Spring application-context + - this has name and ref attributes
SpringSCAPropertyElementRepresents an element in a Spring application-context + - this has name and type attributes
SpringSCAReferenceElementRepresents a element in a Spring application-context + - this has id and className attributes + - plus zero or more property elements as children
SpringSCAServiceElementRepresents a element in a Spring application-context + - this has id and className attributes + - plus zero or more property elements as children
SpringXMLComponentTypeLoaderIntrospects a Spring XML application-context configuration file to create + component type information.
+  + +

+

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

+Hierarchy For Package org.apache.tuscany.sca.implementation.spring.xml +

+
+
+
Package Hierarchies:
All Packages
+
+

+Class Hierarchy +

+ +

+Interface Hierarchy +

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