public class FeatureListUtil extends Object
Constructor and Description |
---|
FeatureListUtil() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isFeatureEnabled(Class<? extends WebServiceFeature> featureType,
WebServiceFeatureList list1,
WebServiceFeatureList list2) |
static <F extends WebServiceFeature> |
mergeFeature(Class<F> featureType,
WebServiceFeatureList list1,
WebServiceFeatureList list2) |
static WebServiceFeatureList |
mergeList(WebServiceFeatureList... lists)
Merge all features into one list.
|
@NotNull public static WebServiceFeatureList mergeList(WebServiceFeatureList... lists)
lists
- The WebServiceFeatureLists.@Nullable public static <F extends WebServiceFeature> F mergeFeature(@NotNull Class<F> featureType, @Nullable WebServiceFeatureList list1, @Nullable WebServiceFeatureList list2) throws WebServiceException
WebServiceException
public static boolean isFeatureEnabled(@NotNull Class<? extends WebServiceFeature> featureType, @Nullable WebServiceFeatureList list1, @Nullable WebServiceFeatureList list2) throws WebServiceException
WebServiceException
Copyright © 2015 Oracle Corporation. All rights reserved.