Uses of Class
org.apache.cxf.tools.common.model.JavaInterface
-
Packages that use JavaInterface Package Description org.apache.cxf.tools.common.model -
-
Uses of JavaInterface in org.apache.cxf.tools.common.model
Subclasses of JavaInterface in org.apache.cxf.tools.common.model Modifier and Type Class Description classJavaClassclassJavaExceptionClassclassJavaServiceClassMethods in org.apache.cxf.tools.common.model that return JavaInterface Modifier and Type Method Description JavaInterfaceJavaMethod. getInterface()JavaInterfaceJavaType. getOwner()Methods in org.apache.cxf.tools.common.model that return types with arguments of type JavaInterface Modifier and Type Method Description Map<String,JavaInterface>JavaModel. getInterfaces()Methods in org.apache.cxf.tools.common.model with parameters of type JavaInterface Modifier and Type Method Description voidJavaModel. addInterface(String name, JavaInterface i)voidJavaMethod. setInterface(JavaInterface intf)voidJavaType. setOwner(JavaInterface intf)Constructors in org.apache.cxf.tools.common.model with parameters of type JavaInterface Constructor Description JavaMethod(JavaInterface i)
-