org.eclipse.jst.j2ee.webservice.wsdd
Interface WebServices
- All Superinterfaces:
- CompatibilityDescriptionGroup, DescriptionGroup, J2EEEObject
- 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 |
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 |
getWebServiceDescriptions
public 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()