@Contract public interface XmlDomTranslationService
Hub
. This integration layer has
made several choices about type name (x-path) and instance
name (x-path like, separated by dots with non-keyed beans
taking the name of the xml attribute). It may be that another
system would like to choose different names, or may even
which to transform the bean into a different form. This
service allows the user of this integration layer to map
the system chosen naming scheme to one of their own likingModifier 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.
|
XmlDomHubData translate(XmlDomHubData hk2ConfigBeanData)
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
hk2ConfigBeanData
- The never null information that will be
used with the Hub
when adding, modifying or removing hk2-config
beansCopyright © 2009–2015 Oracle Corporation. All rights reserved.