public final class InvokeFactoryDescriptor extends AbstractServiceInvocationDescriptor implements InstanceBuilder
| Constructor and Description |
|---|
InvokeFactoryDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
ServiceImplementationConstructor |
createConstructor(ServicePoint point,
Module contributingModule)
Returns an instance of
ServiceImplementationConstructor
that will ultimately create the service implementation instance. |
protected void |
extendDescription(ToStringBuilder builder)
Overridden in subclasses to provide more information about
the instance.
|
java.lang.String |
getServiceModel()
Returns the name of a service model appropriate for the instance that will be
created by the
ServiceImplementationConstructor. |
void |
setServiceModel(java.lang.String serviceModel) |
addParameter, getFactoryServiceId, getParameters, setFactoryServiceId, toStringgetLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocationpublic InvokeFactoryDescriptor()
public ServiceImplementationConstructor createConstructor(ServicePoint point, Module contributingModule)
InstanceBuilderServiceImplementationConstructor
that will ultimately create the service implementation instance.createConstructor in interface InstanceBuilderpublic java.lang.String getServiceModel()
InstanceBuilderServiceImplementationConstructor.getServiceModel in interface InstanceBuilderpublic void setServiceModel(java.lang.String serviceModel)
protected void extendDescription(ToStringBuilder builder)
AbstractServiceInvocationDescriptorextendDescription in class AbstractServiceInvocationDescriptor