Uses of Interface
org.sca4j.introspection.IntrospectionContext

Packages that use IntrospectionContext
org.sca4j.introspection   
org.sca4j.introspection.java   
org.sca4j.introspection.xml   
 

Uses of IntrospectionContext in org.sca4j.introspection
 

Classes in org.sca4j.introspection that implement IntrospectionContext
 class DefaultIntrospectionContext
          Default implementation of an IntrospectionContext.
 

Constructors in org.sca4j.introspection with parameters of type IntrospectionContext
DefaultIntrospectionContext(IntrospectionContext parentContext, java.lang.String targetNamespace)
          Initializes from a parent context.
DefaultIntrospectionContext(IntrospectionContext parentContext, TypeMapping typeMapping)
          Initializes from a parent context.
 

Uses of IntrospectionContext in org.sca4j.introspection.java
 

Methods in org.sca4j.introspection.java with parameters of type IntrospectionContext
 void HeuristicProcessor.applyHeuristics(I implementation, java.lang.Class<?> implClass, IntrospectionContext context)
          Apply heuristics to an implementation and update the component type accordingly.
 void ImplementationProcessor.introspect(I implementation, IntrospectionContext context)
          Introspects an implementation and derives the associated component type.
 void AnnotationProcessor.visitConstructor(A annotation, java.lang.reflect.Constructor<?> constructor, I implementation, IntrospectionContext context)
          Visit an annotation on a constructor declaration.
 void AbstractAnnotationProcessor.visitConstructor(A annotation, java.lang.reflect.Constructor<?> constructor, I implementation, IntrospectionContext context)
           
 void AnnotationProcessor.visitConstructorParameter(A annotation, java.lang.reflect.Constructor<?> constructor, int index, I implementation, IntrospectionContext context)
          Visit an annotation on a constructor parameter declaration.
 void AbstractAnnotationProcessor.visitConstructorParameter(A annotation, java.lang.reflect.Constructor<?> constructor, int index, I implementation, IntrospectionContext context)
           
 void AnnotationProcessor.visitField(A annotation, java.lang.reflect.Field field, I implementation, IntrospectionContext context)
          Visit an annotation on a field declaration.
 void AbstractAnnotationProcessor.visitField(A annotation, java.lang.reflect.Field field, I implementation, IntrospectionContext context)
           
 void AnnotationProcessor.visitMethod(A annotation, java.lang.reflect.Method method, I implementation, IntrospectionContext context)
          Visit an annotation on a method declaration.
 void AbstractAnnotationProcessor.visitMethod(A annotation, java.lang.reflect.Method method, I implementation, IntrospectionContext context)
           
 void AnnotationProcessor.visitMethodParameter(A annotation, java.lang.reflect.Method method, int index, I implementation, IntrospectionContext context)
          Visit an annotation on a method parameter declaration.
 void AbstractAnnotationProcessor.visitMethodParameter(A annotation, java.lang.reflect.Method method, int index, I implementation, IntrospectionContext context)
           
 void AnnotationProcessor.visitPackage(A annotation, java.lang.Package javaPackage, I implementation, IntrospectionContext context)
          Visit an annotation on a package declaration.
 void AbstractAnnotationProcessor.visitPackage(A annotation, java.lang.Package javaPackage, I implementation, IntrospectionContext context)
           
 void AnnotationProcessor.visitType(A annotation, java.lang.Class<?> type, I implementation, IntrospectionContext context)
          Visit an annotation on a class or interface declaration.
 void AbstractAnnotationProcessor.visitType(A annotation, java.lang.Class<?> type, I implementation, IntrospectionContext context)
           
 void ClassWalker.walk(I implementation, java.lang.Class<?> clazz, IntrospectionContext context)
          Walk a class and update the implementation definition.
 

Uses of IntrospectionContext in org.sca4j.introspection.xml
 

Methods in org.sca4j.introspection.xml with parameters of type IntrospectionContext
<OUTPUT> OUTPUT
Loader.load(java.net.URL url, java.lang.Class<OUTPUT> type, IntrospectionContext context)
          Load a model object from a specified location.
<OUTPUT> OUTPUT
Loader.load(javax.xml.stream.XMLStreamReader reader, java.lang.Class<OUTPUT> type, IntrospectionContext context)
          Parse the supplied XML stream, dispatching to the appropriate registered loader for each element encountered in the stream.
 OUTPUT TypeLoader.load(javax.xml.stream.XMLStreamReader reader, IntrospectionContext context)
          Deserializes an element in an XML stream.
 void LoaderHelper.loadPolicySetsAndIntents(org.sca4j.scdl.PolicyAware policyAware, javax.xml.stream.XMLStreamReader reader, IntrospectionContext context)
          Loads policy sets and intents defined against bindings, implementations, services, references and components.
 



Copyright © 2008-2011 Service Symphony. All Rights Reserved.