Class | Description |
---|---|
DOMUtils |
Basic DOM2 utilities
|
ServiceLoader |
Load a service class of a given name using this ordered lookup procedure:
If a resource file with the given name is found in META-INF/services/..., then
its first line, if present, is used as the UTF-8 encoded name of the implementation class.
If the ${java.home}/lib/jaxws.properties file exists and it is readable by the
java.util.Properties.load(InputStream) method and it contains an entry whose key is
the given name, then the value of that entry is used as the name of the implementation class.
If a system property with the given name is defined, then its value is used
as the name of the implementation class.
Finally, a default implementation class name is used.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.