org.apache.camel.example.server
Interface Multiplier

All Known Implementing Classes:
Treble

public interface Multiplier

Our business service.


Method Summary
 int multiply(int originalNumber)
          Multiplies the given number by a pre-defined constant.
 

Method Detail

multiply

int multiply(int originalNumber)
Multiplies the given number by a pre-defined constant.

Parameters:
originalNumber - The number to be multiplied
Returns:
The result of the multiplication


Apache CAMEL