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