org.apache.muse.core.platform.osgi.descriptor
Class OSGiResourceDefinition
java.lang.Object
org.apache.muse.core.descriptor.ResourceDefinition
org.apache.muse.core.platform.osgi.descriptor.OSGiResourceDefinition
public class OSGiResourceDefinition
- extends ResourceDefinition
OSGiResourceDefinition is an OSGi-aware extension of the
ResourceDefinition
class.
- Author:
- Joel Hawkins (joelh)
Field Summary |
protected org.osgi.framework.Bundle |
bundle
the Bundle that owns the resource definition |
Methods inherited from class org.apache.muse.core.descriptor.ResourceDefinition |
getCapabilityDefinitions, getContextPath, getEnvironment, getInitializationParameters, getLog, getResourceClass, getResourceIdFactory, getWsdlConfig, isUsingPersistence, setCapabilityDefinitions, setContextPath, setEnvironment, setInitializationParameters, setLog, setResourceClass, setResourceIdFactory, setUsingPersistence, setWsdlConfig |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
bundle
protected org.osgi.framework.Bundle bundle
- the Bundle that owns the resource definition
OSGiResourceDefinition
public OSGiResourceDefinition(org.osgi.framework.Bundle bundle)
- Constructor
- Parameters:
bundle
-
newInstance
public Resource newInstance()
- Overrides:
newInstance
in class ResourceDefinition
Copyright © 2005-2011 Apache Web Services - Muse. All Rights Reserved.