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

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/unmarshaller/
H A DInfosetScanner.java28 import javax.xml.bind.Binder;
41 * Used by the {@link Binder}.
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/
H A DJAXBContext.java680 * Creates a <tt>Binder</tt> object that can be used for
685 * @return always a new valid <tt>Binder</tt> object.
693 public <T> Binder<T> createBinder(Class<T> domType) {
700 * Creates a <tt>Binder</tt> for W3C DOM.
702 * @return always a new valid <tt>Binder</tt> object.
706 public Binder<Node> createBinder() {
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...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DBinderImpl.java28 import javax.xml.bind.Binder;
47 * Implementation of {@link Binder}.
56 public class BinderImpl<XmlNode> extends Binder<XmlNode> {
78 * A {@link Binder} always works with the same
214 // exclude RI properties that don't make sense for Binder
244 // exclude RI properties that don't make sense for Binder
H A DJAXBContextImpl.java45 import javax.xml.bind.Binder;
907 public <T> Binder<T> createBinder(Class<T> domType) {
909 return (Binder<T>)createBinder();
915 public Binder<Node> createBinder() {

Completed in 37 milliseconds