org.apache.yoko.orb.OB
Class IORURLScheme_impl

java.lang.Object
  extended by org.omg.CORBA.LocalObject
      extended by org.apache.yoko.orb.OB.IORURLScheme_impl
All Implemented Interfaces:
URLScheme, URLSchemeOperations, Object

public class IORURLScheme_impl
extends LocalObject
implements URLScheme


Constructor Summary
IORURLScheme_impl(ORBInstance orbInstance)
           
 
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.
 
Methods inherited from class org.omg.CORBA.LocalObject
_create_request, _create_request, _duplicate, _get_domain_managers, _get_interface_def, _get_interface, _get_policy, _hash, _invoke, _is_a, _is_equivalent, _is_local, _non_existent, _orb, _release, _releaseReply, _request, _request, _servant_postinvoke, _servant_preinvoke, _set_policy_override, validate_connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

IORURLScheme_impl

public IORURLScheme_impl(ORBInstance orbInstance)
Method Detail

name

public String name()
Description copied from interface: URLSchemeOperations
Each scheme must have a unique name. All scheme names must be in lower case, and do not include the trailing colon.

Specified by:
name in interface URLSchemeOperations

parse_url

public Object parse_url(String url)
Description copied from interface: URLSchemeOperations
Convert a URL into an object reference.

Specified by:
parse_url in interface URLSchemeOperations
Parameters:
url - The complete URL, including the scheme.
Returns:
An object reference.

destroy

public void destroy()
Description copied from interface: URLSchemeOperations
Release any resources held by the object.

Specified by:
destroy in interface URLSchemeOperations


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