Uses of Class
org.apache.cxf.tools.common.model.JavaServiceClass
-
Packages that use JavaServiceClass Package Description 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 Modifier and Type Method Description Map<String,JavaServiceClass>JavaModel. getServiceClasses()Methods in org.apache.cxf.tools.common.model with parameters of type JavaServiceClass Modifier and Type Method Description voidJavaModel. addServiceClass(String name, JavaServiceClass service)
-