com.kuka.common.persistence
Class JAXBContextSingleton

java.lang.Object
  extended by com.kuka.common.persistence.JAXBContextSingleton

public final class JAXBContextSingleton
extends Object

Singleton class for JAXB context. Used to read XML-files.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Method Summary
static JAXBContextWrapper getInstance(Class<?> clazz)
          Get the instance of the JAXBContext.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static JAXBContextWrapper getInstance(Class<?> clazz)
Get the instance of the JAXBContext.

Parameters:
clazz - the class
Returns:
The instance.
This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.


Copyright © 2019. All rights reserved.