Package org.jboss.ws.api.util


package org.jboss.ws.api.util
  • Classes
    Class
    Description
    Basic DOM2 utilities
    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 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.