public class V1UserGroupCallbackModel extends org.switchyard.config.model.BaseModel implements UserGroupCallbackModel
USER_GROUP_CALLBACK| Constructor and Description |
|---|
V1UserGroupCallbackModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
Creates a new UserGroupCallbackModel with the specified configuration and descriptor.
|
V1UserGroupCallbackModel(String namespace)
Creates a new UserGroupCallbackModel.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClazz(ClassLoader loader)
Gets the UserGroupCallback class.
|
org.switchyard.config.model.property.PropertiesModel |
getProperties()
Gets the child properties model.
|
UserGroupCallbackModel |
setClazz(Class<?> clazz)
Sets the UserGroupCallback class.
|
UserGroupCallbackModel |
setProperties(org.switchyard.config.model.property.PropertiesModel properties)
Sets the child properties model.
|
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 V1UserGroupCallbackModel(String namespace)
namespace - namespacepublic V1UserGroupCallbackModel(org.switchyard.config.Configuration config,
org.switchyard.config.model.Descriptor desc)
config - the configurationdesc - the descriptorpublic Class<?> getClazz(ClassLoader loader)
getClazz in interface UserGroupCallbackModelloader - the ClassLoader to usepublic UserGroupCallbackModel setClazz(Class<?> clazz)
setClazz in interface UserGroupCallbackModelclazz - the UserGroupCallback classpublic org.switchyard.config.model.property.PropertiesModel getProperties()
getProperties in interface UserGroupCallbackModelpublic UserGroupCallbackModel setProperties(org.switchyard.config.model.property.PropertiesModel properties)
setProperties in interface UserGroupCallbackModelproperties - the child properties modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.