Searched refs:RuntimeTypeInfoSetImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRuntimeTypeInfoSetImpl.java48 final class RuntimeTypeInfoSetImpl extends TypeInfoSetImpl<Type,Class,Field,Method> implements RuntimeTypeInfoSet { class in inherits:TypeInfoSetImpl,RuntimeTypeInfoSet
49 public RuntimeTypeInfoSetImpl(AnnotationReader<Type,Class,Field,Method> reader) { method in class:RuntimeTypeInfoSetImpl
H A DRuntimeModelBuilder.java117 protected RuntimeTypeInfoSetImpl createTypeInfoSet() {
118 return new RuntimeTypeInfoSetImpl(reader);

Completed in 37 milliseconds