public class SampleAxis2Server extends Object implements BackendServer
| Modifier and Type | Field and Description |
|---|---|
static String |
LB_SERVICE_1 |
static String |
LB_SERVICE_2 |
static String |
LB_SERVICE_3 |
static String |
LB_SERVICE_4 |
static String |
SECURE_STOCK_QUOTE_SERVICE |
static String |
SIMPLE_AXIS2_SERVICE |
static String |
SIMPLE_STOCK_QUOTE_SERVICE |
static String |
SIMPLE_STOCK_QUOTE_SERVICE_2 |
static String |
SIMPLE_STOCK_QUOTE_SERVICE_3 |
static String |
STUDENT_REST_SERVICE |
| Constructor and Description |
|---|
SampleAxis2Server() |
SampleAxis2Server(String axis2xmlFile) |
| Modifier and Type | Method and Description |
|---|---|
void |
deployService(Object service) |
void |
hotDeployArtifact(String artifact) |
void |
hotUndeployArtifact(String artifact) |
boolean |
isStarted() |
void |
start() |
void |
stop() |
public static final String SIMPLE_STOCK_QUOTE_SERVICE
public static final String SIMPLE_STOCK_QUOTE_SERVICE_2
public static final String SIMPLE_STOCK_QUOTE_SERVICE_3
public static final String SECURE_STOCK_QUOTE_SERVICE
public static final String LB_SERVICE_1
public static final String LB_SERVICE_2
public static final String LB_SERVICE_3
public static final String LB_SERVICE_4
public static final String SIMPLE_AXIS2_SERVICE
public static final String STUDENT_REST_SERVICE
public SampleAxis2Server()
public SampleAxis2Server(String axis2xmlFile)
public void start()
throws IOException
start in interface BackendServerIOExceptionpublic void stop()
stop in interface BackendServerpublic boolean isStarted()
isStarted in interface BackendServerpublic void hotDeployArtifact(String artifact) throws IOException
IOExceptionpublic void hotUndeployArtifact(String artifact)
public void deployService(Object service) throws IOException
deployService in interface BackendServerIOExceptionCopyright © 2015 WSO2 Inc. All rights reserved.