Home | History | Annotate | Download | only in jbosh

Lines Matching refs:null

59         return createWithPrefix(uri, local, null);
68 * @param prefix optional prefix or @{code null} for no prefix
75 if (uri == null || uri.length() == 0) {
77 "URI is required and may not be null/empty"));
79 if (local == null || local.length() == 0) {
81 "Local arg is required and may not be null/empty"));
83 if (prefix == null || prefix.length() == 0) {
109 * Get the optional prefix used with this qualified name, or {@code null}
112 * @return prefix, or {@code null} if no prefix was supplied
150 return createWithPrefix(BOSH_NS_URI, local, null);