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
IOException
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
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.