| com.metaboss.sdlctools.services.codegeneration.BSServiceImplementationGenerator
All known Subclasses: com.metaboss.sdlctools.services.codegeneration.serviceimplementationgenerator.xmldevsimulator.BSServiceImplementationGeneratorImpl,
BSServiceImplementationGenerator | public interface BSServiceImplementationGenerator (Code) | | This interface offers operations dealing with code generation of the service
implementation layer. Most often than not implementations of the services are
handcoded and generator can not possibly be created. However some special cases
of generateable implementations do exist. For example MetaBoss offers automatic generation of the
test implementation, which can be used to supply valid responses with test data.
|
COMPONENT_URL | final public static String COMPONENT_URL(Code) | | Naming URL of the component
|
generateSourceCodeForService | public void generateSourceCodeForService(String pGenerationDirectoryPath, String pServiceRef) throws BSException(Code) | | Generates service implementation sourcecode for the particular service within particular enterprise
Parameters: pGenerationDirectoryPath - directory to generate code to Parameters: pServiceRef - service to generate proxy code for |
getPackageNameForService | public String getPackageNameForService(String pServiceRef) throws BSException(Code) | | Returns the name of the package where service implementation code is generated to
Parameters: pServiceRef - service the proxy associated with |
|
|