Uses of Interface
javax.xml.bind.Marshaller
-
Packages that use Marshaller Package Description com.sun.xml.bind com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.javax.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.javax.xml.bind.helpers Jakarta XML Binding 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 com.sun.xml.bind
Methods in com.sun.xml.bind that return Marshaller Modifier and Type Method Description MarshallerCycleRecoverable.Context. getMarshaller()Returns the marshaller object that's doing the marshalling. -
Uses of Marshaller in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api with parameters of type Marshaller Modifier and Type Method Description abstract voidBridge. marshal(Marshaller m, T object, OutputStream output, NamespaceContext nsContext)abstract voidBridge. marshal(Marshaller m, T object, XMLStreamWriter output)abstract voidBridge. marshal(Marshaller m, T object, Result result)abstract voidBridge. marshal(Marshaller m, T object, Node output)abstract voidBridge. marshal(Marshaller m, T object, ContentHandler contentHandler) -
Uses of Marshaller in com.sun.xml.bind.v2.runtime
Classes in com.sun.xml.bind.v2.runtime that implement Marshaller Modifier and Type Class Description classMarshallerImplImplementation ofMarshallerinterface for the JAXB RI.Fields in com.sun.xml.bind.v2.runtime with type parameters of type Marshaller Modifier and Type Field Description Pool<Marshaller>JAXBContextImpl. marshallerPoolPool ofMarshallers. -
Uses of Marshaller in javax.xml.bind
Methods 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.helpers
Classes in javax.xml.bind.helpers that implement Marshaller Modifier and Type Class Description classAbstractMarshallerImplPartial defaultMarshallerimplementation. -
Uses of Marshaller in javax.xml.bind.util
Constructors in javax.xml.bind.util with parameters of type Marshaller Constructor Description JAXBSource(Marshaller marshaller, Object contentObject)Creates a newSourcefor the given content object.
-