Class SIPEndpointResolver
- java.lang.Object
-
- de.ikor.sip.foundation.testkit.util.SIPEndpointResolver
-
@Service public class SIPEndpointResolver extends Object
Helper Service which resolves an entrypoint URI for a route during runtime.
-
-
Constructor Summary
Constructors Constructor Description SIPEndpointResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
resolveURI(org.apache.camel.Exchange exchange)
Resolve entrypoint URI for the Exchange
-
-
-
Method Detail
-
resolveURI
public String resolveURI(org.apache.camel.Exchange exchange)
Resolve entrypoint URI for the Exchange- Parameters:
exchange
- for which the first Endpoint URI (entrypoint) needs to be returned- Returns:
- resolved URI for the Exchange
-
-