Uses of Class
jakarta.xml.bind.attachment.AttachmentMarshaller
Packages that use AttachmentMarshaller
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.Runtime API for the JAX-WS RI
Code that implements JAXBContext, Unmarshaller, and Marshaller.
-
Uses of AttachmentMarshaller in com.sun.xml.messaging.saaj.util.stax
Methods in com.sun.xml.messaging.saaj.util.stax that return AttachmentMarshaller -
Uses of AttachmentMarshaller in jakarta.xml.bind
Methods in jakarta.xml.bind that return AttachmentMarshallerMethods in jakarta.xml.bind with parameters of type AttachmentMarshallerModifier and TypeMethodDescriptionvoidMarshaller.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 AttachmentMarshallerMethods in jakarta.xml.bind.helpers with parameters of type AttachmentMarshallerModifier and TypeMethodDescriptionvoidAbstractMarshallerImpl.setAttachmentMarshaller(AttachmentMarshaller am) -
Uses of AttachmentMarshaller in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb with parameters of type AttachmentMarshallerModifier and TypeMethodDescriptionvoidJAXBUtils.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 AttachmentMarshallerModifier and TypeMethodDescriptionvoidBridge.marshal(T object, OutputStream output, NamespaceContext nsContext, AttachmentMarshaller am) final voidBridge.marshal(T object, XMLStreamWriter output, AttachmentMarshaller am) final 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 AttachmentMarshallerMethods in org.glassfish.jaxb.runtime.v2.runtime that return AttachmentMarshallerMethods in org.glassfish.jaxb.runtime.v2.runtime with parameters of type AttachmentMarshallerModifier and TypeMethodDescriptionvoidMarshallerImpl.setAttachmentMarshaller(AttachmentMarshaller am) -
Uses of AttachmentMarshaller in org.jvnet.staxex.util
Methods in org.jvnet.staxex.util that return AttachmentMarshaller