Uses of Class
jakarta.xml.bind.attachment.AttachmentUnmarshaller
-
Packages that use AttachmentUnmarshaller 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.org.apache.cxf.common.jaxb org.glassfish.jaxb.runtime.api Runtime API for the JAX-WS RIorg.glassfish.jaxb.runtime.v2.runtime.unmarshaller org.jboss.resteasy.plugins.providers.jaxb -
-
Uses of AttachmentUnmarshaller in jakarta.xml.bind
Methods in jakarta.xml.bind that return AttachmentUnmarshaller Modifier and Type Method Description AttachmentUnmarshallerUnmarshaller. getAttachmentUnmarshaller()Methods in jakarta.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 jakarta.xml.bind.helpers
Methods in jakarta.xml.bind.helpers that return AttachmentUnmarshaller Modifier and Type Method Description AttachmentUnmarshallerAbstractUnmarshallerImpl. getAttachmentUnmarshaller()Methods in jakarta.xml.bind.helpers with parameters of type AttachmentUnmarshaller Modifier and Type Method Description voidAbstractUnmarshallerImpl. setAttachmentUnmarshaller(AttachmentUnmarshaller au) -
Uses of AttachmentUnmarshaller in org.apache.cxf.common.jaxb
Methods in org.apache.cxf.common.jaxb with parameters of type AttachmentUnmarshaller Modifier and Type Method Description ObjectJAXBUtils.BridgeWrapper. unmarshal(XMLStreamReader source, AttachmentUnmarshaller am)ObjectJAXBUtils.BridgeWrapper. unmarshal(Node source, AttachmentUnmarshaller am) -
Uses of AttachmentUnmarshaller in org.glassfish.jaxb.runtime.api
Methods in org.glassfish.jaxb.runtime.api with parameters of type AttachmentUnmarshaller Modifier and Type Method Description TBridge. unmarshal(XMLStreamReader in, AttachmentUnmarshaller au)TBridge. unmarshal(Source in, AttachmentUnmarshaller au)TBridge. unmarshal(Node n, AttachmentUnmarshaller au) -
Uses of AttachmentUnmarshaller in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller
Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller that return AttachmentUnmarshaller Modifier and Type Method Description AttachmentUnmarshallerUnmarshallerImpl. getAttachmentUnmarshaller()Methods in org.glassfish.jaxb.runtime.v2.runtime.unmarshaller with parameters of type AttachmentUnmarshaller Modifier and Type Method Description voidUnmarshallerImpl. setAttachmentUnmarshaller(AttachmentUnmarshaller au) -
Uses of AttachmentUnmarshaller in org.jboss.resteasy.plugins.providers.jaxb
Methods in org.jboss.resteasy.plugins.providers.jaxb that return AttachmentUnmarshaller Modifier and Type Method Description AttachmentUnmarshallerSecureUnmarshaller. getAttachmentUnmarshaller()Methods in org.jboss.resteasy.plugins.providers.jaxb with parameters of type AttachmentUnmarshaller Modifier and Type Method Description voidSecureUnmarshaller. setAttachmentUnmarshaller(AttachmentUnmarshaller au)
-