Uses of Class
ch.elca.el4j.tests.remoting.service.CalculatorValueObject

Packages that use CalculatorValueObject
ch.elca.el4j.tests.remoting.service   
ch.elca.el4j.tests.remoting.service.impl   
ch.elca.el4j.tests.remoting.service.soap   
 

Uses of CalculatorValueObject in ch.elca.el4j.tests.remoting.service
 

Methods in ch.elca.el4j.tests.remoting.service that return CalculatorValueObject
 CalculatorValueObject Calculator.echoValueObject(CalculatorValueObject o)
          This method does an echo of the given object.
 

Methods in ch.elca.el4j.tests.remoting.service with parameters of type CalculatorValueObject
 CalculatorValueObject Calculator.echoValueObject(CalculatorValueObject o)
          This method does an echo of the given object.
 

Uses of CalculatorValueObject in ch.elca.el4j.tests.remoting.service.impl
 

Methods in ch.elca.el4j.tests.remoting.service.impl that return CalculatorValueObject
 CalculatorValueObject CalculatorImpl.echoValueObject(CalculatorValueObject valueObject)
          This method does an echo of the given object.
 

Methods in ch.elca.el4j.tests.remoting.service.impl with parameters of type CalculatorValueObject
 CalculatorValueObject CalculatorImpl.echoValueObject(CalculatorValueObject valueObject)
          This method does an echo of the given object.
 

Uses of CalculatorValueObject in ch.elca.el4j.tests.remoting.service.soap
 

Fields in ch.elca.el4j.tests.remoting.service.soap declared as CalculatorValueObject
private  CalculatorValueObject[] RemoteExceptionWithData.m_calculatorValueObjects
          Are the calculator value objects.
 

Methods in ch.elca.el4j.tests.remoting.service.soap that return CalculatorValueObject
 CalculatorValueObject[] RemoteExceptionWithData.getCalculatorValueObjects()
           
 

Methods in ch.elca.el4j.tests.remoting.service.soap with parameters of type CalculatorValueObject
 void RemoteExceptionWithData.setCalculatorValueObjects(CalculatorValueObject[] calculatorValueObjects)
           
 



Copyright © 2005-2011 ELCA. All Rights Reserved.