org.objectweb.jonas_ws.wsgen.generator.ews.wsdltoj2ee.emitter
Interface JOnASWSEmitter

All Known Implementing Classes:
FullEmitter

public interface JOnASWSEmitter

JOnAS interface for code Emitter

Author:
Guillaume Sauthier

Method Summary
 java.lang.ClassLoader getClassLoader()
           
 JOnASJ2EEWebServicesContext getJOnASWsContext()
           
 boolean hasBindingGeneration()
           
 boolean hasDeployGeneration()
           
 boolean hasServiceGeneration()
           
 void setClassLoader(java.lang.ClassLoader classLoader)
          Set the classloader to use
 void setJOnASWsContext(JOnASJ2EEWebServicesContext context)
           
 

Method Detail

getJOnASWsContext

public JOnASJ2EEWebServicesContext getJOnASWsContext()
Returns:
Returns the Ws Context

setJOnASWsContext

public void setJOnASWsContext(JOnASJ2EEWebServicesContext context)
Parameters:
context - set the WS Context

hasBindingGeneration

public boolean hasBindingGeneration()
Returns:
true if needs to generate bindings

hasServiceGeneration

public boolean hasServiceGeneration()
Returns:
true if needs to generate services

hasDeployGeneration

public boolean hasDeployGeneration()
Returns:
true if needs to generate deploy files

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.