java.lang.Object
com.sun.xml.ws.encoding.policy.FastInfosetFeatureConfigurator
- All Implemented Interfaces:
PolicyFeatureConfigurator
A configurator provider for FastInfoset policy assertions.
- Author:
- [email protected], Fabian Ritzmann
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<jakarta.xml.ws.WebServiceFeature>
getFeatures
(PolicyMapKey key, PolicyMap policyMap) Process FastInfoset policy assertions.
-
Field Details
-
enabled
-
-
Constructor Details
-
FastInfosetFeatureConfigurator
public FastInfosetFeatureConfigurator()Default constructor.
-
-
Method Details
-
getFeatures
public Collection<jakarta.xml.ws.WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap) throws PolicyException Process FastInfoset policy assertions.- Specified by:
getFeatures
in interfacePolicyFeatureConfigurator
- Parameters:
key
- Key to identify 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.
-