Package com.sun.xml.ws.api.transport.tcp
Class SelectOptimalTransportFeature
- java.lang.Object
-
- javax.xml.ws.WebServiceFeature
-
- com.sun.xml.ws.api.transport.tcp.SelectOptimalTransportFeature
-
@ManagedData public class SelectOptimalTransportFeature extends WebServiceFeature
Optimized transportWebServiceFeature- Author:
- Alexey Stashok
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSelectOptimalTransportFeature.TransportThis enumeration defines an optimized transport list
-
Field Summary
Fields Modifier and Type Field Description static StringID-
Fields inherited from class javax.xml.ws.WebServiceFeature
enabled
-
-
Constructor Summary
Constructors Constructor Description SelectOptimalTransportFeature()This constructor is here to satisfy JAX-WS specification requirementsSelectOptimalTransportFeature(boolean enabled)This constructor is here to satisfy JAX-WS specification requirementsSelectOptimalTransportFeature(boolean enabled, SelectOptimalTransportFeature.Transport transport)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetID()SelectOptimalTransportFeature.TransportgetTransport()-
Methods inherited from class javax.xml.ws.WebServiceFeature
isEnabled
-
-
-
-
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:
getIDin classWebServiceFeature
-
getTransport
@ManagedAttribute public SelectOptimalTransportFeature.Transport getTransport()
-
-