public interface InstanceBuilder extends Locatable
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 |
getServiceModel()
Returns the name of a service model appropriate for the instance that will be
created by the
ServiceImplementationConstructor . |
getLocation
java.lang.String getServiceModel()
ServiceImplementationConstructor
.ServiceImplementationConstructor createConstructor(ServicePoint point, Module contributingModule)
ServiceImplementationConstructor
that will ultimately create the service implementation instance.