|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface URLSchemeOperations
A URLScheme (e.g., file:
, corbaloc:
, etc.)
is responsible for converting a URL into an object reference.
All schemes must be installed in the URLRegistry
.
URLRegistry
Method Summary | |
---|---|
void |
destroy()
Release any resources held by the object. |
String |
name()
Each scheme must have a unique name. |
Object |
parse_url(String url)
Convert a URL into an object reference. |
Method Detail |
---|
String name()
Object parse_url(String url)
url
- The complete URL, including the scheme.
BAD_PARAM
- In case the URL is invalid.void destroy()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |