Bus

org.topcased.service.changeuri.services
Class ChangeURIService

java.lang.Object
  extended by org.topcased.service.changeuri.services.ChangeURIService
All Implemented Interfaces:
IService

public class ChangeURIService
extends java.lang.Object
implements IService

This class defines the "Change URI Service".
Three kinds of parameters are expected to run this service :


Constructor Summary
ChangeURIService()
           
 
Method Summary
 java.lang.Object serviceRun(java.util.Map<java.lang.String,java.lang.Object> parameters)
          The Topcased Bus launches serviceRun() method of a service
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeURIService

public ChangeURIService()
Method Detail

serviceRun

public java.lang.Object serviceRun(java.util.Map<java.lang.String,java.lang.Object> parameters)
Description copied from interface: IService
The Topcased Bus launches serviceRun() method of a service

Specified by:
serviceRun in interface IService
Parameters:
parameters - : parameters Map (key = parameter name, value = Object parameter)
Returns:
an Object in order to chain service if it is required
See Also:
IService.serviceRun(java.util.Map)

Bus

Copyright (c) 2005 TOPCASED Contributors 2005 - 2007. All rights reserved.