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 Specifies the binding for an ejb-ref or ejb-local-ref. The name attribute specfies the name of the ejb-ref or the ejb-local-ref, while the binding name specifies the binding (jndi) name for the target of the reference. Specifies the binding for a resource-ref. The name attribute specfies the name of the resource-ref, while the binding name specifies the binding (jndi) name for the target of the reference. If the resource reference is for a connection factory, then an optional JAAS login configuration may be specified. The authentication element allows the specification of a simple authentication alias as the JAAS login configuration, while custom-login-configuration allows a more complex JAAS login configuration to be specified. Specifies the binding for a resource-env-ref. The name attribute specfies the name of the resource-env-ref, while the binding name specifies the binding (jndi) name for the target of the reference. Specifies the binding for a message-destination-ref. The name attribute specfies the name of the message-destination-ref, while the binding name specifies the binding (jndi) name for the target of the reference. Specifies a custom login configuration. The name attribute specifies the name of the custom login configuration, The login configuration is defined by a set of properties (name/value pairs). Specifies the binding for an message-destination. The name attribute identifies the message destination to which the binding applies. The binding-name attribute specifies the jndi name to be associated with the message destination.