IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.container.binding
Interface Binding


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
 java.lang.String getName()
          Returns the binding name
 

Method Detail

getName

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

Returns:
binding name

IBM WebSphere Application ServerTM
Release 7