org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee.emitter
Interface JOnASWSEmitter
- All Known Implementing Classes:
- FullEmitter
- public interface JOnASWSEmitter
- Author:
- Guillaume Sauthier
getJOnASWsContext
public JOnASJ2EEWebServicesContext getJOnASWsContext()
setJOnASWsContext
public void setJOnASWsContext(JOnASJ2EEWebServicesContext context)
hasBindingGeneration
public boolean hasBindingGeneration()
hasServiceGeneration
public boolean hasServiceGeneration()
hasDeployGeneration
public boolean hasDeployGeneration()
getClassLoader
public java.lang.ClassLoader getClassLoader()
- Returns:
- the classLoader.
setClassLoader
public void setClassLoader(java.lang.ClassLoader classLoader)
- Set the classloader to use
- Parameters:
classLoader
- The classLoader to set.