Searched defs:getNavigator (Results 1 - 6 of 6) 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/model/
H A DModel.java339 public Navigator<NType,NClass,Void,Void> getNavigator() { method in class:Model
347 return getClassInfo(getNavigator().asDecl(type));

Completed in 35 milliseconds