compbio.ws.server
Class SimpleWSPublisher

java.lang.Object
  extended by compbio.ws.server.SimpleWSPublisher

public class SimpleWSPublisher
extends java.lang.Object

This class publish a web service. This is not a production implementation. Should be used only for during development and testing

Author:
pvtroshin

Constructor Summary
SimpleWSPublisher(java.lang.Object exec, java.lang.String context)
           
 
Method Summary
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWSPublisher

public SimpleWSPublisher(java.lang.Object exec,
                         java.lang.String context)
Method Detail

main

public static void main(java.lang.String[] args)