|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.axis2.jaxws.util.WSToolingUtils
public class WSToolingUtils
| Constructor Summary | |
|---|---|
WSToolingUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
getWsGenVersion()
Retrieves the major version number of the WsGen class that we're using |
static boolean |
hasValue(java.lang.String str)
A handy function to check for empty or null string |
static boolean |
isValidVersion(java.lang.String wsGenVersion)
Answer if the input version number is 2.1.6 or later. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WSToolingUtils()
| Method Detail |
|---|
public static boolean hasValue(java.lang.String str)
str -
public static java.lang.String getWsGenVersion()
throws java.lang.ClassNotFoundException,
java.io.IOException
java.lang.ClassNotFoundException
java.io.IOExceptionpublic static boolean isValidVersion(java.lang.String wsGenVersion)
wsGenVersion - A version number separated by "." Up to the first 3 values will be checked.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||