org.sca4j.introspection.java
Interface ImplementationProcessor<I extends org.sca4j.scdl.Implementation<? extends org.sca4j.scdl.AbstractComponentType<?,?,?,?>>>
- Type Parameters:
I - the type of Implementation an implementation can handle
public interface ImplementationProcessor<I extends org.sca4j.scdl.Implementation<? extends org.sca4j.scdl.AbstractComponentType<?,?,?,?>>>
Interface for processing an implementation to introspect its component type.
- Version:
- $Rev: 4286 $ $Date: 2008-05-21 20:56:34 +0100 (Wed, 21 May 2008) $
introspect
void introspect(I implementation,
IntrospectionContext context)
- Introspects an implementation and derives the associated component type. If errors or warnings are encountered, they will be collated in the
IntrospectionContext.
- Parameters:
implementation - the implmentation to inspectcontext - the introspection context
Copyright © 2008-2011 Service Symphony. All Rights Reserved.