complexType method-intfType

complexType {http://java.sun.com/xml/ns/javaee}method-intfType

Type Heirarchy
{http://www.w3.org/2001/XMLSchema}string (by restriction)
 {http://www.w3.org/2001/XMLSchema}normalizedString (by restriction)
  {http://www.w3.org/2001/XMLSchema}token (by extension)
   {http://java.sun.com/xml/ns/javaee}string (by restriction)
    {http://java.sun.com/xml/ns/javaee}method-intfType
Abstractfalse (This can be used in an instance)
Target Namespacehttp://java.sun.com/xml/ns/javaee
Declared Namespacesxmlns:javaee=http://java.sun.com/xml/ns/javaee
xmlns:xsd=http://www.w3.org/2001/XMLSchema
xmlns=http://www.w3.org/2001/XMLSchema


Source

<xsd:complexType name="method-intfType">
    <
xsd:annotation>
        <
xsd:documentation>
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
        
</xsd:documentation>
    </
xsd:annotation>
    <
xsd:simpleContent>
        <
xsd:restriction base="javaee:string">
            <
xsd:enumeration value="Home"/>
            <
xsd:enumeration value="Remote"/>
            <
xsd:enumeration value="LocalHome"/>
            <
xsd:enumeration value="Local"/>
            <
xsd:enumeration value="ServiceEndpoint"/>
        </
xsd:restriction>
    </
xsd:simpleContent>
</
xsd:complexType>


Documentation

	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


complexType method-intfType


Stylus Studio XML Schema Library Home
Site Map | Privacy Policy | Terms of Use | Trademarks
Stylus Scoop XML Newsletter:
W3C Member
Stylus Studio®, a product from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2006 All Rights Reserved.