|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.remoting.jaxws.service.impl.CalculatorImplJaxws
public class CalculatorImplJaxws
This class is a annotated version of CalculatorImpl.
| Constructor Summary | |
|---|---|
CalculatorImplJaxws()
|
|
| Method Summary | |
|---|---|
int |
countNumberOfUppercaseLetters(String text)
This method counts all uppercase letters of a text. |
CalculatorValueObject |
echoValueObject(CalculatorValueObject valueObject)
This method does an echo of the given object. |
double |
getArea(double a,
double b)
This method calculates the area of a rectangle. |
void |
throwMeAnException()
This method throws an exception for test reason. |
void |
throwMeASpecialException(String action)
This method throws a special exception for test reason. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CalculatorImplJaxws()
| Method Detail |
|---|
public int countNumberOfUppercaseLetters(String text)
countNumberOfUppercaseLetters in interface Calculatortext - Is the object to analyze.
public CalculatorValueObject echoValueObject(CalculatorValueObject valueObject)
echoValueObject in interface CalculatorvalueObject - Is the object to echo.
public double getArea(double a,
double b)
getArea in interface Calculatora - Is the first side.b - Is the second side.
public void throwMeASpecialException(String action)
throws SpecialCalculatorException
throwMeASpecialException in interface Calculatoraction - Is the dynamic part of the thrown exception.
SpecialCalculatorException - will be thrown every time.
public void throwMeAnException()
throws CalculatorException
throwMeAnException in interface CalculatorCalculatorException - will be thrown every time.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||