which java method in which the Router and Message Processors use to call out API Proxies.
We know that each proxy is specific to the URI that is being called but in what method does Java call those proxies? It was implied that it wasn't using servlet to do so.
Secondarily, it in what way would Cassandra come into play with java methods?