Searched refs:buildChildElementUnmarshallers (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/property/
H A DStructureLoaderBuilder.java46 * Every Property class has an implementation of buildChildElementUnmarshallers
50 void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers); method in interface:StructureLoaderBuilder
61 * of the {@link #buildChildElementUnmarshallers} method by using
75 * of the {@link #buildChildElementUnmarshallers} method by using
H A DAttributeProperty.java99 public void buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers) { method in class:AttributeProperty
H A DValueProperty.java83 public void buildChildElementUnmarshallers(UnmarshallerChain chainElem, QNameMap<ChildLoader> handlers) { method in class:ValueProperty
H A DListElementProperty.java83 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { method in class:ListElementProperty
H A DArrayERProperty.java173 public final void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> loaders) { method in class:ArrayERProperty
H A DSingleElementLeafProperty.java123 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { method in class:SingleElementLeafProperty
H A DSingleElementNodeProperty.java153 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { method in class:SingleElementNodeProperty
H A DSingleReferenceNodeProperty.java108 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { method in class:SingleReferenceNodeProperty
H A DSingleMapNodeProperty.java127 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) { method in class:SingleMapNodeProperty
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DElementBeanInfoImpl.java168 public void buildChildElementUnmarshallers(UnmarshallerChain chain, QNameMap<ChildLoader> handlers) {
276 property.buildChildElementUnmarshallers(c,result);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DStructureLoader.java130 p.buildChildElementUnmarshallers(chain,childUnmarshallers);

Completed in 171 milliseconds