Uses of Interface
jakarta.xml.bind.Marshaller
-
Packages that use Marshaller Package Description jakarta.xml.bind Provides a runtime binding framework for client applications including unmarshalling, marshalling, and validation capabilities.jakarta.xml.bind.helpers Jakarta XML Binding Provider Use Only: Provides partial default implementations for some of thejakarta.xml.bindinterfaces.jakarta.xml.bind.util Useful client utility classes.org.apache.cxf.common.jaxb org.glassfish.jaxb.runtime org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of Marshaller in jakarta.xml.bind
Methods in jakarta.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 jakarta.xml.bind.helpers
Classes in jakarta.xml.bind.helpers that implement Marshaller Modifier and Type Class Description classAbstractMarshallerImplPartial defaultMarshallerimplementation. -
Uses of Marshaller in jakarta.xml.bind.util
Constructors in jakarta.xml.bind.util with parameters of type Marshaller Constructor Description JAXBSource(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 Marshaller Modifier and Type Method Description static 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 Marshaller Modifier and Type Method Description MarshallerCycleRecoverable.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 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 org.glassfish.jaxb.runtime.v2.runtime
Classes in org.glassfish.jaxb.runtime.v2.runtime that implement Marshaller Modifier and Type Class Description classMarshallerImplImplementation ofMarshallerinterface for the JAXB RI.Fields in org.glassfish.jaxb.runtime.v2.runtime with type parameters of type Marshaller Modifier and Type Field Description 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 Marshaller Modifier and Type Class Description classBaseMarshallerFields in org.jboss.resteasy.plugins.providers.jaxb declared as Marshaller Modifier and Type Field Description protected MarshallerBaseMarshaller. marshallerMethods in org.jboss.resteasy.plugins.providers.jaxb that return Marshaller Modifier and Type Method Description MarshallerJAXBContextWrapper. createMarshaller()MarshallerPrettyProcessor. decorate(Marshaller target, Formatted annotation, Class type, Annotation[] annotations, MediaType mediaType)MarshallerStylesheetProcessor. decorate(Marshaller target, Stylesheet annotation, Class type, Annotation[] annotations, MediaType mediaType)MarshallerXmlHeaderProcessor. 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 Marshaller Modifier and Type Method Description MarshallerPrettyProcessor. decorate(Marshaller target, Formatted annotation, Class type, Annotation[] annotations, MediaType mediaType)MarshallerStylesheetProcessor. decorate(Marshaller target, Stylesheet annotation, Class type, Annotation[] annotations, MediaType mediaType)MarshallerXmlHeaderProcessor. 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)
-