Searched defs:Binder (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DBinder.java47 * Binder update methods, {@link #updateXML(Object, Object)} or
64 * A Binder instance is created using the factory method
70 * A Binder implementation is required to minimally support
72 * A Binder implementation can support alternative XML infoset
81 public abstract class Binder<XmlNode> { class
96 * This method throws {@link UnmarshalException} when the Binder's
114 * <tt>Binder</tt> is unable to perform the XML to Java
152 * <tt>Binder</tt> is unable to perform the XML to Java
186 * <tt>Binder</tt> is unable to marshal <tt>jaxbObject</tt> (or any
214 * {@link Binder}, o
[all...]

Completed in 229 milliseconds