Package org.apache.cxf.tools.wsdlto.core
Class PluginLoader
java.lang.Object
org.apache.cxf.tools.wsdlto.core.PluginLoader
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDataBinding(String name) getDataBindingProfile(String name) getFrontEnd(String name) getFrontEndProfile(String name) static PluginLoaderprotected Pluginprotected PluginvoidloadPlugin(String resource) voidloadPlugin(URL url) protected voidloadPlugin(Plugin plugin) static PluginLoadervoidrefresh()static voidunload()
-
Field Details
-
DEFAULT_PROVIDER_NAME
- See Also:
-
LOG
-
-
Method Details
-
refresh
public void refresh() -
newInstance
-
getInstance
-
unload
public static void unload() -
loadPlugin
- Throws:
IOException
-
loadPlugin
-
loadPlugin
-
getPlugin
protected Plugin getPlugin(URL url) throws IOException, jakarta.xml.bind.JAXBException, FileNotFoundException - Throws:
IOExceptionjakarta.xml.bind.JAXBExceptionFileNotFoundException
-
getPlugin
protected Plugin getPlugin(String resource) throws jakarta.xml.bind.JAXBException, IOException, FileNotFoundException - Throws:
jakarta.xml.bind.JAXBExceptionIOExceptionFileNotFoundException
-
getFrontEnd
-
getFrontEndProfile
-
getDataBinding
-
getDataBindingProfile
-
getFrontEnds
-
getDataBindings
-
getPlugins
-