Uses of Class
org.apache.servicemix.common.ServiceUnit

Packages that use ServiceUnit
org.apache.servicemix.common Base classes to write JBI standard Binding Components and Service Engines 
org.apache.servicemix.common.endpoints   
org.apache.servicemix.common.wsdl1   
org.apache.servicemix.common.xbean   
 

Uses of ServiceUnit in org.apache.servicemix.common
 

Fields in org.apache.servicemix.common declared as ServiceUnit
protected  ServiceUnit DefaultComponent.serviceUnit
           
protected  ServiceUnit Endpoint.serviceUnit
           
 

Fields in org.apache.servicemix.common with type parameters of type ServiceUnit
protected  Map<String,ServiceUnit> Registry.serviceUnits
           
 

Methods in org.apache.servicemix.common that return ServiceUnit
 ServiceUnit Deployer.deploy(String serviceUnitName, String serviceUnitRootPath)
          Actually deploys the given service unit and build a ServiceUnit object that contains endpoints.
protected  ServiceUnit BaseServiceUnitManager.doDeploy(String serviceUnitName, String serviceUnitRootPath)
           
 ServiceUnit DefaultComponent.getServiceUnit()
          Returns the service unit, lazily creating one on demand
 ServiceUnit Endpoint.getServiceUnit()
           
protected  ServiceUnit BaseServiceUnitManager.getServiceUnit(String name)
           
 ServiceUnit Registry.getServiceUnit(String name)
           
 

Methods in org.apache.servicemix.common with parameters of type ServiceUnit
protected  void BaseServiceUnitManager.doUndeploy(ServiceUnit su)
           
 boolean Registry.isRegistered(ServiceUnit su)
           
 void Registry.registerServiceUnit(ServiceUnit su)
           
 void Endpoint.setServiceUnit(ServiceUnit serviceUnit)
           
 void Deployer.undeploy(ServiceUnit su)
          Undeploys the given service unit.
 void AbstractDeployer.undeploy(ServiceUnit su)
           
 void Registry.unregisterServiceUnit(ServiceUnit su)
           
 

Constructors in org.apache.servicemix.common with parameters of type ServiceUnit
Endpoint(ServiceUnit serviceUnit, QName service, String endpoint)
           
 

Uses of ServiceUnit in org.apache.servicemix.common.endpoints
 

Constructors in org.apache.servicemix.common.endpoints with parameters of type ServiceUnit
ConsumerEndpoint(ServiceUnit serviceUnit, QName service, String endpoint)
           
PollingEndpoint(ServiceUnit serviceUnit, QName service, String endpoint)
           
ProviderEndpoint(ServiceUnit serviceUnit, QName service, String endpoint)
           
SimpleEndpoint(ServiceUnit serviceUnit, QName service, String endpoint)
           
 

Uses of ServiceUnit in org.apache.servicemix.common.wsdl1
 

Methods in org.apache.servicemix.common.wsdl1 that return ServiceUnit
protected  ServiceUnit AbstractWsdl1Deployer.createServiceUnit()
           
 ServiceUnit AbstractWsdl1Deployer.deploy(String serviceUnitName, String serviceUnitRootPath)
           
 

Methods in org.apache.servicemix.common.wsdl1 with parameters of type ServiceUnit
protected  void AbstractWsdl1Deployer.initFromWsdl(ServiceUnit su, File wsdl)
           
 

Uses of ServiceUnit in org.apache.servicemix.common.xbean
 

Subclasses of ServiceUnit in org.apache.servicemix.common.xbean
 class XBeanServiceUnit
           
 

Methods in org.apache.servicemix.common.xbean that return ServiceUnit
 ServiceUnit AbstractXBeanDeployer.deploy(String serviceUnitName, String serviceUnitRootPath)
           
 



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