Fabric3 Introspection

org.fabric3.introspection.impl.annotation
Class RemotableProcessor<I extends org.fabric3.scdl.Implementation<? extends org.fabric3.scdl.InjectingComponentType>>

java.lang.Object
  extended by org.fabric3.introspection.java.AbstractAnnotationProcessor<org.osoa.sca.annotations.Remotable,I>
      extended by org.fabric3.introspection.impl.annotation.RemotableProcessor<I>
All Implemented Interfaces:
org.fabric3.introspection.java.AnnotationProcessor<org.osoa.sca.annotations.Remotable,I>

public class RemotableProcessor<I extends org.fabric3.scdl.Implementation<? extends org.fabric3.scdl.InjectingComponentType>>
extends org.fabric3.introspection.java.AbstractAnnotationProcessor<org.osoa.sca.annotations.Remotable,I>

Version:
$Rev: 5481 $ $Date: 2008-09-26 02:36:30 -0700 (Fri, 26 Sep 2008) $

Constructor Summary
RemotableProcessor(org.fabric3.introspection.contract.ContractProcessor contractProcessor)
           
 
Method Summary
 void visitType(org.osoa.sca.annotations.Remotable annotation, Class<?> type, I implementation, org.fabric3.introspection.IntrospectionContext context)
           
 
Methods inherited from class org.fabric3.introspection.java.AbstractAnnotationProcessor
getType, visitConstructor, visitConstructorParameter, visitField, visitMethod, visitMethodParameter, visitPackage
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemotableProcessor

public RemotableProcessor(org.fabric3.introspection.contract.ContractProcessor contractProcessor)
Method Detail

visitType

public void visitType(org.osoa.sca.annotations.Remotable annotation,
                      Class<?> type,
                      I implementation,
                      org.fabric3.introspection.IntrospectionContext context)
Specified by:
visitType in interface org.fabric3.introspection.java.AnnotationProcessor<org.osoa.sca.annotations.Remotable,I extends org.fabric3.scdl.Implementation<? extends org.fabric3.scdl.InjectingComponentType>>
Overrides:
visitType in class org.fabric3.introspection.java.AbstractAnnotationProcessor<org.osoa.sca.annotations.Remotable,I extends org.fabric3.scdl.Implementation<? extends org.fabric3.scdl.InjectingComponentType>>

Fabric3 Introspection

Copyright © 2007-2008 Fabric3 project contributors. All Rights Reserved.
Licensed under the terms of the Apache License 2.0.