Class AIConnectorFactory
java.lang.Object
org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.AbstractFactory
org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.AbstractMediatorFactory
org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.ConnectorFactory
org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.ai.AIConnectorFactory
- Direct Known Subclasses:
AIAgentConnectorFactory,AIChatConnectorFactory,KnowledgeBaseConnectorFactory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidpopulateConnections(AIConnector aiConnector, DOMElement element, List<String> allowedConnectionTags) protected voidpopulateConnectorConfigs(AIConnector aiConnector, DOMElement element) Methods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.ConnectorFactory
addConnector, createSpecificMediator, getConnectors, getTagName, populateAttributes, removeConnectorMethods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.mediators.AbstractMediatorFactory
createMethods inherited from class org.eclipse.lemminx.customservice.synapse.syntaxTree.factory.AbstractFactory
getMiVersion, getProjectPath, setMiVersion, setProjectPath
-
Constructor Details
-
AIConnectorFactory
public AIConnectorFactory()
-
-
Method Details
-
populateConnectorConfigs
-
populateConnections
protected void populateConnections(AIConnector aiConnector, DOMElement element, List<String> allowedConnectionTags)
-