Changes between Version 4 and Version 5 of ExampleUsingXmlRpcCompliantTypes
- Timestamp:
- 07/02/07 18:00:38 (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExampleUsingXmlRpcCompliantTypes
v4 v5 24 24 {{{ 25 25 WebServer xmlRpcServer = new WebServer( port ); 26 xmlRpcServer.addHandler( "handlerId", XmlRpcHandlerFactory.createHandlerFor( new Impl() ) ;26 xmlRpcServer.addHandler( "handlerId", XmlRpcHandlerFactory.createHandlerFor( new Impl() ) ); 27 27 xmlRpcServer.start(); 28 28 }}}