|
| SimpleServiceServer (ConfigurationContext cctx, int port) throws AxisFault |
|
void | start () throws AxisFault |
|
AxisService | buildService (String className) throws Exception,ClassNotFoundException,InstantiationException, IllegalAccessException,AxisFault |
|
AxisService | buildService (SimpleService ss) throws Exception,ClassNotFoundException,AxisFault |
|
AxisService | buildService (String implClass, String serviceName, Map< String, MessageReceiver > msgReceiverClassMap, String targetNamespace, String schemaNamespace, SchemaGenerator sg, AxisService as) throws Exception,ClassNotFoundException,AxisFault |
|
|
static void | main (String[] args) |
|
Definition at line 39 of file SimpleServiceServer.java.
vmi1.SimpleServiceServer.SimpleServiceServer |
( |
ConfigurationContext |
cctx, |
|
|
int |
port |
|
) |
| throws AxisFault |
|
inline |
AxisService vmi1.SimpleServiceServer.buildService |
( |
String |
className | ) |
throws Exception,ClassNotFoundException,InstantiationException, IllegalAccessException,AxisFault |
|
inline |
AxisService vmi1.SimpleServiceServer.buildService |
( |
SimpleService |
ss | ) |
throws Exception,ClassNotFoundException,AxisFault |
|
inline |
AxisService vmi1.SimpleServiceServer.buildService |
( |
String |
implClass, |
|
|
String |
serviceName, |
|
|
Map< String, MessageReceiver > |
msgReceiverClassMap, |
|
|
String |
targetNamespace, |
|
|
String |
schemaNamespace, |
|
|
SchemaGenerator |
sg, |
|
|
AxisService |
as |
|
) |
| throws Exception,ClassNotFoundException,AxisFault |
|
inline |
static void vmi1.SimpleServiceServer.main |
( |
String[] |
args | ) |
|
|
inlinestatic |
Simple main class that accepts a list of service object classnames, loads them, and adds them to our server before starting it.
Definition at line 169 of file SimpleServiceServer.java.
void vmi1.SimpleServiceServer.start |
( |
| ) |
throws AxisFault |
|
inline |
The documentation for this class was generated from the following file: