java.lang.Object
org.qubership.integration.platform.runtime.catalog.builder.templates.helpers.EndpointHelperSource

public class EndpointHelperSource extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    externalRoutePath(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
     
    gatewayProtocol(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    Method is used to provide gateway protocol for CamelHttpUri header
    gatewayURI(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    Method is used to provide External and Internal service integration address
    gatewayUrl(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
     
    integrationAddress(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    Method is used to provide External and Internal service integration address
    integrationEndpoint(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    Method is used to provide External and Internal async service integration endpoint
    routeVariable(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    Deprecated.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EndpointHelperSource

      public EndpointHelperSource()
  • Method Details

    • integrationAddress

      public CharSequence integrationAddress(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
      Method is used to provide External and Internal service integration address
    • integrationEndpoint

      public CharSequence integrationEndpoint(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
      Method is used to provide External and Internal async service integration endpoint
    • gatewayURI

      public CharSequence gatewayURI(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
      Method is used to provide External and Internal service integration address
    • gatewayProtocol

      public CharSequence gatewayProtocol(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
      Method is used to provide gateway protocol for CamelHttpUri header
    • gatewayUrl

      public CharSequence gatewayUrl(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
    • routeVariable

      @Deprecated(since="24.4") public CharSequence routeVariable(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)
      Deprecated.
    • externalRoutePath

      public CharSequence externalRoutePath(org.qubership.integration.platform.catalog.persistence.configs.entity.chain.element.ChainElement element)