org.eclipse.jst.j2ee.webservice.wsclient
Interface WebServicesClient

All Superinterfaces:
J2EEEObject

public interface WebServicesClient
extends J2EEEObject

A representation of the model object 'Web Services Client'.

Version:
J2EE1.4 deprecated

The following features are supported:

See Also:
Webservice_clientPackage.getWebServicesClient()

Method Summary
 EList getComponentScopedRefs()
          Returns the value of the 'Component Scoped Refs' containment reference list.
 EList getServiceRefs()
          Returns the value of the 'Service Refs' containment reference list.
 

Method Detail

getComponentScopedRefs

public EList getComponentScopedRefs()
Returns the value of the 'Component Scoped Refs' containment reference list. The list contents are of type ComponentScopedRefs.

If the meaning of the 'Component Scoped Refs' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Component Scoped Refs' containment reference list.
See Also:
Webservice_clientPackage.getWebServicesClient_ComponentScopedRefs()

getServiceRefs

public EList getServiceRefs()
Returns the value of the 'Service Refs' containment reference list. The list contents are of type ServiceRef.

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

Returns:
the value of the 'Service Refs' containment reference list.
See Also:
Webservice_clientPackage.getWebServicesClient_ServiceRefs()