Class AbstractService

java.lang.Object
dev.dsf.bpe.webservice.AbstractService
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
ProcessService, RootService

public abstract class AbstractService extends Object implements org.springframework.beans.factory.InitializingBean
  • Constructor Details

  • Method Details

    • afterPropertiesSet

      public void afterPropertiesSet() throws Exception
      Specified by:
      afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
      Throws:
      Exception
    • write

      protected jakarta.ws.rs.core.StreamingOutput write(String title, String heading, Consumer<org.thymeleaf.context.Context> setValues)