Class McTubeFactory

java.lang.Object
com.sun.xml.ws.rx.mc.runtime.McTubeFactory
All Implemented Interfaces:
com.sun.xml.ws.assembler.dev.TubeFactory

public final class McTubeFactory extends Object implements com.sun.xml.ws.assembler.dev.TubeFactory
This factory class is responsible for instantiating RX tubes based on the actual configuration of RX-related web services features.
Author:
Marek Potociar (marek.potociar at sun.com)
See Also:
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    com.sun.xml.ws.api.pipe.Tube
    createTube(com.sun.xml.ws.assembler.dev.ClientTubelineAssemblyContext context)
    Adds RM tube to the client-side tubeline, depending on whether RM is enabled or not.
    com.sun.xml.ws.api.pipe.Tube
    createTube(com.sun.xml.ws.assembler.dev.ServerTubelineAssemblyContext context)
    Adds RM tube to the service-side tubeline, depending on whether RM is enabled or not.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • McTubeFactory

      public McTubeFactory()
      Default constructor.
  • Method Details

    • createTube

      public com.sun.xml.ws.api.pipe.Tube createTube(com.sun.xml.ws.assembler.dev.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 com.sun.xml.ws.assembler.dev.TubeFactory
      Parameters:
      context - Metro client tubeline assembler context
      Returns:
      new tail of the client-side tubeline
      Throws:
      jakarta.xml.ws.WebServiceException
    • createTube

      public com.sun.xml.ws.api.pipe.Tube createTube(com.sun.xml.ws.assembler.dev.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 com.sun.xml.ws.assembler.dev.TubeFactory
      Parameters:
      context - Metro service tubeline assembler context
      Returns:
      new head of the service-side tubeline
      Throws:
      jakarta.xml.ws.WebServiceException