com.sun.xml.bind.marshaller
Class MarshallerImpl
java.lang.Object
javax.xml.bind.helpers.AbstractMarshallerImpl
com.sun.xml.bind.marshaller.MarshallerImpl
- All Implemented Interfaces:
- Marshaller
Deprecated. in JAXB1.0.1
public class MarshallerImpl
- extends AbstractMarshallerImpl
Implementation of Marshaller interface for JAXB RI.
- Since:
- JAXB1.0
- Author:
- Kohsuke Kawaguchi, Vivek Pandey
| 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 |
MarshallerImpl
public MarshallerImpl()
- Deprecated.
marshal
public void marshal(java.lang.Object obj,
javax.xml.transform.Result result)
throws JAXBException
- Deprecated.
- Throws:
JAXBException
createEscapeHandler
protected CharacterEscapeHandler createEscapeHandler(java.lang.String encoding)
- Deprecated.
createWriter
public XMLWriter createWriter(java.io.Writer w,
java.lang.String encoding)
throws JAXBException
- Deprecated.
- Throws:
JAXBException
createWriter
public XMLWriter createWriter(java.io.Writer w)
throws JAXBException
- Deprecated.
- Throws:
JAXBException
createWriter
public XMLWriter createWriter(java.io.OutputStream os)
throws JAXBException
- Deprecated.
- Throws:
JAXBException
createWriter
public XMLWriter createWriter(java.io.OutputStream os,
java.lang.String encoding)
throws JAXBException
- Deprecated.
- Throws:
JAXBException
getProperty
public java.lang.Object getProperty(java.lang.String name)
throws PropertyException
- Deprecated.
- Specified by:
getProperty in interface Marshaller- Overrides:
getProperty in class AbstractMarshallerImpl
- Throws:
PropertyException
setProperty
public void setProperty(java.lang.String name,
java.lang.Object value)
throws PropertyException
- Deprecated.
- Specified by:
setProperty in interface Marshaller- Overrides:
setProperty in class AbstractMarshallerImpl
- Throws:
PropertyException
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.