Class InboundConnectorHolder

java.lang.Object
org.eclipse.lemminx.customservice.synapse.inbound.conector.InboundConnectorHolder

public class InboundConnectorHolder extends Object
  • Constructor Details

    • InboundConnectorHolder

      public InboundConnectorHolder()
  • Method Details

    • init

      public void init(String projectPath, String projectRuntimeVersion)
    • getCustomInboundConnectors

      public void getCustomInboundConnectors()
    • saveInboundConnector

      public Boolean saveInboundConnector(String connectorName, String uiSchema)
    • getInboundConnectorSchema

      public InboundConnectorResponse getInboundConnectorSchema(File inboundEPFile)
    • getLocalInboundConnectorList

      public com.google.gson.JsonObject getLocalInboundConnectorList()
    • getLocalInboundEndpointsListForCopilot

      public String getLocalInboundEndpointsListForCopilot()
    • getInboundConnectorSchema

      public InboundConnectorResponse getInboundConnectorSchema(String connectorName)
    • getInboundConnectorSchemaFromId

      public InboundConnectorResponse getInboundConnectorSchemaFromId(String connectorId)
    • saveToFile

      public boolean saveToFile(File file, String text)
    • setProjectPath

      public void setProjectPath(String projectPath)
    • generateInboundConnectorArray

      public String generateInboundConnectorArray()