| java.lang.Object com.sun.xml.ws.binding.WebServiceFeatureList
WebServiceFeatureList | final public class WebServiceFeatureList implements WSFeatureList(Code) | | Represents a list of
WebServiceFeature s that has bunch of utility methods
pertaining to web service features.
author: Rama Pulavarthi |
WebServiceFeatureList | public WebServiceFeatureList()(Code) | | |
WebServiceFeatureList | public WebServiceFeatureList(Class> endpointClass)(Code) | | Creates a list by reading featuers from the annotation on a class.
|
addAll | public void addAll(WSFeatureList list)(Code) | | Adds features to the list if it's not already added.
|
mergeFeatures | public void mergeFeatures(WSDLPort wsdlPort, boolean honorWsdlRequired, boolean reportConflicts)(Code) | | Extracts features from
WSDLPortImpl.getFeatures .
Extra features that are not already set on binding.
i.e, if a feature is set already on binding through someother API
the coresponding wsdlFeature is not set.
Parameters: wsdlPort - WSDLPort model Parameters: honorWsdlRequired - If this is true add WSDL Feature only if wsd:Required=trueIn SEI case, it should be falseIn Provider case, it should be true Parameters: reportConflicts - If true, checks if the feature setting in WSDL (wsdl extension orpolicy configuration) colflicts with feature setting in Deployed Service andlogs warning if there are any conflicts. |
setParentFeaturedObject | public void setParentFeaturedObject(WSDLFeaturedObject parent)(Code) | | Set the parent features. Basically the parent feature list will be overriden
by this feature list.
|
|
|