RequestBuilderFactory.java :  » GWT » gwtrpc4j » org » gwtrpc4j » Java Open Source

Java Open Source » GWT » gwtrpc4j 
gwtrpc4j » org » gwtrpc4j » RequestBuilderFactory.java
package org.gwtrpc4j;

import com.google.gwt.http.client.RequestBuilder;
import com.google.gwt.http.client.RequestBuilder.Method;

public interface RequestBuilderFactory {
  public RequestBuilder newInstance(Method httpMethod,
      String serviceEntryPoint);
}
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.