Deprecated API

Deprecated Classes
de.ispsoft.jaxme.jaxb.JAXBContext
          Soon to be replaced with javax.xml.bind.JAXBContext 
 

Deprecated Interfaces
de.ispsoft.jaxme.jaxb.Element
          Soon to be replaced with javax.xml.bind.Element 
de.ispsoft.jaxme.jaxb.Marshaller
          Soon to be replaced with javax.xml.bind.Marshaller 
de.ispsoft.jaxme.jaxb.Unmarshaller
          Soon to be replaced with javax.xml.bind.Unmarshaller 
de.ispsoft.jaxme.jaxb.UnmarshallerHandler
          Soon to be replaced with javax.xml.bind.UnmarshallerHandler 
de.ispsoft.jaxme.jaxb.ValidationEvent
          Soon to be replaced with javax.xml.bind.ValidationEvent 
de.ispsoft.jaxme.jaxb.ValidationEventHandler
          Soon to be replaced with javax.xml.bind.ValidationEventHandler 
de.ispsoft.jaxme.jaxb.ValidationEventLocator
          Soon to be replaced with javax.xml.bind.ValidationEventLocator 
de.ispsoft.jaxme.jaxb.Validator
          Soon to be replaced with javax.xml.bind.Validator 
 

Deprecated Exceptions
de.ispsoft.jaxme.jaxb.JAXBException
          Soon to be replaced with javax.xml.bind.JAXBException 
de.ispsoft.jaxme.jaxb.MarshalException
          Soon to be replaced with javax.xml.bind.MarshalException 
de.ispsoft.jaxme.jaxb.MarshallerException
          Soon to be replaced with javax.xml.bind.MarshallerException 
de.ispsoft.jaxme.jaxb.TypeConstraintException
          Soon to be replaced with javax.xml.bind.TypeConstraintException 
de.ispsoft.jaxme.jaxb.UnmarshalException
          Soon to be replaced with javax.xml.bind.jaxb.UnmarshalException 
de.ispsoft.jaxme.jaxb.UnrecognizedPropertyException
          Soon to be replaced with javax.xml.bind.UnrecognizedPropertyException 
de.ispsoft.jaxme.jaxb.UnsupportedPropertyException
          Soon to be replaced with javax.xml.bind.UnsupportedPropertyException 
 

Deprecated Methods
de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl.castFromString(String)
          Will be removed in JaxMe 2 
de.ispsoft.jaxme.generator.types.SchemaSimpleTypeImpl.castToString(String)
          Will be removed in JaxMe 2 
de.ispsoft.jaxme.JMAnyElement.formatDate(Date)
          Will be removed in JaxMe 2. Use a Marshaller and its property jaxme.format.datetime to achieve the same functionality. 
de.ispsoft.jaxme.JMAnyElement.getAttribute(String, String)
          Use getAttribute(String pNamespaceURI, String pLocalName, MarshallerImpl pMarshaller) 
de.ispsoft.jaxme.JMAnyElement.getDefaultDateFormat()
          Will be removed in JaxMe 2. Use a Marshaller and its property jaxme.format.datetime to achieve the same functionality. 
de.ispsoft.jaxme.JMManagerFactoryImpl.getManager(String, String)
          Use getManager(UriName) instead. 
de.ispsoft.jaxme.JMAnyElement.parseDate(String)
          Will be removed in JaxMe 2. Use an Unmarshaller and its property jaxme.format.datetime to achieve the same functionality. 
de.ispsoft.jaxme.JMAnyElement.setAttribute(String, String, String)
          Use setAttribute(pNamespaceURI, pLocalName, pValue, pUnmarshaller) 
de.ispsoft.jaxme.JMAnyElement.setDefaultDateFormat(DateFormat)
          Will be removed in JaxMe 2. Use a Marshaller and its property jaxme.format.datetime to achieve the same functionality.