From cd911a1ce5bb8abf2a6c796e32fcf61ef0c91fbc Mon Sep 17 00:00:00 2001 From: lresende Date: Sat, 21 Nov 2009 07:41:39 +0000 Subject: Moving site branches git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@882843 13f79535-47bb-0310-9956-ffa450edef68 --- .../core/config/processor/ServiceProcessor.html | 338 +++++++++++++++++++++ 1 file changed, 338 insertions(+) create mode 100644 site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/processor/ServiceProcessor.html (limited to 'site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/processor/ServiceProcessor.html') diff --git a/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/processor/ServiceProcessor.html b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/processor/ServiceProcessor.html new file mode 100644 index 0000000000..11d8054e05 --- /dev/null +++ b/site/branches/site-20060730-mvnbased/src/site/resources/javadoc/tuscany-core/org/apache/tuscany/core/config/processor/ServiceProcessor.html @@ -0,0 +1,338 @@ + + + + + + + +ServiceProcessor (Tuscany Core incubating-M1 API) + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+ +

+ +org.apache.tuscany.core.config.processor +
+Class ServiceProcessor

+
+java.lang.Object
+  extended by org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
+      extended by org.apache.tuscany.core.config.processor.ServiceProcessor
+
+
+
All Implemented Interfaces:
ImplementationProcessor
+
+
+
+
public class ServiceProcessor
extends ImplementationProcessorSupport
+ + +

+Processes the Service annotation +

+ +

+

+
Version:
+
$$Rev$$ $$Date$$
+
+
+ +

+ + + + + + + +
+Field Summary
+ + + + + + + +
Fields inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
factory, introspector
+  + + + + + + + + + + + + + +
+Constructor Summary
ServiceProcessor() + +
+           
ServiceProcessor(org.apache.tuscany.model.assembly.AssemblyFactory factory) + +
+           
+  + + + + + + + + + + + + + + + +
+Method Summary
+ voidvisitClass(java.lang.Class<?> clazz, + org.apache.tuscany.model.assembly.ComponentType type) + +
+           
+ voidvisitEnd(java.lang.Class<?> clazz, + org.apache.tuscany.model.assembly.ComponentType type) + +
+           
+ + + + + + + +
Methods inherited from class org.apache.tuscany.core.config.processor.ImplementationProcessorSupport
init, setFactory, setIntrospector, visitConstructor, visitField, visitInterface, visitInterfaceMethod, visitMethod, visitSuperClass
+ + + + + + + +
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
+  +

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

+ServiceProcessor

+
+public ServiceProcessor()
+
+
+
+ +

+ServiceProcessor

+
+public ServiceProcessor(org.apache.tuscany.model.assembly.AssemblyFactory factory)
+
+
+ + + + + + + + +
+Method Detail
+ +

+visitClass

+
+public void visitClass(java.lang.Class<?> clazz,
+                       org.apache.tuscany.model.assembly.ComponentType type)
+                throws ConfigurationLoadException
+
+
+
Specified by:
visitClass in interface ImplementationProcessor
Overrides:
visitClass in class ImplementationProcessorSupport
+
+
+ +
Throws: +
ConfigurationLoadException
+
+
+
+ +

+visitEnd

+
+public void visitEnd(java.lang.Class<?> clazz,
+                     org.apache.tuscany.model.assembly.ComponentType type)
+              throws ConfigurationLoadException
+
+
+
Specified by:
visitEnd in interface ImplementationProcessor
Overrides:
visitEnd in class ImplementationProcessorSupport
+
+
+ +
Throws: +
ConfigurationLoadException
+
+
+ +
+ + + + + + + + + + + + + + + + + + + +
+Tuscany Core +
+ + + +
+- + + -- cgit v1.2.3