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

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DBinder.java47 * Binder update methods, {@link #updateXML(Object, Object)} or
58 * <li>{@link #updateXML(Object)} synchronizes modifications to JAXB view
89 * {@link #updateXML(Object, Object)} or {@link #updateJAXB(Object)}.
132 * {@link #updateXML(Object, Object)} or {@link #updateJAXB(Object)}.
170 * {@link #updateXML(Object, Object)} or {@link #updateJAXB(Object)}.
253 * updateXML( jaxbObject, getXMLNode(jaxbObject));
261 public abstract XmlNode updateXML( Object jaxbObject ) throws JAXBException; method in class:Binder
295 public abstract XmlNode updateXML( Object jaxbObject, XmlNode xmlNode ) throws JAXBException; method in class:Binder
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBinderImpl.java171 public XmlNode updateXML(Object jaxbObject) throws JAXBException { method in class:BinderImpl
172 return updateXML(jaxbObject,getXMLNode(jaxbObject));
175 public XmlNode updateXML(Object jaxbObject, XmlNode xmlNode) throws JAXBException { method in class:BinderImpl

Completed in 99 milliseconds