public interface ExtraJaxbClassModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
EXTRA_JAXB_CLASS
The extraJaxbClass XML element.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz(ClassLoader loader)
Gets the extra JAXB class.
|
ExtraJaxbClassModel |
setClazz(Class<?> clazz)
Sets the extra JAXB class.
|
static final String EXTRA_JAXB_CLASS
Class<?> getClazz(ClassLoader loader)
loader - the ClassLoader to useExtraJaxbClassModel setClazz(Class<?> clazz)
clazz - the extra JAXB classCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.