Searched refs:getUnmarshaller (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DModelUnmarshaller.java52 public static ModelUnmarshaller getUnmarshaller() { method in class:ModelUnmarshaller
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBinderImpl.java65 * @see #getUnmarshaller()
88 private UnmarshallerImpl getUnmarshaller() { method in class:BinderImpl
127 getUnmarshaller().setSchema(schema);
131 return getUnmarshaller().getSchema();
143 getUnmarshaller().createUnmarshallerHandler(scanner,inplace,bi));
202 getUnmarshaller().setEventHandler(handler);
207 return getUnmarshaller().getEventHandler();
230 prop = getUnmarshaller().getProperty(name);
259 getUnmarshaller().setProperty(name, value);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/policy/jaxws/
H A DSafePolicyReader.java269 policyRec.policyModel = ModelUnmarshaller.getUnmarshaller().unmarshalModel(

Completed in 40 milliseconds