javax.xml.bind
Class JAXB.Cache

java.lang.Object
  extended by javax.xml.bind.JAXB.Cache
Enclosing class:
JAXB

private static final class JAXB.Cache
extends java.lang.Object

To improve the performance, we'll cache the last JAXBContext used.


Field Summary
(package private)  JAXBContext context
           
(package private)  java.lang.Class type
           
 
Constructor Summary
JAXB.Cache(java.lang.Class type)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

final java.lang.Class type

context

final JAXBContext context
Constructor Detail

JAXB.Cache

public JAXB.Cache(java.lang.Class type)
           throws JAXBException
Throws:
JAXBException