public interface RuntimeTIG
| Modifier and Type | Method and Description |
|---|---|
String |
classNameForElement(QName qname)
Given a specified QName, M2E has the smarts to identify and return its
underlying class.
|
String |
getPkgFromNS(String namespace)
Obtains the Java Package M2E will use based on Schema targetNamespace.
|
QName |
getRealQName(Class<?> cls)
Deprecated.
|
void |
loadCompiled(String xsdRootDir,
Reader in)
Load up the pre-compiled information into maps that support these calls.
|
String getPkgFromNS(String namespace)
namespace - The namespace used to derive the Java package name.@Deprecated QName getRealQName(Class<?> cls)
cls - The class name used to return the QName from the RuntimeTIG.String classNameForElement(QName qname)
qname - The QName for the associated class we want to derive.void loadCompiled(String xsdRootDir, Reader in) throws IOException
xsdRootDir - The schema root directory.in - The Reader containing the pre-compiled data.IOException - Thrown if the pre-compiled data cannot be loaded properly
into runtime objects.Copyright © 2017 Pivotal Software, Inc.. All rights reserved.