|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.jonas_ws.wsgen.generator.Generator
org.objectweb.jonas_ws.wsgen.generator.WsEndpointGenerator
org.objectweb.jonas_ws.wsgen.generator.axis.AxisWsEndpointGenerator
Generate Axis specific config files for Endpoint
Nested Class Summary |
Nested classes inherited from class org.objectweb.jonas_ws.wsgen.generator.Generator |
Generator.Config |
Field Summary |
Fields inherited from class org.objectweb.jonas_ws.wsgen.generator.WsEndpointGenerator |
modifier, sd |
Fields inherited from class org.objectweb.jonas_ws.wsgen.generator.Generator |
classes, config, i18n, logger, sources |
Constructor Summary | |
AxisWsEndpointGenerator(Generator.Config config,
ServiceDesc serviceDesc,
WsEndpointDDModifier ddm)
Creates a new AxisWsEndpointGenerator |
Method Summary | |
void |
addFiles(Archive archive)
Add generated files in given Archive |
void |
generate()
Generate server side configuration file |
Methods inherited from class org.objectweb.jonas_ws.wsgen.generator.Generator |
compile |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AxisWsEndpointGenerator(Generator.Config config, ServiceDesc serviceDesc, WsEndpointDDModifier ddm) throws WsGenException
config
- Generator ConfigurationserviceDesc
- WebService Endpoint descriptionddm
- Web DD Modifier
WsGenException
- DOCUMENT ME!Method Detail |
public void generate() throws WsGenException
generate
in class Generator
WsGenException
- When generation failspublic void addFiles(Archive archive) throws WsGenException
addFiles
in class Generator
archive
- WebApp archive
WsGenException
- When cannot add files in archive
java.lang.IllegalArgumentException
- When archive where file
should be added is not a WebApp Archive
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |