Apache CXF API

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

Packages that use FrontEnd
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
protected  List<FrontEnd> Plugin.frontend
           
 

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

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

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


Apache CXF API

Apache CXF