Class RpcCallServiceImpl

java.lang.Object
ru.cg.webbpm.modules.webkit.rpc.impl.RpcCallServiceImpl
All Implemented Interfaces:
RpcCallService

@Service public class RpcCallServiceImpl extends Object implements RpcCallService
Author:
Abdulin Ildar
  • Field Details

    • webApplicationContext

      protected final org.springframework.context.ApplicationContext webApplicationContext
    • objectMapper

      protected final com.fasterxml.jackson.databind.ObjectMapper objectMapper
  • Constructor Details

    • RpcCallServiceImpl

      @Autowired public RpcCallServiceImpl(org.springframework.context.ApplicationContext webApplicationContext, com.fasterxml.jackson.databind.ObjectMapper objectMapper)
  • Method Details