uk.ac.ebi.adfconverter.tools.checker.data.impl.runtime
Class MarshallerImpl

java.lang.Object
  extended byAbstractMarshallerImpl
      extended byuk.ac.ebi.adfconverter.tools.checker.data.impl.runtime.MarshallerImpl

public class MarshallerImpl
extends AbstractMarshallerImpl

Implementation of Marshaller interface for JAXB RI.

Author:
Kohsuke Kawaguchi, Vivek Pandey
See Also:
Serialized Form

Constructor Summary
MarshallerImpl(DefaultJAXBContextImpl c)
           
 
Method Summary
 XMLWriter createWriter(java.io.OutputStream os)
           
 XMLWriter createWriter(java.io.OutputStream os, java.lang.String encoding)
           
 XMLWriter createWriter(java.io.Writer w)
           
 XMLWriter createWriter(java.io.Writer w, java.lang.String encoding)
           
 java.lang.Object getProperty(java.lang.String name)
           
 void marshal(java.lang.Object obj, javax.xml.transform.Result result)
           
 void setProperty(java.lang.String name, java.lang.Object value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallerImpl

public MarshallerImpl(DefaultJAXBContextImpl c)
Method Detail

createWriter

public XMLWriter createWriter(java.io.OutputStream os)
                       throws JAXBException
Throws:
JAXBException

createWriter

public XMLWriter createWriter(java.io.OutputStream os,
                              java.lang.String encoding)
                       throws JAXBException
Throws:
JAXBException

createWriter

public XMLWriter createWriter(java.io.Writer w)
                       throws JAXBException
Throws:
JAXBException

createWriter

public XMLWriter createWriter(java.io.Writer w,
                              java.lang.String encoding)
                       throws JAXBException
Throws:
JAXBException

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws PropertyException
Throws:
PropertyException

marshal

public void marshal(java.lang.Object obj,
                    javax.xml.transform.Result result)
             throws JAXBException
Throws:
JAXBException

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws PropertyException
Throws:
PropertyException


European Bioinformatics InstituteMicroarray Informatics Team