Uses of Class
com.sun.xml.ws.transport.tcp.util.Version

Packages that use Version
com.sun.xml.ws.transport.tcp.util   
 

Uses of Version in com.sun.xml.ws.transport.tcp.util
 

Methods in com.sun.xml.ws.transport.tcp.util that return Version
 Version VersionController.getClosestSupportedConnectionManagementVersion(Version connectionManagementVersion)
          Method returns closest to given connection management version, which current implementation supports
 Version VersionController.getClosestSupportedFramingVersion(Version framingVersion)
          Method returns closest to given framing version, which current implementation supports
 Version VersionController.getConnectionManagementVersion()
           
 Version VersionMismatchException.getExpectedConnectionManagementVersion()
           
 Version VersionMismatchException.getExpectedFramingVersion()
           
 Version VersionController.getFramingVersion()
           
 

Methods in com.sun.xml.ws.transport.tcp.util with parameters of type Version
 Version VersionController.getClosestSupportedConnectionManagementVersion(Version connectionManagementVersion)
          Method returns closest to given connection management version, which current implementation supports
 Version VersionController.getClosestSupportedFramingVersion(Version framingVersion)
          Method returns closest to given framing version, which current implementation supports
 boolean VersionController.isVersionSupported(Version framingVersion, Version connectionManagementVersion)
          Method checks compatibility of server and client versions
 

Constructors in com.sun.xml.ws.transport.tcp.util with parameters of type Version
VersionMismatchException(java.lang.String message, Version expectedFramingVersion, Version expectedConnectionManagementVersion)