org.apache.muse.osgi.soa.core
Interface BundleClassResolver


public interface BundleClassResolver

BundleClassResolver is an interface for SOAPProviders to use for creating class to Bundle mappings for supporting JAX-RPC style bindings to OSGi hosted classes.

Author:
Joel Hawkins (joelh)

Method Summary
 Object getInstance(String className)
           
 org.osgi.framework.Bundle getResolverBundle(String className)
           
 void registerClass(String className, org.osgi.framework.Bundle bundle)
           
 

Method Detail

getResolverBundle

org.osgi.framework.Bundle getResolverBundle(String className)

registerClass

void registerClass(String className,
                   org.osgi.framework.Bundle bundle)
                   throws Exception
Throws:
Exception

getInstance

Object getInstance(String className)
                   throws Exception
Throws:
Exception


Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.