com.ibm.wsspi.container.binding

Interface Binding


  1. public interface Binding
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)

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getName()
Returns the binding name

Method Detail

getName

  1. java.lang.String getName()
Returns the binding name
Returns:
binding name