Method Summary |
|
public void | generateImplementationSourceCodeForServicemodule(String pGenerationDirectoryPath, String pServicemoduleRef) |
public void | generateImplementationSourceCodeForSystem(String pGenerationDirectoryPath, String pSystemRef) |
public String | getEventPublishersClientImplementationPackageName(String pServicemoduleRef) Returns the name of the client implementation package for distribution of the event publishers (for use in jndi mapping)
client is the package offered to others as implementation of the servicemodule interface. |
public String | getEventPublishersImplementationPackageName(String pServicemoduleRef) Returns the name of the implementation package for distribution of the event publishers. |
public String | getEventPublishersServerImplementationPackageName(String pServicemoduleRef) Returns the name of the server implementation package for distribution of the event publishers (for use in jndi mapping)
server is the package from which connection to the servicemodule is made. |
public String[] | getRequiredAdapters() array of names of adapters, which are required by this adapter,may be null or zero length array if this proxy generator is not relying on any adapter. |
public String | getServicesClientImplementationPackageName(String pServicemoduleRef) Returns the name of the client implementation package for distribution of the services (for use in jndi mapping)
client is the package offered to others as implementation of the servicemodule interface. |
public String | getServicesImplementationPackageName(String pServicemoduleRef) Returns the name of the implementation package for distribution of the services. |
public String | getServicesServerImplementationPackageName(String pServicemoduleRef) Returns the name of the server implementation package for distribution of the services (for use in jndi mapping)
server is the package from which connection to the servicemodule is made. |