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

JOnASJ2EEWebServicesContext getJOnASWsContext()
Returns:
Returns the Ws Context

setJOnASWsContext

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

hasBindingGeneration

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

hasServiceGeneration

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

hasDeployGeneration

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

getClassLoader

java.lang.ClassLoader getClassLoader()
Returns:
the classLoader.

setClassLoader

void setClassLoader(java.lang.ClassLoader classLoader)
Set the classloader to use

Parameters:
classLoader - The classLoader to set.