Uses of Interface
jakarta.xml.bind.Marshaller
Packages that use Marshaller
Package
Description
Provides a runtime binding framework for client applications including
unmarshalling, marshalling, and validation capabilities.
Jakarta XML Binding Provider Use Only: Provides partial default implementations for
some of the
jakarta.xml.bind interfaces.Useful client utility classes.
Runtime API for the JAX-WS RI
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of Marshaller in jakarta.xml.bind
Methods in jakarta.xml.bind that return MarshallerModifier and TypeMethodDescriptionabstract MarshallerJAXBContext.createMarshaller()Create aMarshallerobject that can be used to convert a java content tree into XML data. -
Uses of Marshaller in jakarta.xml.bind.helpers
Classes in jakarta.xml.bind.helpers that implement MarshallerModifier and TypeClassDescriptionclassPartial defaultMarshallerimplementation. -
Uses of Marshaller in jakarta.xml.bind.util
Constructors in jakarta.xml.bind.util with parameters of type MarshallerModifierConstructorDescriptionJAXBSource(Marshaller marshaller, Object contentObject) Creates a newSourcefor the given content object. -
Uses of Marshaller in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb with parameters of type MarshallerModifier and TypeMethodDescriptionstatic voidJAXBUtils.setEscapeHandler(Marshaller marshaller, Object escapeHandler) static voidJAXBUtils.setMinimumEscapeHandler(Marshaller marshaller) static ObjectJAXBUtils.setNamespaceMapper(Bus bus, Map<String, String> nspref, Marshaller marshaller) static voidJAXBUtils.setNoEscapeHandler(Marshaller marshaller) -
Uses of Marshaller in org.glassfish.jaxb.runtime
Methods in org.glassfish.jaxb.runtime that return MarshallerModifier and TypeMethodDescriptionCycleRecoverable.Context.getMarshaller()Returns the marshaller object that's doing the marshalling. -
Uses of Marshaller in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api with parameters of type MarshallerModifier and TypeMethodDescriptionabstract 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 org.glassfish.jaxb.runtime.v2.runtime
Classes in org.glassfish.jaxb.runtime.v2.runtime that implement MarshallerModifier and TypeClassDescriptionfinal classImplementation ofMarshallerinterface for the JAXB RI.Fields in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type MarshallerModifier and TypeFieldDescriptionfinal Pool<Marshaller>JAXBContextImpl.marshallerPoolPool ofMarshallers. -
Uses of Marshaller in org.jboss.resteasy.plugins.providers.jaxb
Classes in org.jboss.resteasy.plugins.providers.jaxb that implement MarshallerFields in org.jboss.resteasy.plugins.providers.jaxb declared as MarshallerMethods in org.jboss.resteasy.plugins.providers.jaxb that return MarshallerModifier and TypeMethodDescriptionJAXBContextWrapper.createMarshaller()PrettyProcessor.decorate(Marshaller target, Formatted annotation, Class type, Annotation[] annotations, MediaType mediaType) StylesheetProcessor.decorate(Marshaller target, Stylesheet annotation, Class type, Annotation[] annotations, MediaType mediaType) XmlHeaderProcessor.decorate(Marshaller target, XmlHeader annotation, Class type, Annotation[] annotations, MediaType mediaType) static MarshallerAbstractJAXBProvider.decorateMarshaller(Class type, Annotation[] annotations, MediaType mediaType, Marshaller marshaller) protected MarshallerAbstractJAXBProvider.getMarshaller(Class<?> type, Annotation[] annotations, MediaType mediaType) Retrieve JAXB marshaller.Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type MarshallerModifier and TypeMethodDescriptionPrettyProcessor.decorate(Marshaller target, Formatted annotation, Class type, Annotation[] annotations, MediaType mediaType) StylesheetProcessor.decorate(Marshaller target, Stylesheet annotation, Class type, Annotation[] annotations, MediaType mediaType) XmlHeaderProcessor.decorate(Marshaller target, XmlHeader annotation, Class type, Annotation[] annotations, MediaType mediaType) static MarshallerAbstractJAXBProvider.decorateMarshaller(Class type, Annotation[] annotations, MediaType mediaType, Marshaller marshaller) static voidAbstractJAXBProvider.setCharset(MediaType mediaType, Marshaller marshaller)