com.sun.xml.ws.tx.at.policy.spi_impl
Class AtFeatureConfigurator
java.lang.Object
com.sun.xml.ws.tx.at.policy.spi_impl.AtFeatureConfigurator
- All Implemented Interfaces:
- com.sun.xml.ws.policy.jaxws.spi.PolicyFeatureConfigurator
public class AtFeatureConfigurator
- extends Object
- implements com.sun.xml.ws.policy.jaxws.spi.PolicyFeatureConfigurator
- Author:
- Marek Potociar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AtFeatureConfigurator
public AtFeatureConfigurator()
getFeatures
public Collection<WebServiceFeature> getFeatures(com.sun.xml.ws.policy.PolicyMapKey endpointKey,
com.sun.xml.ws.policy.PolicyMap policyMap)
throws com.sun.xml.ws.policy.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 com.sun.xml.ws.policy.jaxws.spi.PolicyFeatureConfigurator
- Parameters:
endpointKey - Key that identifies the endpoint scopepolicyMap - must not be null
- Returns:
- The list of features
- Throws:
com.sun.xml.ws.policy.PolicyException - If retrieving the policy triggered an exception
Copyright © 2005-2011 Oracle Corporation. All Rights Reserved.