public final class RemoteDeployer extends Object implements org.jboss.wsf.spi.deployer.Deployer
| Constructor and Description |
|---|
RemoteDeployer() |
| Modifier and Type | Method and Description |
|---|---|
void |
addSecurityDomain(String name,
Map<String,String> authenticationOptions) |
void |
deploy(URL archiveURL) |
String |
getServerVersion() |
void |
removeSecurityDomain(String name) |
void |
undeploy(URL archiveURL) |
public RemoteDeployer()
throws IOException
IOExceptionpublic void deploy(URL archiveURL) throws Exception
deploy in interface org.jboss.wsf.spi.deployer.DeployerExceptionpublic void undeploy(URL archiveURL) throws Exception
undeploy in interface org.jboss.wsf.spi.deployer.DeployerExceptionpublic void addSecurityDomain(String name, Map<String,String> authenticationOptions) throws Exception
addSecurityDomain in interface org.jboss.wsf.spi.deployer.DeployerExceptionCopyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.