Uses of Class
org.apache.cxf.greeter_control.types.PingMeResponse
-
Packages that use PingMeResponse Package Description org.apache.cxf.greeter_control org.apache.cxf.greeter_control.types -
-
Uses of PingMeResponse in org.apache.cxf.greeter_control
Methods in org.apache.cxf.greeter_control that return types with arguments of type PingMeResponse Modifier and Type Method Description javax.xml.ws.Response<PingMeResponse>AbstractGreeterImpl. pingMeAsync()javax.xml.ws.Response<PingMeResponse>Greeter. pingMeAsync()javax.xml.ws.Response<PingMeResponse>GreeterImplBase. pingMeAsync()Method parameters in org.apache.cxf.greeter_control with type arguments of type PingMeResponse Modifier and Type Method Description Future<?>AbstractGreeterImpl. pingMeAsync(javax.xml.ws.AsyncHandler<PingMeResponse> arg0)Future<?>Greeter. pingMeAsync(javax.xml.ws.AsyncHandler<PingMeResponse> asyncHandler)Future<?>GreeterImplBase. pingMeAsync(javax.xml.ws.AsyncHandler<PingMeResponse> asyncHandler) -
Uses of PingMeResponse in org.apache.cxf.greeter_control.types
Methods in org.apache.cxf.greeter_control.types that return PingMeResponse Modifier and Type Method Description PingMeResponseObjectFactory. createPingMeResponse()Create an instance ofPingMeResponse
-