com.sun.xml.ws.rx.rm.policy.spi_impl
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RmFeatureConfigurator
public RmFeatureConfigurator()
getFeatures
public Collection<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 the
WSDLPort
- Specified by:
getFeatures in interface PolicyFeatureConfigurator
- Parameters:
key - Key that identifies the endpoint scopepolicyMap - must not be null
- Returns:
- The list of features
- Throws:
PolicyException - If retrieving the policy triggered an exception
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.