Searched refs:getNavigator (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeTypeInfoSetImpl.java58 public ReflectionNavigator getNavigator() { method in class:RuntimeTypeInfoSetImpl
59 return (ReflectionNavigator)super.getNavigator();
H A DRuntimeModelBuilder.java112 public ReflectionNavigator getNavigator() { method in class:RuntimeModelBuilder
H A DTypeInfoSetImpl.java158 public Navigator<T,C,F,M> getNavigator() { method in class:TypeInfoSetImpl
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/runtime/
H A DRuntimeTypeInfoSet.java55 ReflectionNavigator getNavigator(); method in interface:RuntimeTypeInfoSet
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/core/
H A DTypeInfoSet.java48 Navigator<T,C,F,M> getNavigator(); method in interface:TypeInfoSet
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/api/impl/j2s/
H A DJAXBModelImpl.java96 Navigator<TypeMirror,TypeDeclaration,FieldDeclaration,MethodDeclaration> navigator = types.getNavigator();
164 reader,types.getNavigator(),r.type,xjta,xl);
179 xsdgen = new XmlSchemaGenerator<TypeMirror,TypeDeclaration,FieldDeclaration,MethodDeclaration>( types.getNavigator(), types );
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/model/
H A DModel.java339 public Navigator<NType,NClass,Void,Void> getNavigator() { method in class:Model
347 return getClassInfo(getNavigator().asDecl(type));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJAXBContextImpl.java361 ReflectionNavigator nav = typeSet.getNavigator();
792 Ref<Type,Class> ref = new Ref<Type,Class>(annotationReader, tis.getNavigator(), tr.type, xjta, xl );
851 new XmlSchemaGenerator<Type,Class,Field,Method>(tis.getNavigator(),tis);

Completed in 45 milliseconds