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

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

public class ServiceAssemblyDesc
extends java.lang.Object

The <jbi:service-assembly> element.


Constructor Summary
ServiceAssemblyDesc()
           
 
Method Summary
 Connections getConnections()
           
 Identification getIdentification()
           
 ServiceUnitDesc[] getServiceUnits()
           
 java.lang.String getState()
           
 void setConnections(Connections connections)
           
 void setIdentification(Identification identification)
           
 void setServiceUnits(ServiceUnitDesc[] serviceUnits)
           
 void setState(java.lang.String state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceAssemblyDesc

public ServiceAssemblyDesc()
Method Detail

getConnections

public Connections getConnections()

getIdentification

public Identification getIdentification()

getServiceUnits

public ServiceUnitDesc[] getServiceUnits()

getState

public java.lang.String getState()
Returns:
Returns the state.

setConnections

public void setConnections(Connections connections)

setIdentification

public void setIdentification(Identification identification)

setServiceUnits

public void setServiceUnits(ServiceUnitDesc[] serviceUnits)

setState

public void setState(java.lang.String state)
Parameters:
state - The state to set.


Copyright © 2005-2010 The Apache Software Foundation. All Rights Reserved.