| Package | Description |
|---|---|
| com.att.ajsc.csilogging.util |
| Modifier and Type | Method and Description |
|---|---|
static JAXBmar |
JAXBmar.instance(boolean isFragment,
Class<?>... classes)
Returns a JAXBmar (existing if available in the cache, otherwise new)
instance bound to the supplied classes and specified fragment handling.
|
static JAXBmar |
JAXBmar.instance(Class<?>... classes)
Returns a JAXBmar (existing if available in the cache, otherwise new)
instance bound to the supplied classes.
|
static JAXBmar |
JAXBmar.instance(QName qname,
boolean isFragment,
Class<?>... classes)
Returns a JAXBmar (existing if available in the cache, otherwise new)
instance bound to the supplied classes, QName, and fragment handling.
|
static JAXBmar |
JAXBmar.instance(QName qname,
Class<?>... classes)
Returns a JAXBmar (existing if available in the cache, otherwise new)
instance bound to the supplied classes and QName.
|
static JAXBmar |
JAXBmar.instance(QName qname,
String encoding,
Class<?>... classes)
Returns a JAXBmar (existing if available in the cache, otherwise new)
instance bound to the supplied classes, QName, and encoding.
|
static JAXBmar |
JAXBmar.instance(RuntimeTIG tig,
Class<?>... classes)
Deprecated.
|
static JAXBmar |
JAXBmar.instance(RuntimeTIG tig,
QName qname)
Returns a JAXBmar (existing if available in the cache, otherwise new)
instance bound to the class name associated with the supplied QName in
the supplied RuntimeTIG.
|
static JAXBmar |
JAXBmar.instance(String encoding,
Class<?>... classes)
Returns a JAXBmar (existing if available in the cache, otherwise new)
instance bound to the supplied classes and specified encoding.
|
Copyright © 2017 Pivotal Software, Inc.. All rights reserved.