FileDocCategorySizeDatePackage
FeedServiceApp.javaAPI DocExample619Wed Feb 27 09:57:14 GMT 2002javasoap.book.ch6

FeedServiceApp

public class FeedServiceApp extends Object

Fields Summary
Constructors Summary
Methods Summary
public static voidmain(java.lang.String[] args)

      String ns = "urn:AnotherFeedService";
      HTTP.startup("http://georgetown:8004/glue");
      Context context = new Context();
      context.addProperty("activation", "application");
      context.addProperty("namespace", ns);
      Registry.publish(ns,
         javasoap.book.ch6.AnotherFeedService.class, context );