Searched defs:RegistryInfoImpl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/impl/
H A DRegistryInfoImpl.java50 final class RegistryInfoImpl<T,C,F,M> implements Locatable, RegistryInfo<T,C> { class in inherits:Locatable,RegistryInfo
64 RegistryInfoImpl(ModelBuilder<T,C,F,M> builder, Locatable upstream, C registryClass) { method in class:RegistryInfoImpl
H A DModelBuilder.java104 /*package*/ final Map<String,RegistryInfoImpl<T,C,F,M>> registries
105 = new HashMap<String,RegistryInfoImpl<T,C,F,M>>();
341 RegistryInfoImpl<T,C,F,M> registryInfo, M m) throws IllegalAnnotationException {
355 return new RegistryInfoImpl<T,C,F,M>(this,upstream,registryClass);
340 createElementInfo( RegistryInfoImpl<T,C,F,M> registryInfo, M m) argument

Completed in 32 milliseconds