Deprecated API


Contents
Deprecated Classes
com.sun.xml.bind.ErrorHandlerToEventHandler
          since 1.0.1 We no longer use this class in the unmarshaller. 
 

Deprecated Fields
com.sun.xml.bind.marshaller.Messages.ERR_MISSING_OBJECT
          use ERR_MISSING_OBJECT2 
com.sun.xml.bind.marshaller.Messages.ERR_MISSING_OBJECT2
          use com.sun.xml.bind.serializer.Util#createMissingObjectError(JAXBObject, String) 
com.sun.xml.bind.validator.Messages.MISSING_OBJECT
          use MISSING_OBJECT2 
com.sun.xml.bind.validator.Messages.MISSING_OBJECT2
          use com.sun.xml.bind.serializer.Util#createMissingObjectError(JAXBObject, String) 
 

Deprecated Methods
com.sun.xml.bind.marshaller.DataWriter.getIndentStep()
          Only return the length of the indent string. 
com.sun.xml.bind.marshaller.DataWriter.setIndentStep(int)
          Should use the version that takes string.