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
WebServiceExceptionpublic static boolean isFeatureEnabled(@NotNull
Class<? extends WebServiceFeature> featureType,
@Nullable
WebServiceFeatureList list1,
@Nullable
WebServiceFeatureList list2)
throws WebServiceException
WebServiceExceptionCopyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.