Class OptimalTransportFeatureConfigurator
java.lang.Object
com.sun.xml.ws.transport.tcp.policy.OptimalTransportFeatureConfigurator
- All Implemented Interfaces:
PolicyFeatureConfigurator
public class OptimalTransportFeatureConfigurator
extends Object
implements PolicyFeatureConfigurator
PolicyFeatureConfigurator, which will transform SOAP/TCP policy
assertions to features on corresponding ports.- Author:
- Alexey Stashok
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCollection<javax.xml.ws.WebServiceFeature>getFeatures(PolicyMapKey key, PolicyMap policyMap) process optimized transport policy assertionsWSDLPort
-
Constructor Details
-
OptimalTransportFeatureConfigurator
public OptimalTransportFeatureConfigurator()
-
-
Method Details
-
getFeatures
public Collection<javax.xml.ws.WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap) throws PolicyException process optimized transport policy assertionsWSDLPort- Specified by:
getFeaturesin interfacePolicyFeatureConfigurator- Parameters:
key- Key that identifies the endpoint scopepolicyMap- must be non-null- Returns:
- The list of features
- Throws:
PolicyException- If retrieving the policy triggered an exception
-