Uses of Class
org.apache.cxf.greeter_control.types.GreetMeResponse
-
Packages that use GreetMeResponse Package Description org.apache.cxf.greeter_control org.apache.cxf.greeter_control.types -
-
Uses of GreetMeResponse in org.apache.cxf.greeter_control
Methods in org.apache.cxf.greeter_control that return types with arguments of type GreetMeResponse Modifier and Type Method Description javax.xml.ws.Response<GreetMeResponse>AbstractGreeterImpl. greetMeAsync(String arg0)javax.xml.ws.Response<GreetMeResponse>Greeter. greetMeAsync(String requestType)javax.xml.ws.Response<GreetMeResponse>GreeterImplBase. greetMeAsync(String requestType)Method parameters in org.apache.cxf.greeter_control with type arguments of type GreetMeResponse Modifier and Type Method Description Future<?>AbstractGreeterImpl. greetMeAsync(String arg0, javax.xml.ws.AsyncHandler<GreetMeResponse> arg1)Future<?>Greeter. greetMeAsync(String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)Future<?>GreeterImplBase. greetMeAsync(String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler) -
Uses of GreetMeResponse in org.apache.cxf.greeter_control.types
Methods in org.apache.cxf.greeter_control.types that return GreetMeResponse Modifier and Type Method Description GreetMeResponseObjectFactory. createGreetMeResponse()Create an instance ofGreetMeResponse
-