public final class StandaloneAxisServer extends Object
Constructor and Description |
---|
StandaloneAxisServer() |
Modifier and Type | Method and Description |
---|---|
void |
awaitQuitRequest() |
File[] |
getJwsDirs() |
int |
getMaxSessions() |
int |
getPort() |
File |
getWorkDir() |
void |
init() |
void |
setJwsDirs(File[] jwsDirs) |
void |
setMaxSessions(int maxSessions) |
void |
setPort(int port) |
void |
setWorkDir(File workDir) |
void |
start() |
void |
stop() |
public int getPort()
public void setPort(int port)
public File getWorkDir()
public void setWorkDir(File workDir)
public int getMaxSessions()
public void setMaxSessions(int maxSessions)
public File[] getJwsDirs()
public void setJwsDirs(File[] jwsDirs)
public void init() throws ServerException
ServerException
public void start() throws ServerException
ServerException
public void awaitQuitRequest() throws InterruptedException
InterruptedException
public void stop() throws ServerException
ServerException
Copyright © The Apache Software Foundation. All Rights Reserved.