com.sun.xml.ws.rx.mc.policy.spi_impl
Class McFeatureConfigurator

java.lang.Object
  extended by com.sun.xml.ws.rx.mc.policy.spi_impl.McFeatureConfigurator
All Implemented Interfaces:
PolicyFeatureConfigurator

public class McFeatureConfigurator
extends Object
implements PolicyFeatureConfigurator

Author:
Marek Potociar

Constructor Summary
McFeatureConfigurator()
           
 
Method Summary
 Collection<WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap)
          Process WS-MC policy assertions and if found and is not optional then MC is enabled on the WSDLPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

McFeatureConfigurator

public McFeatureConfigurator()
Method Detail

getFeatures

public Collection<WebServiceFeature> getFeatures(PolicyMapKey key,
                                                 PolicyMap policyMap)
                                          throws PolicyException
Process WS-MC policy assertions and if found and is not optional then MC is enabled on the WSDLPort

Specified by:
getFeatures in interface PolicyFeatureConfigurator
Parameters:
key - Key that identifies the endpoint scope
policyMap - 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.