Changes between Version 4 and Version 5 of ExampleUsingXmlRpcCompliantTypes


Ignore:
Timestamp:
07/02/07 18:00:38 (17 years ago)
Author:
sauermann
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExampleUsingXmlRpcCompliantTypes

    v4 v5  
    2424{{{ 
    2525WebServer xmlRpcServer = new WebServer( port ); 
    26 xmlRpcServer.addHandler( "handlerId", XmlRpcHandlerFactory.createHandlerFor( new Impl() ); 
     26xmlRpcServer.addHandler( "handlerId", XmlRpcHandlerFactory.createHandlerFor( new Impl() ) ); 
    2727xmlRpcServer.start(); 
    2828}}}