Class McTubeFactory

    • Constructor Detail

      • McTubeFactory

        public McTubeFactory()
    • Method Detail

      • createTube

        public Tube createTube​(ClientTubelineAssemblyContext context)
                        throws jakarta.xml.ws.WebServiceException
        Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
        Specified by:
        createTube in interface TubeFactory
        Parameters:
        context - Metro client tubeline assembler context
        Returns:
        new tail of the client-side tubeline
        Throws:
        jakarta.xml.ws.WebServiceException
      • createTube

        public Tube createTube​(ServerTubelineAssemblyContext context)
                        throws jakarta.xml.ws.WebServiceException
        Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
        Specified by:
        createTube in interface TubeFactory
        Parameters:
        context - Metro service tubeline assembler context
        Returns:
        new head of the service-side tubeline
        Throws:
        jakarta.xml.ws.WebServiceException