public class WSNDeployer extends AbstractDeployer implements Deployer
| Modifier and Type | Class and Description |
|---|---|
static class |
WSNDeployer.XmlFilter |
| Modifier and Type | Field and Description |
|---|---|
protected javax.xml.bind.JAXBContext |
context |
protected java.io.FilenameFilter |
filter |
component, logger| Constructor and Description |
|---|
WSNDeployer(ServiceMixComponent component) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
canDeploy(java.lang.String serviceUnitName,
java.lang.String serviceUnitRootPath) |
Endpoint |
createEndpoint(java.lang.Object request) |
Endpoint |
createEndpoint(java.net.URL url) |
ServiceUnit |
deploy(java.lang.String serviceUnitName,
java.lang.String serviceUnitRootPath) |
failure, undeploy, validate, validateprotected java.io.FilenameFilter filter
protected javax.xml.bind.JAXBContext context
public WSNDeployer(ServiceMixComponent component)
public boolean canDeploy(java.lang.String serviceUnitName,
java.lang.String serviceUnitRootPath)
public ServiceUnit deploy(java.lang.String serviceUnitName, java.lang.String serviceUnitRootPath) throws javax.jbi.management.DeploymentException
public Endpoint createEndpoint(java.net.URL url) throws javax.jbi.management.DeploymentException
javax.jbi.management.DeploymentExceptionpublic Endpoint createEndpoint(java.lang.Object request) throws javax.jbi.management.DeploymentException
javax.jbi.management.DeploymentExceptionCopyright © 2005-2015 FuseSource. All Rights Reserved.