public class FastinfoSetMarshaller extends Object implements Marshaller
Marshaller.Listener
JAXB_ENCODING, JAXB_FORMATTED_OUTPUT, JAXB_FRAGMENT, JAXB_NO_NAMESPACE_SCHEMA_LOCATION, JAXB_SCHEMA_LOCATION
Constructor and Description |
---|
FastinfoSetMarshaller(JAXBContext context) |
public FastinfoSetMarshaller(JAXBContext context) throws JAXBException
JAXBException
protected static XMLStreamWriter getFastinfoSetXMLStreamWriter(OutputStream entityStream)
public void marshal(Object o, Result result) throws JAXBException
marshal
in interface Marshaller
JAXBException
public void marshal(Object o, OutputStream outputStream) throws JAXBException
marshal
in interface Marshaller
JAXBException
public void marshal(Object o, File file) throws JAXBException
marshal
in interface Marshaller
JAXBException
public void marshal(Object o, Writer writer) throws JAXBException
marshal
in interface Marshaller
JAXBException
public void marshal(Object o, ContentHandler contentHandler) throws JAXBException
marshal
in interface Marshaller
JAXBException
public void marshal(Object o, Node node) throws JAXBException
marshal
in interface Marshaller
JAXBException
public void marshal(Object o, XMLStreamWriter xmlStreamWriter) throws JAXBException
marshal
in interface Marshaller
JAXBException
public void marshal(Object o, XMLEventWriter xmlEventWriter) throws JAXBException
marshal
in interface Marshaller
JAXBException
public Node getNode(Object o) throws JAXBException
getNode
in interface Marshaller
JAXBException
public void setProperty(String s, Object o) throws PropertyException
setProperty
in interface Marshaller
PropertyException
public Object getProperty(String s) throws PropertyException
getProperty
in interface Marshaller
PropertyException
public void setEventHandler(ValidationEventHandler validationEventHandler) throws JAXBException
setEventHandler
in interface Marshaller
JAXBException
public ValidationEventHandler getEventHandler() throws JAXBException
getEventHandler
in interface Marshaller
JAXBException
public void setAdapter(XmlAdapter xmlAdapter)
setAdapter
in interface Marshaller
public <A extends XmlAdapter> void setAdapter(Class<A> aClass, A a)
setAdapter
in interface Marshaller
public <A extends XmlAdapter> A getAdapter(Class<A> aClass)
getAdapter
in interface Marshaller
public void setAttachmentMarshaller(AttachmentMarshaller attachmentMarshaller)
setAttachmentMarshaller
in interface Marshaller
public AttachmentMarshaller getAttachmentMarshaller()
getAttachmentMarshaller
in interface Marshaller
public void setSchema(Schema schema)
setSchema
in interface Marshaller
public Schema getSchema()
getSchema
in interface Marshaller
public void setListener(Marshaller.Listener listener)
setListener
in interface Marshaller
public Marshaller.Listener getListener()
getListener
in interface Marshaller
Copyright © 2015 JBoss by Red Hat. All rights reserved.