Class TransportTubeFactory

java.lang.Object
com.sun.xml.ws.assembler.jaxws.TransportTubeFactory
All Implemented Interfaces:
TubeFactory

@Deprecated public final class TransportTubeFactory extends Object implements TubeFactory
Deprecated.
Use com.sun.xml.ws.assembler.metro.jaxws.TransportTubeFactory provided by metro-wsit instead.
  • Constructor Details

    • TransportTubeFactory

      public TransportTubeFactory()
      Deprecated.
  • Method Details

    • createTube

      public Tube createTube(ClientTubelineAssemblyContext context) throws jakarta.xml.ws.WebServiceException
      Deprecated.
      Description copied from interface: TubeFactory
      Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
      Specified by:
      createTube in interface TubeFactory
      Parameters:
      context - wsit 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
      Deprecated.
      Description copied from interface: TubeFactory
      Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.
      Specified by:
      createTube in interface TubeFactory
      Parameters:
      context - wsit service tubeline assembler context
      Returns:
      new head of the service-side tubeline
      Throws:
      jakarta.xml.ws.WebServiceException