org.apache.servicemix.jbi.deployer.descriptor
Class Descriptor
java.lang.Object
org.apache.servicemix.jbi.deployer.descriptor.Descriptor
public class Descriptor
- extends java.lang.Object
The <jbi:jbi> element.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Descriptor
public Descriptor()
getVersion
public double getVersion()
setVersion
public void setVersion(double version)
getComponent
public ComponentDesc getComponent()
setComponent
public void setComponent(ComponentDesc component)
getSharedLibrary
public SharedLibraryDesc getSharedLibrary()
setSharedLibrary
public void setSharedLibrary(SharedLibraryDesc sharedLibrary)
getServiceAssembly
public ServiceAssemblyDesc getServiceAssembly()
setServiceAssembly
public void setServiceAssembly(ServiceAssemblyDesc serviceAssembly)
getServices
public Services getServices()
setServices
public void setServices(Services services)
Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.