com.sun.xml.ws.transport.tcp.policy
Class TCPTransportFeatureConfigurator

java.lang.Object
  extended by 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
TCPTransportFeatureConfigurator()
           
 
Method Summary
 Collection<WebServiceFeature> getFeatures(PolicyMapKey key, PolicyMap policyMap)
          Process TCP transport policy assertions WSDLPort
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TCPTransportFeatureConfigurator

public TCPTransportFeatureConfigurator()
Method Detail

getFeatures

public Collection<WebServiceFeature> getFeatures(PolicyMapKey key,
                                                 PolicyMap policyMap)
                                          throws PolicyException
Process TCP transport policy assertions WSDLPort

Specified by:
getFeatures in interface PolicyFeatureConfigurator
Parameters:
key - Key that identifies the endpoint scope
policyMap - must be non-null
Returns:
The list of features
Throws:
PolicyException - If retrieving the policy triggered an exception


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.