147148149150151152153
/** * Creates a service type. */ public ServiceType serviceTypeFactory(Object object) { return new ServiceTypeImpl(object); }