Uses of Class
org.apache.cxf.tools.plugin.FrontEnd
-
Packages that use FrontEnd Package Description org.apache.cxf.tools.plugin org.apache.cxf.tools.wsdlto.core -
-
Uses of FrontEnd in org.apache.cxf.tools.plugin
Fields in org.apache.cxf.tools.plugin with type parameters of type FrontEnd Modifier and Type Field Description protected List<FrontEnd>Plugin. frontendMethods in org.apache.cxf.tools.plugin that return FrontEnd Modifier and Type Method Description FrontEndObjectFactory. createFrontEnd()Create an instance ofFrontEndMethods in org.apache.cxf.tools.plugin that return types with arguments of type FrontEnd Modifier and Type Method Description List<FrontEnd>Plugin. getFrontend()Gets the value of the frontend property. -
Uses of FrontEnd in org.apache.cxf.tools.wsdlto.core
Methods in org.apache.cxf.tools.wsdlto.core that return FrontEnd Modifier and Type Method Description FrontEndPluginLoader. getFrontEnd(String name)Methods in org.apache.cxf.tools.wsdlto.core that return types with arguments of type FrontEnd Modifier and Type Method Description Map<String,FrontEnd>PluginLoader. getFrontEnds()
-