Class RmFeatureConfigurator
- java.lang.Object
-
- com.sun.xml.ws.rx.rm.policy.spi_impl.RmFeatureConfigurator
-
- All Implemented Interfaces:
PolicyFeatureConfigurator
public class RmFeatureConfigurator extends Object implements PolicyFeatureConfigurator
- Author:
- Marek Potociar
-
-
Constructor Summary
Constructors Constructor Description RmFeatureConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<jakarta.xml.ws.WebServiceFeature>getFeatures(PolicyMapKey key, PolicyMap policyMap)Process WS-RM policy assertions and if found and is not optional then RM is enabled on theWSDLPort
-
-
-
Method Detail
-
getFeatures
public Collection<jakarta.xml.ws.WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap) throws PolicyException
Process WS-RM policy assertions and if found and is not optional then RM is enabled on theWSDLPort- Specified by:
getFeaturesin interfacePolicyFeatureConfigurator- Parameters:
key- Key that identifies the endpoint scopepolicyMap- must not benull- Returns:
- The list of features
- Throws:
PolicyException- If retrieving the policy triggered an exception
-
-