Copyright (c) 2010 IBM Corporation and others. All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html Contributors: IBM Corporation - initial API and implementation The root of the ibm-ejb-jar-bnd deployment descriptor. Specifies the binding for a session bean business interface. The class attribute specifies the fully qualified name of the business interface. If no value is specified for the class, this will suggest a no-interface view. The binding-name attribute specifies the binding (jndi) name to be associated with the business interface. Specifies the name of the listener port for a message driven bean. Specifies the binding for a JCA adapter for a message driven bean. The required information is the binding (jndi) name for the activation specification, the authentication alias for the activation specification, and the binding name for the destination.