jaxws/src/share/jaxws_classes/javax/xml/bind/UnmarshallerHandler.java
changeset 25840 c2002453eec3
parent 19645 36f707905f2b
equal deleted inserted replaced
25686:615e5efca19c 25840:c2002453eec3
    55  * This interface is reusable: even if the user fails to unmarshal
    55  * This interface is reusable: even if the user fails to unmarshal
    56  * an object, s/he can still start a new round of unmarshalling.
    56  * an object, s/he can still start a new round of unmarshalling.
    57  *
    57  *
    58  * @author <ul><li>Kohsuke KAWAGUCHI, Sun Microsystems, Inc.</li></ul>
    58  * @author <ul><li>Kohsuke KAWAGUCHI, Sun Microsystems, Inc.</li></ul>
    59  * @see Unmarshaller#getUnmarshallerHandler()
    59  * @see Unmarshaller#getUnmarshallerHandler()
    60  * @since JAXB1.0
    60  * @since 1.6, JAXB 1.0
    61  */
    61  */
    62 public interface UnmarshallerHandler extends ContentHandler
    62 public interface UnmarshallerHandler extends ContentHandler
    63 {
    63 {
    64     /**
    64     /**
    65      * Obtains the unmarshalled result.
    65      * Obtains the unmarshalled result.