org.eclipse.jst.j2ee.webservice.wsdd
Interface WebServices

All Superinterfaces:
CompatibilityDescriptionGroup, DescriptionGroup, org.eclipse.emf.ecore.EObject, J2EEEObject, org.eclipse.emf.common.notify.Notifier

public interface WebServices
extends CompatibilityDescriptionGroup

A representation of the model object 'Web Services'. The webservices element is the root element for the web services deployment descriptor. It specifies the set of Web service descriptions that are to be deployed into the J2EE Application Server and the dependencies they have on container resources and services.

The following features are supported:

See Also:
WsddPackage.getWebServices()

Method Summary
 org.eclipse.emf.common.util.EList getWebServiceDescriptions()
          Returns the value of the 'Web Service Descriptions' containment reference list.
 
Methods inherited from interface org.eclipse.jst.j2ee.common.CompatibilityDescriptionGroup
getDescription, getDisplayName, getLargeIcon, getSmallIcon, setDescription, setDescriptionGen, setDisplayName, setDisplayNameGen, setLargeIcon, setLargeIconGen, setSmallIcon, setSmallIconGen
 
Methods inherited from interface org.eclipse.jst.j2ee.common.DescriptionGroup
getDescriptions, getDisplayNames, getIcons
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Method Detail

getWebServiceDescriptions

org.eclipse.emf.common.util.EList getWebServiceDescriptions()
Returns the value of the 'Web Service Descriptions' containment reference list. The list contents are of type WebServiceDescription.

If the meaning of the 'Web Service Descriptions' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Web Service Descriptions' containment reference list.
See Also:
WsddPackage.getWebServices_WebServiceDescriptions()