Artifacts
The following is a list of known artifacts that Enunciate generates. Each artifact is associated with a module that makes the artifacts available. This list is based off the known set of modules that ship with Enunciate.
artifactId | module | notes |
---|---|---|
war.file | basic-app | The fully-documented, fully functional war file. |
docs | docs | The directory that contains the generated API documentation |
app.dir | basic-app | The expanded directory containing the fully-documented, fully functional war. |
java.client.library.binaries | java-client | The jar file for the generated Java client binaries. |
java.client.library.sources | java-client | The source jar file for the generated Java client sources. |
java.json.client.library.binaries | java-client | The jar file for the generated Java client binaries for JSON endpoints. |
java.json.client.library.sources | java-client | The source jar file for the generated Java client sources for JSON endpoints. |
c.client.library | c | The generated C/C++ sources. |
objc.client.h | obj-c | The generated Objective C header source file. |
objc.client.m | obj-c | The generated Objective C implementation source file. |
ruby.client.library | ruby | The generated Ruby sources. |
csharp.assembly | csharp | The assembly (dll) for the generated C# sources. |
gwt.client.jar | gwt | The gwt client-side jar. |
as3.client.swc | amf | The packaged client-side ActionScript SWC. |
flex.app.dir | amf | The directory to which the Flex apps are compiled. |
[nsprefix].wsdl | xml | The WSDL file for the namespace identified by the prefix [nsprefix]. |
[nsprefix].xsd | xml | The XML-Schema file for the namespace identified by the prefix [nsprefix]. |
And here are some more that are included just for the sake of completeness, but will likely not be very interesting to you:
artifactId | module | notes |
---|---|---|
jaxws.support.src.dir | jaxws | The directory that contains the java source files for the generated JAX-WS support classes. |
csharp.docs.xml | csharp | The XML docs for the generated C# sources. |
gwt.client.src.dir | gwt | The directory into which the GWT client-side sources are generated. |
gwt.server.src.dir | gwt | The directory into which the GWT server-side sources are generated. |
gwt.app.dir | gwt | The main appilcations directory the compiled GWT apps. |
[appName].[moduleName].shell | gwt | The GWT shell script used to invoke the gwt shell for the module [moduleName] in app [appName]. |
amf.client.src.dir | amf | The directory where the client-side ActionScript code is generated. |
amf.server.src.dir | amf | The directory where the server-side AMF support classes are generated. |