Uses of Class
org.apache.cxf.tools.plugin.DataBinding
-
Packages that use DataBinding Package Description org.apache.cxf.tools.plugin org.apache.cxf.tools.wsdlto.core -
-
Uses of DataBinding in org.apache.cxf.tools.plugin
Fields in org.apache.cxf.tools.plugin with type parameters of type DataBinding Modifier and Type Field Description protected List<DataBinding>Plugin. databindingMethods in org.apache.cxf.tools.plugin that return DataBinding Modifier and Type Method Description DataBindingObjectFactory. createDataBinding()Create an instance ofDataBindingMethods in org.apache.cxf.tools.plugin that return types with arguments of type DataBinding Modifier and Type Method Description List<DataBinding>Plugin. getDatabinding()Gets the value of the databinding property. -
Uses of DataBinding in org.apache.cxf.tools.wsdlto.core
Methods in org.apache.cxf.tools.wsdlto.core that return DataBinding Modifier and Type Method Description DataBindingPluginLoader. getDataBinding(String name)Methods in org.apache.cxf.tools.wsdlto.core that return types with arguments of type DataBinding Modifier and Type Method Description Map<String,DataBinding>PluginLoader. getDataBindings()
-