Class AtFeatureConfigurator
java.lang.Object
com.sun.xml.ws.tx.at.policy.spi_impl.AtFeatureConfigurator
- All Implemented Interfaces:
PolicyFeatureConfigurator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetFeatures(PolicyMapKey endpointKey, PolicyMap policyMap) Process WS-RM policy assertions and if found and is not optional then RM is enabled on theWSDLPort
-
Constructor Details
-
AtFeatureConfigurator
public AtFeatureConfigurator()
-
-
Method Details
-
getFeatures
public Collection<WebServiceFeature> getFeatures(PolicyMapKey endpointKey, 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:
endpointKey- Key that identifies the endpoint scopepolicyMap- must not benull- Returns:
- The list of features
- Throws:
PolicyException- If retrieving the policy triggered an exception
-