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

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

Introduction

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

Usage

From source file be.e_contract.mycarenet.ehbox.SOAPAttachmentUnmarshaller.java

/**
 * A JAXB attachment unmarshaller. Can be used to inject SOAP attachments when
 * unmarshalling via JAXB.
 * 
 * @author Frank Cornelis
 * 

From source file org.paxle.core.doc.impl.jaxb.JaxbAttachmentUnmarshaller.java

public class JaxbAttachmentUnmarshaller extends AttachmentUnmarshaller {
    private final Map<String, DataHandler> attachments;

    private final Log logger = LogFactory.getLog(this.getClass());

    public JaxbAttachmentUnmarshaller(Map<String, DataHandler> attachments) {

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

/**
 * Implementation of the {@link AttachmentUnmarshaller} class that handles the attachments provided
 * by Axiom through the {@link MimePartProvider} interface. It should be noted that while Axiom only
 * handles attachments referenced using XOP, {@link AttachmentUnmarshaller} is also used to retrieve
 * attachments from SwA messages. Hence the {@link #getDataHandlerForSwA(String)} method.
 */

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

/**
 * Abstract base class for {@link JAXBAttachmentUnmarshaller} and
 * {@link org.apache.axis2.jaxws.message.attachments.JAXBAttachmentUnmarshaller}. This is a partial
 * implementation of the {@link AttachmentUnmarshaller} class. It handles the attachments provided
 * by Axiom through the {@link MimePartProvider} interface. It should be noted that while Axiom only
 * handles attachments referenced using XOP, {@link AttachmentUnmarshaller} is also used to retrieve