org.ow2.frascati.binding.http.ServletManagerFcOutItf Maven / Gradle / Ivy
/*
* Generated by: org.ow2.frascati.tinfi.opt.oo.ClientInterfaceClassGenerator
* on: Thu Aug 19 19:00:52 CEST 2010
*/
package org.ow2.frascati.binding.http;
public class ServletManagerFcOutItf
extends org.ow2.frascati.binding.http.ServletManagerFcInItf
implements org.ow2.frascati.binding.http.ServletManager,org.ow2.frascati.tinfi.TinfiComponentOutInterface {
public ServletManagerFcOutItf() {
}
public ServletManagerFcOutItf(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 org.osoa.sca.ServiceReference getServiceReference() {
return new org.ow2.frascati.binding.http.ServletManagerFcSR(org.ow2.frascati.binding.http.ServletManager.class,this);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy