Class ServiceChannelTransportPipe

java.lang.Object
com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl
com.sun.xml.ws.transport.tcp.client.TCPTransportPipe
com.sun.xml.ws.transport.tcp.client.ServiceChannelTransportPipe
All Implemented Interfaces:
com.sun.xml.ws.api.pipe.Pipe, com.sun.xml.ws.api.pipe.Tube

public final class ServiceChannelTransportPipe extends TCPTransportPipe
Author:
Alexey Stashok
  • Constructor Details

    • ServiceChannelTransportPipe

      public ServiceChannelTransportPipe(@NotNull com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext context)
    • ServiceChannelTransportPipe

      public ServiceChannelTransportPipe(com.sun.xml.ws.api.pipe.ClientTubeAssemblerContext context, int customTCPPort)
  • Method Details

    • process

      public com.sun.xml.ws.api.message.Packet process(com.sun.xml.ws.api.message.Packet packet)
      Specified by:
      process in interface com.sun.xml.ws.api.pipe.Pipe
      Overrides:
      process in class TCPTransportPipe
    • copy

      public com.sun.xml.ws.api.pipe.helper.AbstractTubeImpl copy(com.sun.xml.ws.api.pipe.TubeCloner cloner)
      Specified by:
      copy in interface com.sun.xml.ws.api.pipe.Tube
      Overrides:
      copy in class TCPTransportPipe