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

Method Summary
 java.lang.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

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