org.apache.servicemix.jbi.deployment
Class Descriptor

java.lang.Object
  extended by org.apache.servicemix.jbi.deployment.Descriptor

public class Descriptor
extends Object

Version:
$Revision: 426415 $

Constructor Summary
Descriptor()
           
 
Method Summary
 Component getComponent()
           
 ServiceAssembly getServiceAssembly()
           
 Services getServices()
           
 SharedLibrary getSharedLibrary()
           
 double getVersion()
           
 void setComponent(Component component)
           
 void setServiceAssembly(ServiceAssembly serviceAssembly)
           
 void setServices(Services services)
           
 void setSharedLibrary(SharedLibrary sharedLibrary)
           
 void setVersion(double version)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Descriptor

public Descriptor()
Method Detail

getVersion

public double getVersion()

setVersion

public void setVersion(double version)

getComponent

public Component getComponent()

setComponent

public void setComponent(Component component)

getSharedLibrary

public SharedLibrary getSharedLibrary()

setSharedLibrary

public void setSharedLibrary(SharedLibrary sharedLibrary)

getServiceAssembly

public ServiceAssembly getServiceAssembly()

setServiceAssembly

public void setServiceAssembly(ServiceAssembly serviceAssembly)

getServices

public Services getServices()

setServices

public void setServices(Services services)


Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.