Class MarshallingConfigurationRepositoryServiceConfigurator
- java.lang.Object
-
- org.wildfly.clustering.service.SimpleServiceNameProvider
-
- org.jboss.as.ejb3.component.stateful.MarshallingConfigurationRepositoryServiceConfigurator
-
- All Implemented Interfaces:
Supplier<MarshallingConfigurationRepository>,MarshallingConfigurationContext,ServiceConfigurator,ServiceNameProvider
public class MarshallingConfigurationRepositoryServiceConfigurator extends SimpleServiceNameProvider implements ServiceConfigurator, MarshallingConfigurationContext, Supplier<MarshallingConfigurationRepository>
Service that provides a versioned marshalling configuration for a deployment unit.- Author:
- Paul Ferraro
-
-
Constructor Summary
Constructors Constructor Description MarshallingConfigurationRepositoryServiceConfigurator(org.jboss.as.server.deployment.DeploymentUnit unit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.jboss.msc.service.ServiceBuilder<?>build(org.jboss.msc.service.ServiceTarget target)MarshallingConfigurationRepositoryget()ModuleDeploymentgetDeployment()org.jboss.modules.ModulegetModule()-
Methods inherited from class org.wildfly.clustering.service.SimpleServiceNameProvider
equals, getServiceName, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.wildfly.clustering.service.ServiceNameProvider
getServiceName
-
-
-
-
Method Detail
-
build
public org.jboss.msc.service.ServiceBuilder<?> build(org.jboss.msc.service.ServiceTarget target)
- Specified by:
buildin interfaceServiceConfigurator
-
get
public MarshallingConfigurationRepository get()
- Specified by:
getin interfaceSupplier<MarshallingConfigurationRepository>
-
getModule
public org.jboss.modules.Module getModule()
- Specified by:
getModulein interfaceMarshallingConfigurationContext
-
getDeployment
public ModuleDeployment getDeployment()
- Specified by:
getDeploymentin interfaceMarshallingConfigurationContext
-
-