Unmarshaller.unmarshal() | Java

 

Descripción

Sintaxis

Object unmarshal(File f) throws JAXBException
Object unmarshal(InputStream is) throws JAXBException
Object unmarshal(Reader reader) throws JAXBException
Object unmarshal(URL url) throws JAXBException
Object unmarshal(XMLEventReader reader) throws JAXBException
<T> JAXBElement<T> unmarshal(XMLEventReader reader, Class<T> declaredType)
Object unmarshal(XMLStreamReader reader) throws JAXBException
<T> JAXBElement<T> unmarshal(XMLStreamReader reader, Class<T> declaredType)
Object unmarshal(Source source) throws JAXBException
<T> JAXBElement<T> unmarshal(Source source, Class<T> declaredType)
Object unmarshal(Node node) throws JAXBException
<T> JAXBElement<T> unmarshal(Node node, Class<T> declaredType)
Object unmarshal(InputSource source) throws JAXBException

Parámetros

  • File f,
  • Source source,
  • XMLStreamReader reader,
  • Reader reader,
  • URL url,
  • InputStream is,
  • XMLEventReader reader,
  • Node node,
  • InputSource source,
  • Class<T> declaredType,

Excepciones

UnmarshalException, JAXBException, IllegalStateException, IllegalArgumentException

Clase Padre

Unmarshaller

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.