Example usage for javax.xml.bind.attachment AttachmentMarshaller subclass-usage

List of usage examples for javax.xml.bind.attachment AttachmentMarshaller subclass-usage

Introduction

In this page you can find the example usage for javax.xml.bind.attachment AttachmentMarshaller subclass-usage.

Usage

From source file org.openehealth.ipf.commons.ihe.ws.cxf.NonReadingAttachmentMarshaller.java

/**
 * An attachment marshaller implementation which does not read any data
 * from the provided data handlers in order to keep all streams usable.
 *
 * @author Dmytro Rud
 */

From source file org.apache.axis2.datasource.jaxb.JAXBAttachmentMarshaller.java

/**
 * An implementation of the JAXB AttachmentMarshaller that is used to handle binary data from JAXB
 * and create populate the appropriate constructs on the MessageContext
 */
public class JAXBAttachmentMarshaller extends AttachmentMarshaller {