org.drools.guvnor.gwtutil
Class ServiceInterfaceGenerator
java.lang.Object
org.drools.guvnor.gwtutil.ServiceInterfaceGenerator
public class ServiceInterfaceGenerator
- extends Object
Method Summary |
static void |
generate(Class cls,
String serviceMethodName)
Generated service interface from given interface. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceInterfaceGenerator
public ServiceInterfaceGenerator()
generate
public static void generate(Class cls,
String serviceMethodName)
- Generated service interface from given interface. This can be used in GWT servlet end-point.
- Parameters:
cls
- Class from generateserviceMethodName
- service method name e.x getService()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.