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
ServerExceptionpublic void start()
throws ServerException
ServerExceptionpublic void awaitQuitRequest()
throws InterruptedException
InterruptedExceptionpublic void stop()
throws ServerException
ServerExceptionCopyright © The Apache Software Foundation. All Rights Reserved.