Stackdb
Stackdb is a stackable, multi-target and -level source debugger and memory forensics library.
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Member Functions | Static Public Member Functions
vmi1.SimpleServiceServer Class Reference
Inheritance diagram for vmi1.SimpleServiceServer:
Inheritance graph
[legend]
Collaboration diagram for vmi1.SimpleServiceServer:
Collaboration graph
[legend]

Public Member Functions

 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 Public Member Functions

static void main (String[] args)
 

Detailed Description

Definition at line 39 of file SimpleServiceServer.java.

Constructor & Destructor Documentation

vmi1.SimpleServiceServer.SimpleServiceServer ( ConfigurationContext  cctx,
int  port 
) throws AxisFault
inline

Definition at line 42 of file SimpleServiceServer.java.

Member Function Documentation

AxisService vmi1.SimpleServiceServer.buildService ( String  className) throws Exception,ClassNotFoundException,InstantiationException, IllegalAccessException,AxisFault
inline

Definition at line 78 of file SimpleServiceServer.java.

AxisService vmi1.SimpleServiceServer.buildService ( SimpleService  ss) throws Exception,ClassNotFoundException,AxisFault
inline

Definition at line 84 of file SimpleServiceServer.java.

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

Definition at line 141 of file SimpleServiceServer.java.

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

Definition at line 47 of file SimpleServiceServer.java.


The documentation for this class was generated from the following file: