org.apache.servicemix.common
Class AbstractDeployer
java.lang.Object
org.apache.servicemix.common.AbstractDeployer
- All Implemented Interfaces:
- Deployer
- Direct Known Subclasses:
- AbstractWsdl1Deployer, AbstractXBeanDeployer
public abstract class AbstractDeployer
- extends java.lang.Object
- implements Deployer
Base classes for custom artifacts deployers.
- Since:
- 3.0
- Version:
- $Revision$
- Author:
- Guillaume Nodet
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
logger
protected final transient org.slf4j.Logger logger
component
protected ServiceMixComponent component
AbstractDeployer
public AbstractDeployer(ServiceMixComponent component)
failure
protected javax.jbi.management.DeploymentException failure(java.lang.String task,
java.lang.String info,
java.lang.Throwable e)
undeploy
public void undeploy(ServiceUnit su)
throws javax.jbi.management.DeploymentException
- Description copied from interface:
Deployer
- Undeploys the given service unit.
- Specified by:
undeploy in interface Deployer
- Parameters:
su - the service unit to undeploy
- Throws:
javax.jbi.management.DeploymentException
validate
protected void validate(Endpoint endpoint)
throws javax.jbi.management.DeploymentException
- Throws:
javax.jbi.management.DeploymentException
validate
protected void validate(ServiceUnit su)
throws javax.jbi.management.DeploymentException
- Throws:
javax.jbi.management.DeploymentException
Copyright © 2005-2012 FuseSource. All Rights Reserved.