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

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier

public interface Webservice_clientFactory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
Webservice_clientPackage

Field Summary
static Webservice_clientFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 ComponentScopedRefs createComponentScopedRefs()
          Returns a new object of class 'Component Scoped Refs'
 Handler createHandler()
          Returns a new object of class 'Handler'
 PortComponentRef createPortComponentRef()
          Returns a new object of class 'Port Component Ref'
 ServiceRef createServiceRef()
          Returns a new object of class 'Service Ref'
 WebServicesClient createWebServicesClient()
          Returns a new object of class 'Web Services Client'
 Webservice_clientPackage getWebservice_clientPackage()
          Returns the package supported by this factory
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
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
 

Field Detail

eINSTANCE

static final Webservice_clientFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createServiceRef

ServiceRef createServiceRef()
Returns a new object of class 'Service Ref'.

Returns:
a new object of class 'Service Ref'.

createPortComponentRef

PortComponentRef createPortComponentRef()
Returns a new object of class 'Port Component Ref'.

Returns:
a new object of class 'Port Component Ref'.

createHandler

Handler createHandler()
Returns a new object of class 'Handler'.

Returns:
a new object of class 'Handler'.

createWebServicesClient

WebServicesClient createWebServicesClient()
Returns a new object of class 'Web Services Client'.

Returns:
a new object of class 'Web Services Client'.

createComponentScopedRefs

ComponentScopedRefs createComponentScopedRefs()
Returns a new object of class 'Component Scoped Refs'.

Returns:
a new object of class 'Component Scoped Refs'.

getWebservice_clientPackage

Webservice_clientPackage getWebservice_clientPackage()
Returns the package supported by this factory. This method is NOT api, and may change in future releases. EMF package classes should be access via their "eINSTANCE" static fields

Returns:
the package supported by this factory.