public interface UserGroupCallbackModel
extends org.switchyard.config.model.Model
| Modifier and Type | Field and Description |
|---|---|
static String |
USER_GROUP_CALLBACK
The userGroupCallback XML element.
|
| 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.
|
static final String USER_GROUP_CALLBACK
Class<?> getClazz(ClassLoader loader)
loader - the ClassLoader to useUserGroupCallbackModel setClazz(Class<?> clazz)
clazz - the UserGroupCallback classorg.switchyard.config.model.property.PropertiesModel getProperties()
UserGroupCallbackModel setProperties(org.switchyard.config.model.property.PropertiesModel properties)
properties - the child properties modelCopyright © 2013–2017 JBoss by Red Hat. All rights reserved.