@ManagedData public class SelectOptimalTransportFeature extends WebServiceFeature
WebServiceFeature| Modifier and Type | Class and Description |
|---|---|
static class |
SelectOptimalTransportFeature.Transport
This enumeration defines an optimized transport list
|
| Modifier and Type | Field and Description |
|---|---|
static String |
ID |
enabled| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getID() |
SelectOptimalTransportFeature.Transport |
getTransport() |
isEnabledpublic static final String ID
public SelectOptimalTransportFeature()
public SelectOptimalTransportFeature(boolean enabled)
public SelectOptimalTransportFeature(boolean enabled,
SelectOptimalTransportFeature.Transport transport)
@ManagedAttribute public String getID()
getID in class WebServiceFeature@ManagedAttribute public SelectOptimalTransportFeature.Transport getTransport()
Copyright © 2005–2017 Oracle Corporation. All rights reserved.