The configuration of a binding.
This interface is implemented by respective binding implementations who wants to use common container. Different bindings
can extend this interface further to add additional interface methods to support that binding. For e.g For JMS,
SharedJMSBinding needs methods like getActivationSpecName() etc. The implementation of this binding interface is done by
respective callers who wants to use the common container. For e.g SCA FP's JMSBindingImpl implements this interface
(or extended SharedJMSBinding interface)