JOnASWSEmitter.java

00001 
00025 package org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee.emitter;
00026 
00027 import org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee.JOnASJ2EEWebServicesContext;
00028 
00029 
00034 public interface JOnASWSEmitter {
00035 
00036     JOnASJ2EEWebServicesContext getJOnASWsContext();
00037     void setJOnASWsContext(JOnASJ2EEWebServicesContext context);
00038     boolean hasBindingGeneration();
00039     boolean hasServiceGeneration();
00040     boolean hasDeployGeneration();
00044     ClassLoader getClassLoader();
00045 
00050     void setClassLoader(ClassLoader classLoader);
00051 }

Generated on Tue Feb 15 15:06:01 2005 for JOnAS by  doxygen 1.3.9.1