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