com.sun.xml.bind.marshaller
Class MarshallerImpl

java.lang.Object
  extended by javax.xml.bind.helpers.AbstractMarshallerImpl
      extended by com.sun.xml.bind.marshaller.MarshallerImpl
All Implemented Interfaces:
javax.xml.bind.Marshaller

Deprecated. in JAXB1.0.1

public class MarshallerImpl
extends javax.xml.bind.helpers.AbstractMarshallerImpl

Implementation of Marshaller interface for JAXB RI.

Since:
JAXB1.0

Nested Class Summary
 
Nested classes/interfaces inherited from interface javax.xml.bind.Marshaller
javax.xml.bind.Marshaller.Listener
 
Field Summary
 
Fields inherited from interface javax.xml.bind.Marshaller
JAXB_ENCODING, JAXB_FORMATTED_OUTPUT, JAXB_FRAGMENT, JAXB_NO_NAMESPACE_SCHEMA_LOCATION, JAXB_SCHEMA_LOCATION
 
Constructor Summary
MarshallerImpl()
          Deprecated.  
 
Method Summary
protected  CharacterEscapeHandler createEscapeHandler(java.lang.String encoding)
          Deprecated.  
 XMLWriter createWriter(java.io.OutputStream os)
          Deprecated.  
 XMLWriter createWriter(java.io.OutputStream os, java.lang.String encoding)
          Deprecated.  
 XMLWriter createWriter(java.io.Writer w)
          Deprecated.  
 XMLWriter createWriter(java.io.Writer w, java.lang.String encoding)
          Deprecated.  
 java.lang.Object getProperty(java.lang.String name)
          Deprecated.  
 void marshal(java.lang.Object obj, javax.xml.transform.Result result)
          Deprecated.  
 void setProperty(java.lang.String name, java.lang.Object value)
          Deprecated.  
 
Methods inherited from class javax.xml.bind.helpers.AbstractMarshallerImpl
getAdapter, getAttachmentMarshaller, getEncoding, getEventHandler, getJavaEncoding, getListener, getNode, getNoNSSchemaLocation, getSchema, getSchemaLocation, isFormattedOutput, isFragment, marshal, marshal, marshal, marshal, marshal, marshal, marshal, setAdapter, setAdapter, setAttachmentMarshaller, setEncoding, setEventHandler, setFormattedOutput, setFragment, setListener, setNoNSSchemaLocation, setSchema, setSchemaLocation
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MarshallerImpl

public MarshallerImpl()
Deprecated. 
Method Detail

marshal

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

createEscapeHandler

protected CharacterEscapeHandler createEscapeHandler(java.lang.String encoding)
Deprecated. 

createWriter

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

createWriter

public XMLWriter createWriter(java.io.Writer w)
                       throws javax.xml.bind.JAXBException
Deprecated. 
Throws:
javax.xml.bind.JAXBException

createWriter

public XMLWriter createWriter(java.io.OutputStream os)
                       throws javax.xml.bind.JAXBException
Deprecated. 
Throws:
javax.xml.bind.JAXBException

createWriter

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

getProperty

public java.lang.Object getProperty(java.lang.String name)
                             throws javax.xml.bind.PropertyException
Deprecated. 
Specified by:
getProperty in interface javax.xml.bind.Marshaller
Overrides:
getProperty in class javax.xml.bind.helpers.AbstractMarshallerImpl
Throws:
javax.xml.bind.PropertyException

setProperty

public void setProperty(java.lang.String name,
                        java.lang.Object value)
                 throws javax.xml.bind.PropertyException
Deprecated. 
Specified by:
setProperty in interface javax.xml.bind.Marshaller
Overrides:
setProperty in class javax.xml.bind.helpers.AbstractMarshallerImpl
Throws:
javax.xml.bind.PropertyException