Class TCPTransportFeatureConfigurator
- java.lang.Object
-
- com.sun.xml.ws.transport.tcp.policy.TCPTransportFeatureConfigurator
-
- All Implemented Interfaces:
PolicyFeatureConfigurator
public class TCPTransportFeatureConfigurator extends Object implements PolicyFeatureConfigurator
PolicyFeatureConfigurator, which will transform SOAP/TCP policy assertions to features on corresponding ports.- Author:
- Alexey Stashok
-
-
Constructor Summary
Constructors Constructor Description TCPTransportFeatureConfigurator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Collection<javax.xml.ws.WebServiceFeature>getFeatures(PolicyMapKey key, PolicyMap policyMap)Process TCP transport policy assertionsWSDLPort
-
-
-
Method Detail
-
getFeatures
public Collection<javax.xml.ws.WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap) throws PolicyException
Process TCP 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
-
-