Uses of Class
org.apache.cxf.tools.plugin.Plugin
-
Packages that use Plugin Package Description 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 Modifier and Type Method Description PluginObjectFactory. createPlugin()Create an instance ofPluginMethods in org.apache.cxf.tools.plugin that return types with arguments of type Plugin Modifier and Type Method Description javax.xml.bind.JAXBElement<Plugin>ObjectFactory. createPlugin(Plugin value)Methods in org.apache.cxf.tools.plugin with parameters of type Plugin Modifier and Type Method Description javax.xml.bind.JAXBElement<Plugin>ObjectFactory. createPlugin(Plugin value) -
Uses of Plugin in org.apache.cxf.tools.wsdlto.core
Methods in org.apache.cxf.tools.wsdlto.core that return Plugin Modifier and Type Method Description protected PluginPluginLoader. getPlugin(String resource)protected PluginPluginLoader. getPlugin(URL url)Methods in org.apache.cxf.tools.wsdlto.core that return types with arguments of type Plugin Modifier and Type Method Description Map<String,Plugin>PluginLoader. getPlugins()Methods in org.apache.cxf.tools.wsdlto.core with parameters of type Plugin Modifier and Type Method Description protected voidPluginLoader. loadPlugin(Plugin plugin)
-