org.drools.guvnor.gwtutil
Class ServiceAsyncInterfaceGenerator

java.lang.Object
  extended by org.drools.guvnor.gwtutil.ServiceAsyncInterfaceGenerator

public class ServiceAsyncInterfaceGenerator
extends Object

This utility uses reflection to generate the async interface from the Service interface as per GWT standard.


Constructor Summary
ServiceAsyncInterfaceGenerator()
           
 
Method Summary
static String arrayIfy(String type)
           
protected static String generate(Class<?> cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAsyncInterfaceGenerator

public ServiceAsyncInterfaceGenerator()
Method Detail

generate

protected static String generate(Class<?> cls)

arrayIfy

public static String arrayIfy(String type)


Copyright © 2001-2011 JBoss Inc.. All Rights Reserved.