public class WebServiceFeatureFactory extends Object
Constructor and Description |
---|
WebServiceFeatureFactory() |
Modifier and Type | Method and Description |
---|---|
static WebServiceFeature |
getWebServiceFeature(Annotation ann)
Returns a corresponding feature for a feature annotation(i.e which has
WebServiceFeatureAnnotation meta annotation) |
static WSFeatureList |
getWSFeatureList(Iterable<Annotation> ann)
Returns a feature list for feature annotations(i.e which have
WebServiceFeatureAnnotation meta annotation) |
public static WSFeatureList getWSFeatureList(Iterable<Annotation> ann)
WebServiceFeatureAnnotation
meta annotation)ann
- list of annotations(that can also have non-feature annotations)public static WebServiceFeature getWebServiceFeature(Annotation ann)
WebServiceFeatureAnnotation
meta annotation)ann
- any annotation, not required to be a feature annotationCopyright © 2015 Oracle Corporation. All rights reserved.