Package org.jboss.ws.api.util

Convenient utilities

See:
          Description

Class Summary
BundleUtils Utility class to get resource bundle and i18n message
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.
 

Package org.jboss.ws.api.util Description

Convenient utilities



Copyright © 2012 JBoss, by Red Hat. All Rights Reserved.