Interface ITigerProxy

All Known Implementing Classes:
AbstractTigerProxy, TigerProxy, TigerRemoteProxyClient

public interface ITigerProxy
  • Method Details

    • addRoute

      de.gematik.test.tiger.common.data.config.tigerProxy.TigerRoute addRoute(de.gematik.test.tiger.common.data.config.tigerProxy.TigerRoute tigerRoute)
    • removeRoute

      void removeRoute(String routeId)
    • addRbelMessageListener

      void addRbelMessageListener(IRbelMessageListener listener)
    • removeRbelMessageListener

      void removeRbelMessageListener(IRbelMessageListener listener)
    • getBaseUrl

      String getBaseUrl()
    • getProxyPort

      int getProxyPort()
    • addKey

      void addKey(String keyid, Key key)
    • getRoutes

      List<de.gematik.test.tiger.common.data.config.tigerProxy.TigerRoute> getRoutes()
    • clearAllRoutes

      void clearAllRoutes()
    • addModificaton

      de.gematik.test.tiger.common.config.RbelModificationDescription addModificaton(de.gematik.test.tiger.common.config.RbelModificationDescription modification)
    • getModifications

      List<de.gematik.test.tiger.common.config.RbelModificationDescription> getModifications()
    • removeModification

      void removeModification(String modificationId)