Uses of Class
javax.xml.bind.attachment.AttachmentMarshaller
-
Packages that use AttachmentMarshaller Package Description com.sun.xml.bind.api Runtime API for the JAX-WS RIcom.sun.xml.bind.v2.runtime Code that implements JAXBContext, Unmarshaller, and Marshaller.internal.org.jvnet.staxex.util 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. -
-
Uses of AttachmentMarshaller in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api that return AttachmentMarshaller Modifier and Type Method Description abstract AttachmentMarshallerBridgeContext. getAttachmentMarshaller()Deprecated.Gets the lastAttachmentMarshallerset throughAttachmentMarshaller.Methods in com.sun.xml.bind.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)abstract voidBridgeContext. setAttachmentMarshaller(AttachmentMarshaller m)Deprecated.Sets theAttachmentMarshaller. -
Uses of AttachmentMarshaller in com.sun.xml.bind.v2.runtime
Fields in com.sun.xml.bind.v2.runtime declared as AttachmentMarshaller Modifier and Type Field Description AttachmentMarshallerXMLSerializer. attachmentMarshallerMethods in com.sun.xml.bind.v2.runtime that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerBridgeContextImpl. getAttachmentMarshaller()AttachmentMarshallerMarshallerImpl. getAttachmentMarshaller()Methods in com.sun.xml.bind.v2.runtime with parameters of type AttachmentMarshaller Modifier and Type Method Description voidBridgeContextImpl. setAttachmentMarshaller(AttachmentMarshaller m)voidMarshallerImpl. setAttachmentMarshaller(AttachmentMarshaller am) -
Uses of AttachmentMarshaller in internal.org.jvnet.staxex.util
Methods in internal.org.jvnet.staxex.util that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerMtomStreamWriter. getAttachmentMarshaller() -
Uses of AttachmentMarshaller in javax.xml.bind
Methods in javax.xml.bind that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerMarshaller. getAttachmentMarshaller()Methods in javax.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 javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return AttachmentMarshaller Modifier and Type Method Description AttachmentMarshallerAbstractMarshallerImpl. getAttachmentMarshaller()Methods in javax.xml.bind.helpers with parameters of type AttachmentMarshaller Modifier and Type Method Description voidAbstractMarshallerImpl. setAttachmentMarshaller(AttachmentMarshaller am)
-