Searched refs:AnnotationReader (Results 1 - 17 of 17) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DRuntimeAnnotationReader.java35 public interface RuntimeAnnotationReader extends AnnotationReader<Type,Class,Field,Method> {
H A DAbstractInlineAnnotationReaderImpl.java34 * {@link AnnotationReader} that reads annotation from classes,
42 implements AnnotationReader<T,C,F,M> {
H A DAnnotationReader.java61 * A valid {@link ErrorHandler} must be registered before the {@link AnnotationReader}
66 public interface AnnotationReader<T,C,F,M> { interface
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DAdapter.java31 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
65 AnnotationReader<TypeT,ClassDeclT,?,?> reader,
H A DRef.java31 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
75 public Ref(AnnotationReader<T,C,?,?> reader,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeTypeInfoSetImpl.java35 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
49 public RuntimeTypeInfoSetImpl(AnnotationReader<Type,Class,Field,Method> reader) {
H A DUtil.java35 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
47 AnnotationReader<T,C,F,M> reader,
46 calcSchemaType( AnnotationReader<T,C,F,M> reader, AnnotationSource primarySource, C enclosingClass, T individualType, Locatable src ) argument
H A DTypeInfoImpl.java34 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
87 protected final AnnotationReader<TypeT,ClassDeclT,FieldT,MethodT> reader() {
H A DModelBuilder.java39 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
63 * This class uses {@link Navigator} and {@link AnnotationReader} to
76 public final AnnotationReader<T,C,F,M> reader;
128 AnnotationReader<T, C, F, M> reader,
127 ModelBuilder( AnnotationReader<T, C, F, M> reader, Navigator<T, C, F, M> navigator, Map<C, C> subclassReplacements, String defaultNamespaceRemap ) argument
H A DReferencePropertyInfoImpl.java41 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
145 AnnotationReader<T,C,F,M> reader = reader();
216 AnnotationReader<T,C,F,M> reader = reader();
H A DTypeInfoSetImpl.java46 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
76 public final AnnotationReader<T,C,F,M> reader;
137 AnnotationReader<T,C,F,M> reader,
H A DPropertyInfoImpl.java46 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
161 protected final AnnotationReader<T,C,F,M> reader() {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJAXBModelImpl.java50 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
74 private final AnnotationReader<TypeMirror,TypeDeclaration,FieldDeclaration,MethodDeclaration> reader;
89 AnnotationReader<TypeMirror, TypeDeclaration, FieldDeclaration, MethodDeclaration> reader,
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractWrapperBeanGenerator.java30 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
50 * It uses JAXB's {@link AnnotationReader}, {@link Navigator} so that
77 private final AnnotationReader<T,C,?,M> annReader;
81 protected AbstractWrapperBeanGenerator(AnnotationReader<T,C,?,M> annReader,
H A DWrapperBeanGenerator.java29 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
68 protected RuntimeWrapperBeanGenerator(AnnotationReader<java.lang.reflect.Type, Class, ?, Method> annReader, Navigator<java.lang.reflect.Type, Class, ?, Method> nav, BeanMemberFactory<java.lang.reflect.Type, Field> beanMemberFactory) {
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/apt/
H A DInlineAnnotationReaderImpl.java44 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
49 * {@link AnnotationReader} implementation that reads annotation inline from APT.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/annotation/
H A DWebServiceWrapperGenerator.java50 import com.sun.xml.internal.bind.v2.model.annotation.AnnotationReader;
91 protected APTWrapperBeanGenerator(AnnotationReader<TypeMirror, TypeDeclaration, ?, MethodDeclaration> annReader, Navigator<TypeMirror, TypeDeclaration, ?, MethodDeclaration> nav, BeanMemberFactory<TypeMirror, MemberInfo> beanMemberFactory) {

Completed in 61 milliseconds