org.apache.servicemix.jbi.deployer.descriptor
Class Descriptor

java.lang.Object
  extended by org.apache.servicemix.jbi.deployer.descriptor.Descriptor

public class Descriptor
extends java.lang.Object

The <jbi:jbi> element.


Constructor Summary
Descriptor()
           
 
Method Summary
 ComponentDesc getComponent()
           
 ServiceAssemblyDesc getServiceAssembly()
           
 Services getServices()
           
 SharedLibraryDesc getSharedLibrary()
           
 double getVersion()
           
 void setComponent(ComponentDesc component)
           
 void setServiceAssembly(ServiceAssemblyDesc serviceAssembly)
           
 void setServices(Services services)
           
 void setSharedLibrary(SharedLibraryDesc 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 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.