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

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

@ManagedData
public class SelectOptimalTransportFeature
extends WebServiceFeature

Optimized transport WebServiceFeature

Author:
Alexey Stashok

Nested Class Summary
static class SelectOptimalTransportFeature.Transport
          This enumeration defines an optimized transport list
 
Field Summary
static String ID
           
 
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
 
Constructor Summary
SelectOptimalTransportFeature()
          This constructor is here to satisfy JAX-WS specification requirements
SelectOptimalTransportFeature(boolean enabled)
          This constructor is here to satisfy JAX-WS specification requirements
SelectOptimalTransportFeature(boolean enabled, SelectOptimalTransportFeature.Transport transport)
           
 
Method Summary
 String getID()
           
 SelectOptimalTransportFeature.Transport getTransport()
           
 
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

SelectOptimalTransportFeature

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


SelectOptimalTransportFeature

public SelectOptimalTransportFeature(boolean enabled)
This constructor is here to satisfy JAX-WS specification requirements


SelectOptimalTransportFeature

public SelectOptimalTransportFeature(boolean enabled,
                                     SelectOptimalTransportFeature.Transport transport)
Method Detail

getID

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

getTransport

@ManagedAttribute
public SelectOptimalTransportFeature.Transport getTransport()


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