Apache CXF API

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

Packages that use Plugin
org.apache.cxf.tools.plugin   
org.apache.cxf.tools.wsdlto.core   
 

Uses of Plugin in org.apache.cxf.tools.plugin
 

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

Methods in org.apache.cxf.tools.plugin that return types with arguments of type Plugin
 javax.xml.bind.JAXBElement<Plugin> ObjectFactory.createPlugin(Plugin value)
          Create an instance of JAXBElement<Plugin>}
 

Methods in org.apache.cxf.tools.plugin with parameters of type Plugin
 javax.xml.bind.JAXBElement<Plugin> ObjectFactory.createPlugin(Plugin value)
          Create an instance of JAXBElement<Plugin>}
 

Uses of Plugin in org.apache.cxf.tools.wsdlto.core
 

Methods in org.apache.cxf.tools.wsdlto.core that return Plugin
protected  Plugin PluginLoader.getPlugin(String resource)
           
protected  Plugin PluginLoader.getPlugin(URL url)
           
 

Methods in org.apache.cxf.tools.wsdlto.core that return types with arguments of type Plugin
 Map<String,Plugin> PluginLoader.getPlugins()
           
 

Methods in org.apache.cxf.tools.wsdlto.core with parameters of type Plugin
protected  void PluginLoader.loadPlugin(Plugin plugin)
           
 


Apache CXF API

Apache CXF