public final class RemoteDeployer extends Object implements org.jboss.wsf.spi.deployer.Deployer
Constructor and Description |
---|
RemoteDeployer() |
Modifier and Type | Method and Description |
---|---|
void |
addHttpsConnector(Map<String,String> options) |
void |
addSecurityDomain(String name,
Map<String,String> authenticationOptions) |
static org.jboss.dmr.ModelNode |
createOpNode(String address,
String operation) |
void |
deploy(URL archiveURL) |
String |
getServerVersion() |
void |
removeHttpsConnector() |
void |
removeSecurityDomain(String name) |
void |
undeploy(URL archiveURL) |
public void deploy(URL archiveURL) throws Exception
deploy
in interface org.jboss.wsf.spi.deployer.Deployer
Exception
public void undeploy(URL archiveURL) throws Exception
undeploy
in interface org.jboss.wsf.spi.deployer.Deployer
Exception
public void addSecurityDomain(String name, Map<String,String> authenticationOptions) throws Exception
addSecurityDomain
in interface org.jboss.wsf.spi.deployer.Deployer
Exception
public void removeSecurityDomain(String name) throws Exception
removeSecurityDomain
in interface org.jboss.wsf.spi.deployer.Deployer
Exception
public void addHttpsConnector(Map<String,String> options) throws Exception
addHttpsConnector
in interface org.jboss.wsf.spi.deployer.Deployer
Exception
public void removeHttpsConnector() throws Exception
removeHttpsConnector
in interface org.jboss.wsf.spi.deployer.Deployer
Exception
Copyright © 2014 JBoss by Red Hat. All rights reserved.