com.sun.xml.ws.api
Class WebServiceFeatureFactory
java.lang.Object
com.sun.xml.ws.api.WebServiceFeatureFactory
public class WebServiceFeatureFactory
- extends Object
Factory methods to get web service features from the corresponding
feature annotations
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WebServiceFeatureFactory
public WebServiceFeatureFactory()
getWSFeatureList
public static WSFeatureList getWSFeatureList(Iterable<Annotation> ann)
- Returns a feature list for feature annotations(i.e which have
WebServiceFeatureAnnotation
meta annotation)
- Parameters:
ann
- list of annotations(that can also have non-feature annotations)
- Returns:
- non-null feature list object
getWebServiceFeature
public static WebServiceFeature getWebServiceFeature(Annotation ann)
- Returns a corresponding feature for a feature annotation(i.e which has
WebServiceFeatureAnnotation
meta annotation)
- Parameters:
ann
- any annotation, not required to be a feature annotation
- Returns:
- corresponding feature for the annotation
null, if the annotation is not a feature annotation
Copyright (c) 1997-2012 Oracle and/or its affiliates. All rights reserved.