X-Git-Url: http://source.jalview.org/gitweb/?a=blobdiff_plain;f=server%2Fcompbio%2Fws%2Fjpred%2FWSPublisher.java;fp=server%2Fcompbio%2Fws%2Fjpred%2FWSPublisher.java;h=0000000000000000000000000000000000000000;hb=59d2a68840c0c7905419304095d91faa5ef3004c;hp=01747e054ab22f7b60e2cc80f3e315e1534ae772;hpb=47dd2d7ec5618d9dc2afda026c5c94676f18a979;p=proteocache.git diff --git a/server/compbio/ws/jpred/WSPublisher.java b/server/compbio/ws/jpred/WSPublisher.java deleted file mode 100644 index 01747e0..0000000 --- a/server/compbio/ws/jpred/WSPublisher.java +++ /dev/null @@ -1,12 +0,0 @@ -package compbio.ws.jpred; - -import javax.xml.ws.Endpoint; - -public class WSPublisher { - - public static void main(String[] args) { - Endpoint.publish("http://localhost:1236/proteocache/services", new JpredWS()); - - System.out.println("Service is published!"); - } -}