Synthesizer
implementation that creates the server-side stubs for a set of capabilities. This involves creating accessors and constants for any properties and creating the operation templates that are to be filled-in by implementors. Unlike ProxyGenerator
the code that comes out of this phase will throw Exceptions when any method is invoked because by default the methods have no implementation and simply throw new RuntimeException("Unimplemented Method");");
@author Andrew Eberbach (aeberbac)
@see org.apache.muse.tools.generator.synthesizer.Synthesizer
|
|
|
|
|
|