Interface ExampleServiceConfiguration
-
- All Superinterfaces:
ConfigBeanProxy,ConfigExtension,Container
public interface ExampleServiceConfiguration extends ConfigBeanProxy, ConfigExtension
This class is an example configuration class used to configure the service ConfigExtension means this class hooks itself under the config tab for a specific configuration in the domain.xml- Author:
- steve
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
ConfigBeanProxy.Duck
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetMessage()voidsetMessage(String message)-
Methods inherited from interface org.jvnet.hk2.config.ConfigBeanProxy
createChild, deepCopy, getParent, getParent
-
-