Apache Tuscany SCA Kernel Sub-Project

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

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

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

Subclasses of ProcessingException in org.apache.tuscany.spi.implementation.java
 class DuplicatePropertyException
          Thrown when an implementation has more than one property injection site with the same name
 class IllegalPropertyException
          Denotes an illegal property definition in a component type
 

Methods in org.apache.tuscany.spi.implementation.java that throw ProcessingException
protected
<T> JavaMappedProperty<T>
AbstractPropertyProcessor.createProperty(String name, Class<T> javaType, Member member)
           
 JavaMappedReference ImplementationProcessorService.createReference(String name, Member member, Class<?> paramType)
           
protected
<T> void
AbstractPropertyProcessor.initProperty(JavaMappedProperty<T> property, A annotation, CompositeComponent parent, DeploymentContext context)
           
 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

-