class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
(package private) static void |
checkRegistrantServiceID(ServiceID serviceID,
Logger logger,
Level level)
Checks if the value of the given service ID to register conforms to the
ServiceID specification, logging a message to the provided logger at the
specified logging level if it doesn't.
|
(package private) static Method |
getMethod(Class type,
String name,
Class[] paramTypes)
Returns Method object for specified method, which should always exist.
|
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.