Add custom translators to Dispatcher
Add customizations during the Dispatcher client startup
To call a custom code during the Dispatcher client startup, do the following: Procedure Create a custom class that extends com.teamcenter.ets.ServiceInit and implement the init method. Example: Copy { public void init() { //call custom code. } } Add the compiled class to the DispatcherClient\lib directory as a jar file. Add the class name to DispatcherClient\conf\Service.properties as follows: Copy #Custom class to invoke the methods that need to be called during DispatcherClient startup. #This class needs to implement the "init" method defined in com.teamcenter.ets.ServiceInitclass.ServiService.InitClass= com.xyz.CustomInit
Source: https://docs.sw.siemens.com/documentation/external/PL20251212545240207/en-US/tc_help/plm00565/eco1737253046255/xid1675268.html · retrieved Fri Jul 31 2026 00:00:00 GMT+0000 (Coordinated Universal Time)