@Singleton public class MapTranslator extends Object implements XmlDomTranslationService
Constructor and Description |
---|
MapTranslator() |
Modifier and Type | Method and Description |
---|---|
XmlDomHubData |
translate(XmlDomHubData hk2ConfigBeanData)
This method is called by the system prior to adding, modifying
or removing an hk2-bean.
|
public XmlDomHubData translate(XmlDomHubData hk2ConfigBeanData)
XmlDomTranslationService
XmlDomHubData
will be used when
interacting with the Hub
.
If multiple services exist they will all be called in priority order, with the results from one call being passed into the parameter of the next call
translate
in interface XmlDomTranslationService
hk2ConfigBeanData
- The never null information that will be
used with the Hub
when adding, modifying or removing hk2-config
beansCopyright © 2009–2017 Oracle Corporation. All rights reserved.