compbio.ws.server
Class SimpleWSPublisher

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

Deprecated.

@Deprecated
public class SimpleWSPublisher
extends 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(Object exec, String context)
          Deprecated.  
 
Method Summary
static void main(String[] args)
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleWSPublisher

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

main

public static void main(String[] args)
Deprecated.