Uses of Class
jakarta.xml.bind.attachment.AttachmentMarshaller
-
Packages that use AttachmentMarshaller Package Description com.sun.xml.messaging.saaj.util.stax 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.org.apache.cxf.common.jaxb 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.jvnet.staxex.util -
-
Uses of AttachmentMarshaller in com.sun.xml.messaging.saaj.util.stax
Methods in com.sun.xml.messaging.saaj.util.stax that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerSaajStaxWriterEx. getAttachmentMarshaller() -
Uses of AttachmentMarshaller in jakarta.xml.bind
Methods in jakarta.xml.bind that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerMarshaller. getAttachmentMarshaller()Methods in jakarta.xml.bind with parameters of type AttachmentMarshaller Modifier and Type Method Description voidMarshaller. setAttachmentMarshaller(AttachmentMarshaller am)Associate a context that enables binary data within an XML document to be transmitted as XML-binary optimized attachment. -
Uses of AttachmentMarshaller in jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerAbstractMarshallerImpl. getAttachmentMarshaller()Methods in jakarta.xml.bind.helpers with parameters of type AttachmentMarshaller Modifier and Type Method Description voidAbstractMarshallerImpl. setAttachmentMarshaller(AttachmentMarshaller am) -
Uses of AttachmentMarshaller in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb with parameters of type AttachmentMarshaller Modifier and Type Method Description voidJAXBUtils.BridgeWrapper. marshal(Object elValue, XMLStreamWriter source, AttachmentMarshaller m)voidJAXBUtils.BridgeWrapper. marshal(Object elValue, Node source, AttachmentMarshaller am) -
Uses of AttachmentMarshaller in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api with parameters of type AttachmentMarshaller Modifier and Type Method Description voidBridge. marshal(T object, OutputStream output, NamespaceContext nsContext, AttachmentMarshaller am)voidBridge. marshal(T object, XMLStreamWriter output, AttachmentMarshaller am)voidBridge. marshal(T object, ContentHandler contentHandler, AttachmentMarshaller am) -
Uses of AttachmentMarshaller in org.glassfish.jaxb.runtime.v2.runtime
Fields in org.glassfish.jaxb.runtime.v2.runtime declared as AttachmentMarshaller Modifier and Type Field Description AttachmentMarshallerXMLSerializer. attachmentMarshallerMethods in org.glassfish.jaxb.runtime.v2.runtime that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerMarshallerImpl. getAttachmentMarshaller()Methods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type AttachmentMarshaller Modifier and Type Method Description voidMarshallerImpl. setAttachmentMarshaller(AttachmentMarshaller am) -
Uses of AttachmentMarshaller in org.jvnet.staxex.util
Methods in org.jvnet.staxex.util that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerMtomStreamWriter. getAttachmentMarshaller()
-