Added support for binding-independent RPCs 12/112/1
authorTony Tkacik <ttkacik@cisco.com>
Fri, 5 Apr 2013 11:11:04 +0000 (13:11 +0200)
committerTony Tkacik <ttkacik@cisco.com>
Fri, 5 Apr 2013 11:11:04 +0000 (13:11 +0200)
Implemented the support for binding-independent RPCs directly into BrokerImpl,
and removed unused placeholders for functionality.

Cleanup:
  - Moved Session Implementations directly into BrokerImpl as private inner
    classes, because they are BrokerImpl specific.
  - Removed unnecessary packages.
  - Extracted RPC utils from sal-broker-impl to sal-common-utils to be reusable
    for other components without introducing dependency on sal-broker-impl.

Signed-off-by: Tony Tkacik <ttkacik@cisco.com>

No differences found