org.ow2.frascati.binding.http.ServletManagerFcInItf Maven / Gradle / Ivy
/*
* Generated by: org.ow2.frascati.tinfi.opt.oo.ServerInterfaceClassGenerator
* on: Thu Aug 19 19:00:52 CEST 2010
*/
package org.ow2.frascati.binding.http;
public class ServletManagerFcInItf
extends org.ow2.frascati.tinfi.TinfiComponentInterface
implements org.ow2.frascati.binding.http.ServletManager {
public ServletManagerFcInItf() {
}
public ServletManagerFcInItf(org.objectweb.fractal.api.Component component,String s,org.objectweb.fractal.api.Type type,boolean flag,Object obj) {
super(component,s,type,flag,obj);
}
public void unregisterServlet(final java.lang.String arg0) {
if( impl == null )
throw new NullPointerException("Trying to invoke a method on a client interface, or on a server interface whose complementary interface is not bound.");
impl.unregisterServlet(arg0);
}
public void registerServlet(final java.lang.String arg0,final javax.servlet.Servlet arg1) {
if( impl == null )
throw new NullPointerException("Trying to invoke a method on a client interface, or on a server interface whose complementary interface is not bound.");
impl.registerServlet(arg0,arg1);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy