com.ibm.websphere.models.config.rest.service
Interface RestServiceFactory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
RestServiceFactoryImpl

public interface RestServiceFactory
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:
RestServicePackage

Field Summary
static RestServiceFactory eINSTANCE
          The singleton instance of the factory
 
Method Summary
 WBIRestConfiguration createWBIRestConfiguration()
          Returns a new object of class 'WBI Rest Configuration'
 WBIRestDeploymentTarget createWBIRestDeploymentTarget()
          Returns a new object of class 'WBI Rest Deployment Target'
 WBIRestEndpoint createWBIRestEndpoint()
          Returns a new object of class 'WBI Rest Endpoint'
 WBIRestEndpoints createWBIRestEndpoints()
          Returns a new object of class 'WBI Rest Endpoints'
 WBIRestWebModule createWBIRestWebModule()
          Returns a new object of class 'WBI Rest Web Module'
 RestServicePackage getRestServicePackage()
          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 RestServiceFactory eINSTANCE
The singleton instance of the factory.

Method Detail

createWBIRestEndpoint

WBIRestEndpoint createWBIRestEndpoint()
Returns a new object of class 'WBI Rest Endpoint'.

Returns:
a new object of class 'WBI Rest Endpoint'.

createWBIRestConfiguration

WBIRestConfiguration createWBIRestConfiguration()
Returns a new object of class 'WBI Rest Configuration'.

Returns:
a new object of class 'WBI Rest Configuration'.

createWBIRestDeploymentTarget

WBIRestDeploymentTarget createWBIRestDeploymentTarget()
Returns a new object of class 'WBI Rest Deployment Target'.

Returns:
a new object of class 'WBI Rest Deployment Target'.

createWBIRestEndpoints

WBIRestEndpoints createWBIRestEndpoints()
Returns a new object of class 'WBI Rest Endpoints'.

Returns:
a new object of class 'WBI Rest Endpoints'.

createWBIRestWebModule

WBIRestWebModule createWBIRestWebModule()
Returns a new object of class 'WBI Rest Web Module'.

Returns:
a new object of class 'WBI Rest Web Module'.

getRestServicePackage

RestServicePackage getRestServicePackage()
Returns the package supported by this factory.

Returns:
the package supported by this factory.