public interface JAXBModel
Modifier and Type | Method and Description |
---|---|
List<String> |
getClassList()
Deprecated.
this method is provided for now to allow gradual migration for JAX-RPC.
|
List<String> getClassList()
JAXBContext
.
Until the JAXB team fixes the bootstrapping issue, we have
two bootstrapping methods. This one is to use a list of class names
to call JAXBContext.newInstance(Class[])
method. If
this method returns non-null, the caller is expected to use
that method. This is meant to be a temporary workaround.
Copyright © 2017 JBoss by Red Hat. All rights reserved.