Package com.sun.xml.ws.util
Class JAXWSUtils
java.lang.Object
com.sun.xml.ws.util.JAXWSUtils
- Author:
- Vivek Pandey Wrapper utility class to be used from the generated code or run time.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Stringabsolutize(String name) static voidcheckAbsoluteness(String systemId) Checks if the system ID is absolute.static URLgetEncodedURL(String urlStr) static URLgetFileOrURL(String fileOrURL) static StringgetFileOrURLName(String fileOrURL) static StringgetUUID()static booleanmatchQNames(QName target, QName pattern)
-
Method Details
-
getUUID
-
getFileOrURLName
-
getFileOrURL
- Throws:
IOException
-
getEncodedURL
- Throws:
MalformedURLException
-
absolutize
-
checkAbsoluteness
Checks if the system ID is absolute. -
matchQNames
-