|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.xml.ws.api.WebServiceFeatureFactory
public class WebServiceFeatureFactory
Factory methods to get web service features from the corresponding feature annotations
Constructor Summary | |
---|---|
WebServiceFeatureFactory()
|
Method Summary | |
---|---|
static javax.xml.ws.WebServiceFeature |
getWebServiceFeature(java.lang.annotation.Annotation ann)
Returns a corresponding feature for a feature annotation(i.e which has WebServiceFeatureAnnotation meta annotation) |
static WSFeatureList |
getWSFeatureList(java.lang.Iterable<java.lang.annotation.Annotation> ann)
Returns a feature list for feature annotations(i.e which have WebServiceFeatureAnnotation meta annotation) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WebServiceFeatureFactory()
Method Detail |
---|
public static WSFeatureList getWSFeatureList(java.lang.Iterable<java.lang.annotation.Annotation> ann)
WebServiceFeatureAnnotation
meta annotation)
ann
- list of annotations(that can also have non-feature annotations)
public static javax.xml.ws.WebServiceFeature getWebServiceFeature(java.lang.annotation.Annotation ann)
WebServiceFeatureAnnotation
meta annotation)
ann
- any annotation, not required to be a feature annotation
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |