public final class CreateInstanceDescriptor extends BaseLocatable implements InstanceBuilder
| Constructor and Description |
|---|
CreateInstanceDescriptor() |
| 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. |
java.lang.String |
getInstanceClassName() |
java.lang.String |
getServiceModel()
Returns the name of a service model appropriate for the instance that will be
created by the
ServiceImplementationConstructor. |
void |
setInstanceClassName(java.lang.String string) |
void |
setServiceModel(java.lang.String serviceModel) |
java.lang.String |
toString() |
getLocation, setLocationclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLocationpublic CreateInstanceDescriptor()
public java.lang.String getInstanceClassName()
public void setInstanceClassName(java.lang.String string)
public ServiceImplementationConstructor createConstructor(ServicePoint point, Module contributingModule)
InstanceBuilderServiceImplementationConstructor
that will ultimately create the service implementation instance.createConstructor in interface InstanceBuilderpublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getServiceModel()
InstanceBuilderServiceImplementationConstructor.getServiceModel in interface InstanceBuilderpublic void setServiceModel(java.lang.String serviceModel)