Class CustomSchemaElementFactoryTemplate
java.lang.Object
com.aquima.interactions.test.templates.resource.CustomSchemaElementFactoryTemplate
- All Implemented Interfaces:
Serializable
Template that can be used to create a custom schema element factory.
- Since:
- 9.0
- Author:
- Jon van Leuven
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
addCustomSchemaElement
(String name, com.aquima.interactions.portal.ICustomSchemaElement customSchemaElement) Add a custom schema element implementation.protected com.aquima.interactions.portal.ICustomSchemaElement
com.aquima.interactions.portal.ICustomSchemaElementFactory
This method returns an implementation of the ICustomSchemaElementFactory interface based on this template.
-
Constructor Details
-
Method Details
-
addCustomSchemaElement
public void addCustomSchemaElement(String name, com.aquima.interactions.portal.ICustomSchemaElement customSchemaElement) Add a custom schema element implementation.- Parameters:
name
- The name of the element.customSchemaElement
- The implementation of the custom schema element.
-
toFactory
public com.aquima.interactions.portal.ICustomSchemaElementFactory toFactory()This method returns an implementation of the ICustomSchemaElementFactory interface based on this template.- Returns:
- an implementation of the ICustomSchemaElementFactory interface based on this template.
-
get
-