Searched refs:DefaultValueLoaderDecorator (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DDefaultValueLoaderDecorator.java35 public final class DefaultValueLoaderDecorator extends Loader { class in inherits:Loader
39 public DefaultValueLoaderDecorator(Loader l, String defaultValue) { method in class:DefaultValueLoaderDecorator
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DSingleElementLeafProperty.java42 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator;
126 l = new DefaultValueLoaderDecorator(l, defaultValue);
H A DSingleElementNodeProperty.java49 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator;
162 l = new DefaultValueLoaderDecorator(l,e.getDefaultValue());
H A DArrayElementProperty.java53 import com.sun.xml.internal.bind.v2.runtime.unmarshaller.DefaultValueLoaderDecorator;
196 item = new DefaultValueLoaderDecorator(item,typeRef.getDefaultValue());

Completed in 37 milliseconds