| Computes the namespace URI -> package name conversion
as specified by the JAXB spec.
Parameters: namespaceUri - Namespace URI. Can be empty, but must not be null.A Java package name (e.g., "foo.bar"). "" to represent the root package.This method returns null if the method fails to derive the package name(there are certain namespace URIs with which this algorithm does notwork --- such as ":::" as the URI.) |