Uses of Class
javax.xml.bind.attachment.AttachmentUnmarshaller
-
Packages that use AttachmentUnmarshaller 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.com.sun.xml.bind.v2.runtime.unmarshaller 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 AttachmentUnmarshaller in com.sun.xml.bind.api
Methods in com.sun.xml.bind.api that return AttachmentUnmarshaller Modifier and Type Method Description abstract AttachmentUnmarshallerBridgeContext. getAttachmentUnmarshaller()Deprecated.Gets the lastAttachmentUnmarshallerset throughAttachmentUnmarshaller.Methods in com.sun.xml.bind.api with parameters of type AttachmentUnmarshaller Modifier and Type Method Description abstract voidBridgeContext. setAttachmentUnmarshaller(AttachmentUnmarshaller m)Deprecated.Sets theAttachmentUnmarshaller.TBridge. unmarshal(XMLStreamReader in, AttachmentUnmarshaller au)TBridge. unmarshal(Source in, AttachmentUnmarshaller au)TBridge. unmarshal(Node n, AttachmentUnmarshaller au) -
Uses of AttachmentUnmarshaller in com.sun.xml.bind.v2.runtime
Methods in com.sun.xml.bind.v2.runtime that return AttachmentUnmarshaller Modifier and Type Method Description AttachmentUnmarshallerBridgeContextImpl. getAttachmentUnmarshaller()Methods in com.sun.xml.bind.v2.runtime with parameters of type AttachmentUnmarshaller Modifier and Type Method Description voidBridgeContextImpl. setAttachmentUnmarshaller(AttachmentUnmarshaller u) -
Uses of AttachmentUnmarshaller in com.sun.xml.bind.v2.runtime.unmarshaller
Methods in com.sun.xml.bind.v2.runtime.unmarshaller that return AttachmentUnmarshaller Modifier and Type Method Description AttachmentUnmarshallerUnmarshallerImpl. getAttachmentUnmarshaller()Methods in com.sun.xml.bind.v2.runtime.unmarshaller with parameters of type AttachmentUnmarshaller Modifier and Type Method Description voidUnmarshallerImpl. setAttachmentUnmarshaller(AttachmentUnmarshaller au) -
Uses of AttachmentUnmarshaller in javax.xml.bind
Methods in javax.xml.bind that return AttachmentUnmarshaller Modifier and Type Method Description AttachmentUnmarshallerUnmarshaller. getAttachmentUnmarshaller()Methods in javax.xml.bind with parameters of type AttachmentUnmarshaller Modifier and Type Method Description voidUnmarshaller. setAttachmentUnmarshaller(AttachmentUnmarshaller au)Associate a context that resolves cid's, content-id URIs, to binary data passed as attachments. -
Uses of AttachmentUnmarshaller in javax.xml.bind.helpers
Methods in javax.xml.bind.helpers that return AttachmentUnmarshaller Modifier and Type Method Description AttachmentUnmarshallerAbstractUnmarshallerImpl. getAttachmentUnmarshaller()Methods in javax.xml.bind.helpers with parameters of type AttachmentUnmarshaller Modifier and Type Method Description voidAbstractUnmarshallerImpl. setAttachmentUnmarshaller(AttachmentUnmarshaller au)
-