Example usage for javax.xml.bind JAXBContext subclass-usage

List of usage examples for javax.xml.bind JAXBContext subclass-usage

Introduction

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

Usage

From source file org.cauldron.tests.util.DigesterContext.java

/**
 * Digester-based JAXB context for JAXB task testing.
 */

public class DigesterContext extends JAXBContext {
    private RuleSet rules;

From source file org.castor.jaxb.CastorJAXBContext.java

/**
 * A implementation of {@link JAXBContext}, that wraps the Castor marshalling framework.
 *
 * @author Joachim Grueneis, jgrueneis AT codehaus DOT org
 * @author Jakub Narloch, jmnarloch AT gmail DOT org
 * @version 1.0

From source file org.javelin.sws.ext.bind.SweJaxbContext.java

/**
 * <p>Lightweight implementation of {@link JAXBContext}. Almost everything what JAXB-RI does is implemented using Spring features
 * (metadata scanning, handling of JavaBeans, conversion, formatting, etc.)</p>
 * 
 * <p>Construction of {@link JAXBContext} is the process of <i>lifting up</i> (in Category theory terms using <i>functor</i>) the Category
 * of Java classes into the Category of what we call <i>XML Patterns</i>. In Java Category, Java classes are transformed (morphed) into Java objects;