Package org.wildfly.subsystem.service
Interface ResourceServiceConfigurator
-
public interface ResourceServiceConfiguratorConfigures a service for a given resource.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ResourceServiceInstallerconfigure(OperationContext context, org.jboss.dmr.ModelNode model)Configures a service using the specified operation context and model.
-
-
-
Method Detail
-
configure
ResourceServiceInstaller configure(OperationContext context, org.jboss.dmr.ModelNode model) throws OperationFailedException
Configures a service using the specified operation context and model.- Parameters:
context- an operation context, used to resolve capabilities and expressionsmodel- the resource model- Returns:
- a service installer
- Throws:
OperationFailedException- if there was a failure reading the model or resolving expressions/capabilities
-
-