org.apache.muse.osgi.wsx
Class WSXImplementationService
java.lang.Object
org.apache.muse.util.osgi.AbstractResourceManagementImplementation
org.apache.muse.osgi.wsx.WSXImplementationService
- All Implemented Interfaces:
- ResourceManagementImplementation, org.osgi.framework.ServiceFactory
public class WSXImplementationService
- extends AbstractResourceManagementImplementation
- implements org.osgi.framework.ServiceFactory
WSXImplementationService is an implementation of the ResourceManagementImplementation
service interface for the WS-MetaData Exchange API bundle.
- Author:
- Joel Hawkins (joelh)
- See Also:
ResourceManagementImplementation
Method Summary |
Object |
getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration)
|
void |
ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration,
Object service)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
WSXImplementationService
public WSXImplementationService(org.osgi.framework.Bundle bundle)
getService
public Object getService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration)
- Specified by:
getService
in interface org.osgi.framework.ServiceFactory
ungetService
public void ungetService(org.osgi.framework.Bundle bundle,
org.osgi.framework.ServiceRegistration registration,
Object service)
- Specified by:
ungetService
in interface org.osgi.framework.ServiceFactory
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.