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