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

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

Introduction

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

The text is from its open source code.

Constructor

JAXBResult(JAXBContext context)
Creates a new instance that uses the specified JAXBContext to unmarshal.
JAXBResult(Unmarshaller _unmarshaller)
Creates a new instance that uses the specified Unmarshaller to unmarshal an object.

Method

ObjectgetResult()
Gets the unmarshalled object created by the transformation.