Package javax.xml.bind
See: Description
-
Interface Summary Interface Description DatatypeConverterInterface The DatatypeConverterInterface is for JAXB provider use only.Element This is an element marker interface.Marshaller The Marshaller class is responsible for governing the process of serializing Java content trees back into XML data.NotIdentifiableEvent This event indicates that a problem was encountered resolving an ID/IDREF.ParseConversionEvent This event indicates that a problem was encountered while converting a string from the XML data into a value of the target Java data type.PrintConversionEvent This event indicates that a problem was encountered while converting data from the Java content tree into its lexical representation.Unmarshaller The Unmarshaller class governs the process of deserializing XML data into newly created Java content trees, optionally validating the XML data as it is unmarshalled.UnmarshallerHandler Unmarshaller implemented as SAX ContentHandler.ValidationEvent This event indicates that a problem was encountered while validating the incoming XML data during an unmarshal operation, while performing on-demand validation of the Java content tree, or while marshalling the Java content tree back to XML data.ValidationEventHandler A basic event handler interface for validation errors.ValidationEventLocator Encapsulate the location of a ValidationEvent.Validator Deprecated since JAXB 2.0 -
Class Summary Class Description Binder<XmlNode> Enable synchronization between XML infoset nodes and JAXB objects representing same XML document.DatatypeConverter The javaType binding declaration can be used to customize the binding of an XML schema datatype to a Java datatype.JAXB Class that defines convenience methods for common, simple use of JAXB.JAXBContext The JAXBContext class provides the client's entry point to the JAXB API.JAXBElement<T> JAXB representation of an Xml Element.JAXBElement.GlobalScope Designates global scope for an xml element.JAXBIntrospector Provide access to JAXB xml binding data for a JAXB object.JAXBPermission This class is for JAXB permissions.Marshaller.Listener Register an instance of an implementation of this class with aMarshaller
to externally listen for marshal events.SchemaOutputResolver Controls where a JAXB implementation puts the generates schema files.Unmarshaller.Listener Register an instance of an implementation of this class withUnmarshaller
to externally listen for unmarshal events. -
Exception Summary Exception Description DataBindingException Exception that represents a failure in a JAXB operation.JAXBException This is the root exception class for all JAXB exceptions.MarshalException This exception indicates that an error has occurred while performing a marshal operation that the provider is unable to recover from.PropertyException This exception indicates that an error was encountered while getting or setting a property.TypeConstraintException This exception indicates that a violation of a dynamically checked type constraint was detected.UnmarshalException This exception indicates that an error has occurred while performing an unmarshal operation that prevents the JAXB Provider from completing the operation.ValidationException This exception indicates that an error has occurred while performing a validate operation.
Package javax.xml.bind Description
Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.
JAXBContext is the client-entry point to the runtime binding framework.
Package Specification
Related Documentation
For overviews, tutorials, examples, guides, and tool documentation, please see:- The JAXB Website
Nederlandse vertaling
U hebt gevraagd om deze site in het Nederlands te bezoeken. Voor nu wordt alleen de interface vertaald, maar nog niet alle inhoud.Als je me wilt helpen met vertalingen, is je bijdrage welkom. Het enige dat u hoeft te doen, is u op de site registreren en mij een bericht sturen waarin u wordt gevraagd om u toe te voegen aan de groep vertalers, zodat u de gewenste pagina's kunt vertalen. Een link onderaan elke vertaalde pagina geeft aan dat u de vertaler bent en heeft een link naar uw profiel.
Bij voorbaat dank.
Document heeft de 11/06/2005 gemaakt, de laatste keer de 04/03/2020 gewijzigd
Bron van het afgedrukte document:https://www.gaudry.be/nl/java-api-rf-javax/xml/bind/package-summary.html
De infobrol is een persoonlijke site waarvan de inhoud uitsluitend mijn verantwoordelijkheid is. De tekst is beschikbaar onder CreativeCommons-licentie (BY-NC-SA). Meer info op de gebruiksvoorwaarden en de auteur.
Referenties
Deze verwijzingen en links verwijzen naar documenten die geraadpleegd zijn tijdens het schrijven van deze pagina, of die aanvullende informatie kunnen geven, maar de auteurs van deze bronnen kunnen niet verantwoordelijk worden gehouden voor de inhoud van deze pagina.
De auteur Deze site is als enige verantwoordelijk voor de manier waarop de verschillende concepten, en de vrijheden die met de referentiewerken worden genomen, hier worden gepresenteerd. Vergeet niet dat u meerdere broninformatie moet doorgeven om het risico op fouten te verkleinen.