Class TcpTransportFeature

java.lang.Object
jakarta.xml.ws.WebServiceFeature
com.sun.xml.ws.api.transport.tcp.TcpTransportFeature

@ManagedData public class TcpTransportFeature extends jakarta.xml.ws.WebServiceFeature
TCP transport WebServiceFeature
Author:
Alexey Stashok
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
     

    Fields inherited from class jakarta.xml.ws.WebServiceFeature

    enabled
  • Constructor Summary

    Constructors
    Constructor
    Description
    This constructor is here to satisfy JAX-WS specification requirements
    TcpTransportFeature(boolean enabled)
    This constructor is here to satisfy JAX-WS specification requirements
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from class jakarta.xml.ws.WebServiceFeature

    isEnabled

    Methods inherited from class java.lang.Object

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

  • Constructor Details

    • TcpTransportFeature

      public TcpTransportFeature()
      This constructor is here to satisfy JAX-WS specification requirements
    • TcpTransportFeature

      public TcpTransportFeature(boolean enabled)
      This constructor is here to satisfy JAX-WS specification requirements
  • Method Details

    • getID

      @ManagedAttribute public String getID()
      Specified by:
      getID in class jakarta.xml.ws.WebServiceFeature