Package de.gematik.test.tiger.proxy
Interface ITigerProxy
-
- All Known Implementing Classes:
AbstractTigerProxy,TigerProxy,TigerRemoteProxyClient
public interface ITigerProxy
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddKey(String keyid, Key key)de.gematik.test.tiger.common.config.RbelModificationDescriptionaddModificaton(de.gematik.test.tiger.common.config.RbelModificationDescription modification)voidaddRbelMessageListener(IRbelMessageListener listener)de.gematik.test.tiger.common.data.config.tigerProxy.TigerRouteaddRoute(de.gematik.test.tiger.common.data.config.tigerProxy.TigerRoute tigerRoute)voidclearAllRoutes()StringgetBaseUrl()List<de.gematik.test.tiger.common.config.RbelModificationDescription>getModifications()intgetProxyPort()List<de.gematik.test.tiger.common.data.config.tigerProxy.TigerRoute>getRoutes()voidremoveModification(String modificationId)voidremoveRbelMessageListener(IRbelMessageListener listener)voidremoveRoute(String routeId)
-
-
-
Method Detail
-
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()
-
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)
-
-