|
||||||||||
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. A class is created for each WS Engine for example, a new class called GlueConfigGenerator for Glue integration
Nested Class Summary |
Nested classes inherited from class org.objectweb.jonas_ws.wsgen.AbsConfigGenerator |
AbsConfigGenerator.DirFileFilter, AbsConfigGenerator.JavaFileFilter |
Field Summary |
Fields inherited from class org.objectweb.jonas_ws.wsgen.AbsConfigGenerator |
cp, filename, genDir, javaHomeBin, logger |
Fields inherited from interface org.objectweb.jonas_ws.wsgen.ConfigGenerator |
DEBUG, DEBUG_DEFAULT, KEEP_GEN, NO_CONFIG, NO_CONFIG_DEFAULT, VERBOSE, VERBOSE_DEFAULT |
Constructor Summary | |
AxisConfigGenerator()
|
Method Summary | |
protected void |
configureClient(ServiceRef servRef)
ConfigureClient has to be implemented in subClass. |
void |
configureEndpoint(WSDeploymentDesc dd)
Configure Endpoint has to be implemented in subClass. |
java.lang.String |
getEngineWebApp()
return the webservices engine class name. |
Methods inherited from class org.objectweb.jonas_ws.wsgen.AbsConfigGenerator |
addSrcs, compileGenDir, destroyFile, destroyTempDir, genClientConfig, genClientConfig, genClientFiles, genEndpointConfig, getDefaultMapping, getOption, getOption, isDebug, isNoConfig, isVerbose, setOption, trace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AxisConfigGenerator() throws WsGenException
Method Detail |
public void configureEndpoint(WSDeploymentDesc dd) throws WsGenException
AbsConfigGenerator
configureEndpoint
in class AbsConfigGenerator
dd
- the webservices deployment descriptor
WsGenException
- if generation fails
if the method isn't implementedprotected void configureClient(ServiceRef servRef) throws WsGenException
AbsConfigGenerator
configureClient
in class AbsConfigGenerator
servRef
- The ServiceRef representing the client dependency.
WsGenException
- if generation fails
if the method isn't implementedpublic java.lang.String getEngineWebApp()
getEngineWebApp
in interface ConfigGenerator
getEngineWebApp
in class AbsConfigGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |