|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface WSFeatureList
Read-only list of WebServiceFeatures.
| Method Summary | ||
|---|---|---|
|
get(Class<F> featureType)
Gets a WebServiceFeature of the specific type. |
|
boolean |
isEnabled(Class<? extends javax.xml.ws.WebServiceFeature> feature)
Checks if a particular WebServiceFeature is enabled. |
|
javax.xml.ws.WebServiceFeature[] |
toArray()
Obtains all the features in the array. |
|
| Methods inherited from interface java.lang.Iterable |
|---|
iterator |
| Method Detail |
|---|
boolean isEnabled(@NotNull
Class<? extends javax.xml.ws.WebServiceFeature> feature)
WebServiceFeature is enabled.
@Nullable
<F extends javax.xml.ws.WebServiceFeature> F get(@NotNull
Class<F> featureType)
WebServiceFeature of the specific type.
featureType - The type of the feature to retrieve.
@NotNull javax.xml.ws.WebServiceFeature[] toArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||