Package com.sun.xml.ws.encoding.policy
Class SelectOptimalEncodingFeatureConfigurator
- java.lang.Object
-
- com.sun.xml.ws.encoding.policy.SelectOptimalEncodingFeatureConfigurator
-
- All Implemented Interfaces:
PolicyFeatureConfigurator
public class SelectOptimalEncodingFeatureConfigurator extends Object implements PolicyFeatureConfigurator
A configurator provider for FastInfoset policy assertions.- Author:
- Paul.Sandoz@Sun.Com, Fabian Ritzmann
-
-
Constructor Summary
Constructors Constructor Description SelectOptimalEncodingFeatureConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>getFeatures(PolicyMapKey key, PolicyMap policyMap)Process SelectOptimalEncoding policy assertions.
-
-
-
Field Detail
-
enabled
public static final QName enabled
-
-
Method Detail
-
getFeatures
public Collection<jakarta.xml.ws.WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap) throws PolicyException
Process SelectOptimalEncoding policy assertions.- Specified by:
getFeaturesin interfacePolicyFeatureConfigurator- Parameters:
key- Key that identifies the endpoint scope.policyMap- The policy map.- Returns:
- A list of features that correspond to the policy identified by the policy map key. May be empty but not null.
- Throws:
PolicyException- If retrieving the policy triggered an exception.
-
-