com.sun.xml.bind.unmarshaller
Interface UnmarshallableObject


Deprecated. in JAXB1.0.1

public interface UnmarshallableObject

Generated classes have to implement this interface for it to be unmarshallable.

Since:
JAXB1.0
Author:
Kohsuke KAWAGUCHI

Method Summary
 Class getPrimaryInterfaceClass()
          Deprecated. Gets the class object for the primary interface
 ContentHandlerEx getUnmarshaller(UnmarshallingContext context)
          Deprecated. Gets an unmarshaller that will unmarshall this object.
 

Method Detail

getUnmarshaller

ContentHandlerEx getUnmarshaller(UnmarshallingContext context)
Deprecated. 
Gets an unmarshaller that will unmarshall this object.


getPrimaryInterfaceClass

Class getPrimaryInterfaceClass()
Deprecated. 
Gets the class object for the primary interface



Copyright © 2014 Oracle Corporation. All Rights Reserved.