Class TigerRemoteProxyClient
- java.lang.Object
-
- de.gematik.test.tiger.proxy.AbstractTigerProxy
-
- de.gematik.test.tiger.proxy.client.TigerRemoteProxyClient
-
- All Implemented Interfaces:
ITigerProxy,AutoCloseable
public class TigerRemoteProxyClient extends AbstractTigerProxy implements AutoCloseable
-
-
Field Summary
Fields Modifier and Type Field Description static StringWS_ERRORSstatic StringWS_TRACING
-
Constructor Summary
Constructors Constructor Description TigerRemoteProxyClient(String remoteProxyUrl, TigerProxyConfiguration configuration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TigerRouteaddRoute(TigerRoute tigerRoute)voidclose()StringgetBaseUrl()intgetPort()List<TigerExceptionDto>getReceivedRemoteExceptions()List<TigerRoute>getRoutes()voidremoveRoute(String routeId)voidunsubscribe()-
Methods inherited from class de.gematik.test.tiger.proxy.AbstractTigerProxy
addKey, addRbelMessageListener, canEqual, clearAllRoutes, equals, getRbelLogger, getRbelMessageListeners, getRbelMessages, getTigerProxyConfiguration, hashCode, removeRbelMessageListener, setRbelLogger, toString, triggerListener
-
-
-
-
Field Detail
-
WS_TRACING
public static final String WS_TRACING
- See Also:
- Constant Field Values
-
WS_ERRORS
public static final String WS_ERRORS
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TigerRemoteProxyClient
public TigerRemoteProxyClient(String remoteProxyUrl, TigerProxyConfiguration configuration)
-
-
Method Detail
-
addRoute
public TigerRoute addRoute(TigerRoute tigerRoute)
- Specified by:
addRoutein interfaceITigerProxy
-
removeRoute
public void removeRoute(String routeId)
- Specified by:
removeRoutein interfaceITigerProxy
-
getBaseUrl
public String getBaseUrl()
- Specified by:
getBaseUrlin interfaceITigerProxy
-
getPort
public int getPort()
- Specified by:
getPortin interfaceITigerProxy
-
getRoutes
public List<TigerRoute> getRoutes()
- Specified by:
getRoutesin interfaceITigerProxy
-
unsubscribe
public void unsubscribe()
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable
-
getReceivedRemoteExceptions
public List<TigerExceptionDto> getReceivedRemoteExceptions()
-
-