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, toString
getLocation, setLocation
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
getLocation
public InvokeFactoryDescriptor()
public ServiceImplementationConstructor createConstructor(ServicePoint point, Module contributingModule)
InstanceBuilder
ServiceImplementationConstructor
that will ultimately create the service implementation instance.createConstructor
in interface InstanceBuilder
public java.lang.String getServiceModel()
InstanceBuilder
ServiceImplementationConstructor
.getServiceModel
in interface InstanceBuilder
public void setServiceModel(java.lang.String serviceModel)
protected void extendDescription(ToStringBuilder builder)
AbstractServiceInvocationDescriptor
extendDescription
in class AbstractServiceInvocationDescriptor