Package org.apache.axis2.jaxws.util
Class WSToolingUtils
java.lang.Object
org.apache.axis2.jaxws.util.WSToolingUtils
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringRetrieves the major version number of the WsGen class that we're usingstatic booleanA handy function to check for empty or null stringstatic booleanisValidVersion(String wsGenVersion) Answer if the input version number is 2.1.6 or later.
-
Constructor Details
-
WSToolingUtils
public WSToolingUtils()
-
-
Method Details
-
hasValue
A handy function to check for empty or null string- Parameters:
str-- Returns:
- boolean
-
getWsGenVersion
Retrieves the major version number of the WsGen class that we're using- Returns:
- String
- Throws:
ClassNotFoundExceptionIOException
-
isValidVersion
Answer if the input version number is 2.1.6 or later. Version 2.1.6 is the Sun RI version that changed the WebMethod annotation semantics.- Parameters:
wsGenVersion- A version number separated by "." Up to the first 3 values will be checked.- Returns:
- true if the version number is 2.1.6 or later, false otherwise.
-