net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee
Interface MethodIntfType

All Superinterfaces:
String
All Known Implementing Classes:
MethodIntfTypeImpl

public interface MethodIntfType
extends String

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. The Local applies to both local component interface and local business interface. Similarly, Remote applies to both remote component interface and the remote business interface. The method-intf element must be one of the following: Home Remote LocalHome Local ServiceEndpoint

Java class for method-intfType complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="method-intfType">
   <simpleContent>
     <restriction base="<http://java.sun.com/xml/ns/javaee>string">
     </restriction>
   </simpleContent>
 </complexType>
 


Method Summary
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.javaee.String
getId, getValue, setId, setValue
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.