com.sun.xml.ws.api.transport.tcp
Class TcpTransportFeature

java.lang.Object
  extended by javax.xml.ws.WebServiceFeature
      extended by com.sun.xml.ws.api.transport.tcp.TcpTransportFeature

@ManagedData
public class TcpTransportFeature
extends WebServiceFeature

TCP transport WebServiceFeature

Author:
Alexey Stashok

Field Summary
static String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
TcpTransportFeature()
          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
 String getID()
           
 
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID

public static final String ID
See Also:
Constant Field Values
Constructor Detail

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 Detail

getID

@ManagedAttribute
public String getID()
Specified by:
getID in class WebServiceFeature


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.