Apache CXF API

Uses of Class
org.apache.cxf.tools.common.model.JavaServiceClass

Packages that use JavaServiceClass
org.apache.cxf.tools.common.model   
 

Uses of JavaServiceClass in org.apache.cxf.tools.common.model
 

Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaServiceClass
 Map<String,JavaServiceClass> JavaModel.getServiceClasses()
           
 

Methods in org.apache.cxf.tools.common.model with parameters of type JavaServiceClass
 void JavaModel.addServiceClass(String name, JavaServiceClass service)
           
 


Apache CXF API

Apache CXF