Java javax.xml.bind.util JAXBSource fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.bind.util JAXBSource fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.bind.util JAXBSource.

The text is from its open source code.

Constructor

JAXBSource(JAXBContext context, Object contentObject)
Creates a new javax.xml.transform.Source for the given content object.
JAXBSource(Marshaller marshaller, Object contentObject)
Creates a new javax.xml.transform.Source for the given content object.