Uses of Interface
javax.xml.bind.Marshaller
- 
Packages that use Marshaller Package Description javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.helpers JAXB Provider Use Only: Provides partial default implementations for some of thejavax.xml.bindinterfaces.javax.xml.bind.util Useful client utility classes.
- 
- 
Uses of Marshaller in javax.xml.bindMethods in javax.xml.bind that return Marshaller Modifier and Type Method Description abstract MarshallerJAXBContext. createMarshaller()Create aMarshallerobject that can be used to convert a java content tree into XML data.
- 
Uses of Marshaller in javax.xml.bind.helpersClasses in javax.xml.bind.helpers that implement Marshaller Modifier and Type Class Description classAbstractMarshallerImplPartial defaultMarshallerimplementation.
- 
Uses of Marshaller in javax.xml.bind.utilConstructors in javax.xml.bind.util with parameters of type Marshaller Constructor Description JAXBSource(Marshaller marshaller, Object contentObject)Creates a newSourcefor the given content object.
 
-