Apache CXF API

Uses of Class
org.apache.cxf.tools.plugin.DataBinding

Packages that use DataBinding
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
protected  java.util.List<DataBinding> Plugin.databinding
           
 

Methods in org.apache.cxf.tools.plugin that return DataBinding
 DataBinding ObjectFactory.createDataBinding()
          Create an instance of DataBinding
 

Methods in org.apache.cxf.tools.plugin that return types with arguments of type DataBinding
 java.util.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
 DataBinding PluginLoader.getDataBinding(java.lang.String name)
           
 

Methods in org.apache.cxf.tools.wsdlto.core that return types with arguments of type DataBinding
 java.util.Map<java.lang.String,DataBinding> PluginLoader.getDataBindings()
           
 


Apache CXF API

Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.