Uses of Class
com.sun.xml.ws.transport.tcp.util.Version
-
Packages that use Version Package Description 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 Modifier and Type Method Description VersionVersionController. getClosestSupportedConnectionManagementVersion(Version connectionManagementVersion)Method returns closest to given connection management version, which current implementation supportsVersionVersionController. getClosestSupportedFramingVersion(Version framingVersion)Method returns closest to given framing version, which current implementation supportsVersionVersionController. getConnectionManagementVersion()VersionVersionMismatchException. getExpectedConnectionManagementVersion()VersionVersionMismatchException. getExpectedFramingVersion()VersionVersionController. getFramingVersion()Methods in com.sun.xml.ws.transport.tcp.util with parameters of type Version Modifier and Type Method Description VersionVersionController. getClosestSupportedConnectionManagementVersion(Version connectionManagementVersion)Method returns closest to given connection management version, which current implementation supportsVersionVersionController. getClosestSupportedFramingVersion(Version framingVersion)Method returns closest to given framing version, which current implementation supportsbooleanVersionController. isVersionSupported(Version framingVersion, Version connectionManagementVersion)Method checks compatibility of server and client versionsConstructors in com.sun.xml.ws.transport.tcp.util with parameters of type Version Constructor Description VersionMismatchException(String message, Version expectedFramingVersion, Version expectedConnectionManagementVersion)
-