Marshaller.marshal() | Java

 

Descripción

Sintaxis

void marshal(Object jaxbElement, File output) throws JAXBException
void marshal(Object jaxbElement, OutputStream os) throws JAXBException
void marshal(Object jaxbElement, Writer writer) throws JAXBException
void marshal(Object jaxbElement, XMLEventWriter writer) throws JAXBException
void marshal(Object jaxbElement, XMLStreamWriter writer) throws JAXBException
void marshal(Object jaxbElement, Result result) throws JAXBException
void marshal(Object jaxbElement, Node node) throws JAXBException
void marshal(Object jaxbElement, ContentHandler handler) throws JAXBException

Parámetros

  • Result result,
  • XMLEventWriter writer,
  • Object jaxbElement,
  • Writer writer,
  • Node node,
  • File output,
  • OutputStream os,
  • ContentHandler handler,
  • XMLStreamWriter writer,

Excepciones

MarshalException, JAXBException, IllegalArgumentException

Clase Padre

Marshaller

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.