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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/unmarshaller/
H A DUnmarshallerImpl.java120 XmlVisitor h = createUnmarshallerHandler(null,false,expectedType);
139 public final XmlVisitor createUnmarshallerHandler(InfosetScanner scanner, boolean inplace, JaxBeanInfo expectedType ) { method in class:UnmarshallerImpl
305 InterningXmlVisitor handler = new InterningXmlVisitor(createUnmarshallerHandler(null,false,expectedType));
351 XmlVisitor h = createUnmarshallerHandler(null,false,expectedType);
395 XmlVisitor h = createUnmarshallerHandler(null,false,expectedType);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBinderImpl.java143 getUnmarshaller().createUnmarshallerHandler(scanner,inplace,bi));

Completed in 385 milliseconds