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

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

public class ServiceUnitDesc
extends java.lang.Object

The <jbi:service-unit> element.


Constructor Summary
ServiceUnitDesc()
           
 
Method Summary
 Identification getIdentification()
           
 Target getTarget()
           
 void setIdentification(Identification identification)
           
 void setTarget(Target target)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ServiceUnitDesc

public ServiceUnitDesc()
Method Detail

getIdentification

public Identification getIdentification()

setIdentification

public void setIdentification(Identification identification)

getTarget

public Target getTarget()

setTarget

public void setTarget(Target target)


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