public class V2ExtraJaxbClassModel extends org.switchyard.config.model.BaseModel implements ExtraJaxbClassModel
EXTRA_JAXB_CLASS| Constructor and Description |
|---|
V2ExtraJaxbClassModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new ExtraJaxbClassModel with the specified configuration and descriptor.
|
V2ExtraJaxbClassModel(String namespace)
Creates a new ExtraJaxbClassModel in the specified namespace.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz(ClassLoader loader)
Gets the extra JAXB class.
|
ExtraJaxbClassModel |
setClazz(Class<?> clazz)
Sets the extra JAXB class.
|
addChildModel, assertModelValid, equals, getFirstChildModel, getFirstChildModelStartsWith, getModelAttribute, getModelAttribute, getModelAttributeAsQName, getModelAttributeAsQName, getModelChildren, getModelChildrenOrder, getModelConfiguration, getModelDescriptor, getModelParent, getModelRoot, getModelRootNamespace, getModelValue, getNamespaceURI, hashCode, hasParentModel, isModelValid, orderModelChildren, primeModelChildren, readModel, setChildModel, setModelAttribute, setModelAttribute, setModelAttributeAsQName, setModelAttributeAsQName, setModelChildrenOrder, setModelValue, toString, validateModel, write, writepublic V2ExtraJaxbClassModel(String namespace)
namespace - the namespacepublic V2ExtraJaxbClassModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic Class<?> getClazz(ClassLoader loader)
getClazz in interface ExtraJaxbClassModelloader - the ClassLoader to usepublic ExtraJaxbClassModel setClazz(Class<?> clazz)
setClazz in interface ExtraJaxbClassModelclazz - the extra JAXB classCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.