Class InvokerTube<T extends Invoker>

java.lang.Object
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
com.sun.xml.ws.server.sei.InvokerTube<T>
All Implemented Interfaces:
Pipe, Tube, InvokerSource<T>
Direct Known Subclasses:
InvokerTube

public abstract class InvokerTube<T extends Invoker> extends AbstractTubeImpl implements InvokerSource<T>
Base class for InvokerTube restored to allow for containers to specify alternate implementations of SEI-based invoking.
  • Field Details

    • invoker

      protected final T extends Invoker invoker
  • Constructor Details

    • InvokerTube

      protected InvokerTube(T invoker)
    • InvokerTube

      protected InvokerTube(InvokerTube<T> that, TubeCloner cloner)
      Copy constructor.
  • Method Details