blob: 58ee92f966e1a9099d384dbb847d05b95ad7c975 [file] [log] [blame]
/**
* Copyright (c) 2010 Mia-Software.
* 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:
*
* Nicolas Guyomar (Mia-Software) - initial API and implementation
*/
package org.eclipse.modisco.jee.ejbjar.EjbJar31;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Method Intf Type</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
*
*
* The method-intf element allows a method element to
* differentiate between the methods with the same name and
* signature that are multiply defined across the home and
* component interfaces (e.g, in both an enterprise bean's
* remote and local interfaces or in both an enterprise bean's
* home and remote interfaces, etc.); the component and web
* service endpoint interfaces, and so on.
*
* Local applies to the local component interface, local business
* interfaces, and the no-interface view.
*
* Remote applies to both remote component interface and the remote
* business interfaces.
*
* ServiceEndpoint refers to methods exposed through a web service
* endpoint.
*
* Timer refers to the bean's timeout callback methods.
*
* MessageEndpoint refers to the methods of a message-driven bean's
* message-listener interface.
*
* The method-intf element must be one of the following:
*
* Home
* Remote
* LocalHome
* Local
* ServiceEndpoint
* Timer
* MessageEndpoint
*
*
* <!-- end-model-doc -->
*
*
* @see org.eclipse.modisco.jee.ejbjar.EjbJar31.EjbJar31Package#getMethodIntfType()
* @model extendedMetaData="name='method-intfType' kind='simple'"
* @generated
*/
public interface MethodIntfType extends org.eclipse.modisco.jee.ejbjar.EjbJar31.String {
} // MethodIntfType