Uses of Class
com.sun.xml.ws.transport.tcp.util.Version
Packages that use Version
-
Uses of Version in com.sun.xml.ws.transport.tcp.util
Methods in com.sun.xml.ws.transport.tcp.util that return VersionModifier and TypeMethodDescriptionVersionController.getClosestSupportedConnectionManagementVersion(Version connectionManagementVersion) Method returns closest to given connection management version, which current implementation supportsVersionController.getClosestSupportedFramingVersion(Version framingVersion) Method returns closest to given framing version, which current implementation supportsVersionController.getConnectionManagementVersion()VersionMismatchException.getExpectedConnectionManagementVersion()VersionMismatchException.getExpectedFramingVersion()VersionController.getFramingVersion()Methods in com.sun.xml.ws.transport.tcp.util with parameters of type VersionModifier and TypeMethodDescriptionVersionController.getClosestSupportedConnectionManagementVersion(Version connectionManagementVersion) Method returns closest to given connection management version, which current implementation supportsVersionController.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 VersionModifierConstructorDescriptionVersionMismatchException(String message, Version expectedFramingVersion, Version expectedConnectionManagementVersion)