Class WebConsoleEndpointFactory

  • All Implemented Interfaces:
    pl.edu.icm.unity.engine.api.endpoint.EndpointFactory

    @Component
    public class WebConsoleEndpointFactory
    extends java.lang.Object
    implements pl.edu.icm.unity.engine.api.endpoint.EndpointFactory
    Factory creating endpoints exposing WebConsoleUI.
    Author:
    P.Piernik
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
      static java.lang.String SERVLET_PATH  
      static pl.edu.icm.unity.types.endpoint.EndpointTypeDescription TYPE  
    • Constructor Summary

      Constructors 
      Constructor Description
      WebConsoleEndpointFactory​(org.springframework.context.ApplicationContext applicationContext, pl.edu.icm.unity.engine.api.server.NetworkServer server, pl.edu.icm.unity.engine.api.server.AdvertisedAddressProvider advertisedAddrProvider, pl.edu.icm.unity.MessageSource msg)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      pl.edu.icm.unity.types.endpoint.EndpointTypeDescription getDescription()  
      pl.edu.icm.unity.engine.api.endpoint.EndpointInstance newInstance()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • TYPE

        public static final pl.edu.icm.unity.types.endpoint.EndpointTypeDescription TYPE
    • Constructor Detail

      • WebConsoleEndpointFactory

        @Autowired
        public WebConsoleEndpointFactory​(org.springframework.context.ApplicationContext applicationContext,
                                         pl.edu.icm.unity.engine.api.server.NetworkServer server,
                                         pl.edu.icm.unity.engine.api.server.AdvertisedAddressProvider advertisedAddrProvider,
                                         pl.edu.icm.unity.MessageSource msg)
    • Method Detail

      • getDescription

        public pl.edu.icm.unity.types.endpoint.EndpointTypeDescription getDescription()
        Specified by:
        getDescription in interface pl.edu.icm.unity.engine.api.endpoint.EndpointFactory
      • newInstance

        public pl.edu.icm.unity.engine.api.endpoint.EndpointInstance newInstance()
        Specified by:
        newInstance in interface pl.edu.icm.unity.engine.api.endpoint.EndpointFactory