All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.ow2.frascati.binding.http.ServletManagerFcSR Maven / Gradle / Ivy

/*
 * Generated by: org.ow2.frascati.tinfi.opt.oo.ServiceReferenceClassGenerator
 * on: Thu Aug 19 19:00:52 CEST 2010
 */

package org.ow2.frascati.binding.http;


public class ServletManagerFcSR
extends org.ow2.frascati.tinfi.osoa.ServiceReferenceImpl
implements org.ow2.frascati.binding.http.ServletManager {

  public ServletManagerFcSR(Class businessInterface,org.ow2.frascati.binding.http.ServletManager service)  {
    super(businessInterface,service);
  }

  public void registerServlet(final java.lang.String arg0,final javax.servlet.Servlet arg1)  {
    final org.ow2.frascati.binding.http.ServletManager impl = getService();
    final org.osoa.sca.ServiceReference sr = this;
    impl.registerServlet(arg0,arg1);
  }

  public void unregisterServlet(final java.lang.String arg0)  {
    final org.ow2.frascati.binding.http.ServletManager impl = getService();
    final org.osoa.sca.ServiceReference sr = this;
    impl.unregisterServlet(arg0);
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy