Uses of Class
org.ow2.petals.bc.soap.simple.EchoResponse
-
Packages that use EchoResponse Package Description org.ow2.petals.bc.soap.simple org.ow2.petals.binding.soap.junit -
-
Uses of EchoResponse in org.ow2.petals.bc.soap.simple
Methods in org.ow2.petals.bc.soap.simple that return EchoResponse Modifier and Type Method Description EchoResponseObjectFactory. createEchoResponse()Create an instance ofEchoResponseEchoResponseSimple. echo(EchoRequest param0)Methods in org.ow2.petals.bc.soap.simple that return types with arguments of type EchoResponse Modifier and Type Method Description javax.xml.ws.Response<EchoResponse>Simple. echoAsync(EchoRequest param0)Method parameters in org.ow2.petals.bc.soap.simple with type arguments of type EchoResponse Modifier and Type Method Description Future<?>Simple. echoAsync(EchoRequest param0, javax.xml.ws.AsyncHandler<EchoResponse> asyncHandler) -
Uses of EchoResponse in org.ow2.petals.binding.soap.junit
Methods in org.ow2.petals.binding.soap.junit that return EchoResponse Modifier and Type Method Description EchoResponseSimpleServiceImpl. echo(EchoRequest request)Methods in org.ow2.petals.binding.soap.junit that return types with arguments of type EchoResponse Modifier and Type Method Description javax.xml.ws.Response<EchoResponse>SimpleServiceImpl. echoAsync(EchoRequest request)Method parameters in org.ow2.petals.binding.soap.junit with type arguments of type EchoResponse Modifier and Type Method Description Future<?>SimpleServiceImpl. echoAsync(EchoRequest request, javax.xml.ws.AsyncHandler<EchoResponse> asyncHandler)
-