com.sun.xml.ws.transport.tcp.policy
Class TCPTransportFeatureConfigurator
java.lang.Object
com.sun.xml.ws.transport.tcp.policy.TCPTransportFeatureConfigurator
- All Implemented Interfaces:
- com.sun.xml.ws.policy.jaxws.spi.PolicyFeatureConfigurator
public class TCPTransportFeatureConfigurator
- extends Object
- implements com.sun.xml.ws.policy.jaxws.spi.PolicyFeatureConfigurator
PolicyFeatureConfigurator, which will transform SOAP/TCP policy
assertions to features on corresponding ports.
- Author:
- Alexey Stashok
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TCPTransportFeatureConfigurator
public TCPTransportFeatureConfigurator()
getFeatures
public Collection<WebServiceFeature> getFeatures(com.sun.xml.ws.policy.PolicyMapKey key,
com.sun.xml.ws.policy.PolicyMap policyMap)
throws com.sun.xml.ws.policy.PolicyException
- Process TCP transport policy assertions
WSDLPort
- Specified by:
getFeatures in interface com.sun.xml.ws.policy.jaxws.spi.PolicyFeatureConfigurator
- Parameters:
key - Key that identifies the endpoint scopepolicyMap - must be non-null
- Returns:
- The list of features
- Throws:
com.sun.xml.ws.policy.PolicyException - If retrieving the policy triggered an exception
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.