Apache Tuscany SCA Kernel Sub-Project

Uses of Class
org.apache.tuscany.spi.implementation.java.JavaMappedService

Packages that use JavaMappedService
org.apache.tuscany.spi.implementation.java   
 

Uses of JavaMappedService in org.apache.tuscany.spi.implementation.java
 

Classes in org.apache.tuscany.spi.implementation.java with type parameters of type JavaMappedService
 class JavaMappedComponentType<S extends JavaMappedService,R extends JavaMappedReference,P extends JavaMappedProperty<?>>
          A specialized component type definition whose services, references and properties can be mapped to the Java programming model.
 

Methods in org.apache.tuscany.spi.implementation.java that return JavaMappedService
 JavaMappedService ImplementationProcessorService.createService(Class<?> interfaze)
          Introspects the given interface to produce a mapped service
 

Method parameters in org.apache.tuscany.spi.implementation.java with type arguments of type JavaMappedService
 PojoComponentType Introspector.introspect(CompositeComponent parent, Class<?> clazz, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
          Walks the given component implementation class
 boolean ImplementationProcessorService.processParam(Class<?> param, Annotation[] paramAnnotations, String[] constructorNames, int pos, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, List<String> injectionNames)
          Processes a constructor parameter by introspecting its annotations
<T> void
ImplementationProcessorExtension.visitClass(CompositeComponent parent, Class<T> clazz, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
<T> void
ImplementationProcessor.visitClass(CompositeComponent parent, Class<T> clazz, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
          A callback received when the component implementation class is first loaded
<T> void
ImplementationProcessorExtension.visitConstructor(CompositeComponent parent, Constructor<T> constructor, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
<T> void
ImplementationProcessor.visitConstructor(CompositeComponent parent, Constructor<T> constructor, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
          A callback received as the component implementation's constructor used for instantiation by the runtime is evaluated.
<T> void
AbstractPropertyProcessor.visitConstructor(CompositeComponent parent, Constructor<T> constructor, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
<T> void
ImplementationProcessorExtension.visitEnd(CompositeComponent parent, Class<T> clazz, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
<T> void
ImplementationProcessor.visitEnd(CompositeComponent parent, Class<T> clazz, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
          The final callback received when all other callbacks during evaluation of the component implementation have been issued
 void ImplementationProcessorExtension.visitField(CompositeComponent parent, Field field, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
 void ImplementationProcessor.visitField(CompositeComponent parent, Field field, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
          A callback received as the component implementation's public and protected fields are evaluated
 void AbstractPropertyProcessor.visitField(CompositeComponent parent, Field field, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
 void ImplementationProcessorExtension.visitMethod(CompositeComponent parent, Method method, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
 void ImplementationProcessor.visitMethod(CompositeComponent parent, Method method, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
          A callback received as the component implementation's public and protected methods are evaluated
 void AbstractPropertyProcessor.visitMethod(CompositeComponent parent, Method method, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
<T> void
ImplementationProcessorExtension.visitSuperClass(CompositeComponent parent, Class<T> clazz, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
           
<T> void
ImplementationProcessor.visitSuperClass(CompositeComponent parent, Class<T> clazz, PojoComponentType<JavaMappedService,JavaMappedReference,JavaMappedProperty<?>> type, DeploymentContext context)
          A callback received as the component implementation class hierarchy is evaluated
 


Apache Tuscany SCA Kernel Sub-Project

-