equal
deleted
inserted
replaced
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. |