org.apache.yoko.orb.OB
Interface URLScheme

All Superinterfaces:
Object, URLSchemeOperations
All Known Subinterfaces:
CorbalocURLScheme
All Known Implementing Classes:
CorbalocURLScheme_impl, CorbanameURLScheme_impl, FileURLScheme_impl, IORURLScheme_impl

public interface URLScheme
extends URLSchemeOperations, Object

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.

See Also:
URLRegistry

Method Summary
 
Methods inherited from interface org.apache.yoko.orb.OB.URLSchemeOperations
destroy, name, parse_url
 
Methods inherited from interface org.omg.CORBA.Object
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _is_a, _is_equivalent, _non_existent, _release, _request, _set_policy_override
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.