Package org.jboss.as.ee.component
Interface ComponentCreateServiceFactory
public interface ComponentCreateServiceFactory
A factory for component creation which allows component behavior customization.
- Author:
- David M. Lloyd
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ComponentCreateServiceFactoryThe default, basic component create service factory. -
Method Summary
Modifier and TypeMethodDescriptionconstructService(ComponentConfiguration configuration) Construct a new component creation service from the given configuration.
-
Field Details
-
BASIC
The default, basic component create service factory.
-
-
Method Details
-
constructService
Construct a new component creation service from the given configuration.- Parameters:
configuration- the configuration- Returns:
- the create service
-