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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DLeafBeanInfoImpl.java152 public final Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) { argument
153 if(typeSubstitutionCapable)
H A DCompositeStructureBeanInfo.java69 public Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) { argument
H A DAnyTypeBeanInfo.java166 public Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) { argument
167 if(typeSubstitutionCapable)
H A DValueListBeanInfoImpl.java168 public final Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) { argument
H A DClassBeanInfoImpl.java402 public Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) { argument
417 if(typeSubstitutionCapable)
H A DArrayBeanInfoImpl.java175 public final Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) { argument
H A DElementBeanInfoImpl.java271 public Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable) { argument
H A DJaxBeanInfo.java383 * @param typeSubstitutionCapable
391 public abstract Loader getLoader(JAXBContextImpl context, boolean typeSubstitutionCapable); argument

Completed in 43 milliseconds