Uses of Interface
org.apache.yoko.orb.OB.URLScheme

Packages that use URLScheme
org.apache.yoko.orb.OB   
 

Uses of URLScheme in org.apache.yoko.orb.OB
 

Subinterfaces of URLScheme in org.apache.yoko.orb.OB
 interface CorbalocURLScheme
          CorbalocURLScheme implements the corbaloc URL scheme, and serves as a registry for CorbalocProtocol objects.
 

Classes in org.apache.yoko.orb.OB that implement URLScheme
 class CorbalocURLScheme_impl
           
 class CorbanameURLScheme_impl
           
 class FileURLScheme_impl
           
 class IORURLScheme_impl
           
 

Fields in org.apache.yoko.orb.OB declared as URLScheme
 URLScheme URLSchemeHolder.value
           
 

Methods in org.apache.yoko.orb.OB that return URLScheme
static URLScheme URLSchemeHelper.extract(Any any)
           
 URLScheme URLRegistry_impl.find_scheme(String name)
           
 URLScheme URLRegistryOperations.find_scheme(String name)
          Find a scheme with the given name.
static URLScheme URLSchemeHelper.narrow(Object val)
           
static URLScheme URLSchemeHelper.read(InputStream in)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type URLScheme
 void URLRegistry_impl.add_scheme(URLScheme scheme)
           
 void URLRegistryOperations.add_scheme(URLScheme scheme)
          Register a new URL scheme.
static void URLSchemeHelper.insert(Any any, URLScheme val)
           
static void URLSchemeHelper.write(OutputStream out, URLScheme val)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type URLScheme
URLSchemeHolder(URLScheme initial)
           
 



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