public final class CorbanameUrl extends Object
corbaname url = "corbaname:"
Characters in
The corbaname URL is parsed into two parts: a corbaloc URL and a COS name.
The corbaloc URL is constructed by concatenation "corbaloc:" with
A corbaname URL is resolved by:
| Constructor and Description |
|---|
CorbanameUrl(String url) |
| Modifier and Type | Method and Description |
|---|---|
Name |
getCosName() |
String |
getLocation() |
String |
getStringName()
Returns a possibly empty but non-null string that is the "string_name"
portion of the URL.
|
public CorbanameUrl(String url) throws MalformedURLException
MalformedURLExceptionpublic String getStringName()
public Name getCosName() throws NamingException
NamingExceptionpublic String getLocation()
Copyright © 2020 JBoss by Red Hat. All rights reserved.