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