|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.wsgen.AbsConfigGenerator
org.objectweb.jonas_ws.wsgen.axis.AxisConfigGenerator
Implement methods generating AXIS specific configuration files and classes.
Field Summary |
Fields inherited from class org.objectweb.jonas_ws.wsgen.AbsConfigGenerator |
gCtx, logger |
Fields inherited from interface org.objectweb.jonas_ws.wsgen.ConfigGenerator |
DEBUG, DEBUG_DEFAULT, DEFAULT_MAPPING, JAVAC_NAME, JAVAC_NAME_DEFAULT, JAVAC_OPTS, KEEP_GEN, KEEP_GEN_DEFAULT, NO_CONFIG, NO_CONFIG_DEFAULT, PARSING_VAL, SERVLET_CLASS, SERVLET_NAME, VERBOSE, VERBOSE_DEFAULT |
Constructor Summary | |
AxisConfigGenerator(GenerationContext ctx)
Create a new AxisConfigGenerator with the specified GenerationContext. |
Method Summary | |
protected void |
configureClient()
configureClient has to be implemented in subClass. |
void |
configureEjbJarEndpoint()
configureEjbJarEndpoint has to be implemented in subClass. |
void |
configureWebAppEndpoint()
configureWebAppEndpoint has to be implemented in subClass. |
Methods inherited from class org.objectweb.jonas_ws.wsgen.AbsConfigGenerator |
addJavaSources, clean, compileDir, destroyFile, destroyTempDirectories, genClientFiles, genEjbJarClientConfig, genEjbJarEndpointConfig, genWebAppClientConfig, genWebAppEndpointConfig, getClientGenDir, getEjbJarEndpointGenDir, getProcessingID, getWebAppEndpointGenDir, isDebug, isKeepGenerated, isNoConfig, isVerbose, trace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AxisConfigGenerator(GenerationContext ctx) throws WsGenException
ctx
- the GenerationContext.Method Detail |
public void configureEjbJarEndpoint() throws WsGenException
AbsConfigGenerator
configureEjbJarEndpoint
in class AbsConfigGenerator
WsGenException
- if generation fails if the method isn't implementedpublic void configureWebAppEndpoint() throws WsGenException
AbsConfigGenerator
configureWebAppEndpoint
in class AbsConfigGenerator
WsGenException
- if generation fails if the method isn't implementedprotected void configureClient() throws WsGenException
AbsConfigGenerator
configureClient
in class AbsConfigGenerator
WsGenException
- if generation fails if the method isn't implemented
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |