public final class InvokeFactoryServiceConstructor extends BaseLocatable implements ServiceImplementationConstructor
ServiceImplementationFactory interface.| Constructor and Description |
|---|
InvokeFactoryServiceConstructor() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
constructCoreServiceImplementation()
Creates a new core service implementation.
|
Module |
getContributingModule()
Returns the module which created the contribution.
|
java.util.List |
getParameters() |
ServicePoint |
getServiceExtensionPoint() |
void |
setContributingModule(Module module) |
void |
setFactoryServiceId(java.lang.String string) |
void |
setParameters(java.util.List list) |
void |
setServiceExtensionPoint(ServicePoint point) |
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocationpublic InvokeFactoryServiceConstructor()
public java.lang.Object constructCoreServiceImplementation()
ServiceImplementationConstructorconstructCoreServiceImplementation in interface ServiceImplementationConstructorpublic Module getContributingModule()
ServiceImplementationConstructorgetContributingModule in interface ServiceImplementationConstructorpublic void setContributingModule(Module module)
public java.util.List getParameters()
public ServicePoint getServiceExtensionPoint()
public void setParameters(java.util.List list)
public void setFactoryServiceId(java.lang.String string)
public void setServiceExtensionPoint(ServicePoint point)