Class AbstractFeature

    • Constructor Detail

      • AbstractFeature

        public AbstractFeature()
    • Method Detail

      • getID

        public String getID()
        Specified by:
        getID in class javax.xml.ws.WebServiceFeature
      • isEnabled

        public boolean isEnabled()
        Overrides:
        isEnabled in class javax.xml.ws.WebServiceFeature
      • getActive

        public static <T> T getActive​(List<? extends Feature> features,
                                      Class<T> type)
        Description copied from interface: AbstractPortableFeature
        Convenience method to extract a feature by type from an active list.
        Parameters:
        features - the given feature list
        type - the feature type required
        Returns:
        the feature of the specified type if active