Uses of Class
org.apache.hello_world_soap_http.types.GreetMeResponse

Packages that use GreetMeResponse
org.apache.hello_world_soap_http   
org.apache.hello_world_soap_http.types   
 

Uses of GreetMeResponse in org.apache.hello_world_soap_http
 

Methods in org.apache.hello_world_soap_http that return types with arguments of type GreetMeResponse
 javax.xml.ws.Response<GreetMeResponse> DerivedGreeterImpl.greetMeAsync(java.lang.String requestType)
           
 javax.xml.ws.Response<GreetMeResponse> GreeterImpl.greetMeAsync(java.lang.String requestType)
           
 javax.xml.ws.Response<GreetMeResponse> NotAnnotatedGreeterImpl.greetMeAsync(java.lang.String requestType)
           
 javax.xml.ws.Response<GreetMeResponse> Greeter.greetMeAsync(java.lang.String requestType)
           
 javax.xml.ws.Response<GreetMeResponse> AnotherDerivedGreeterImpl.greetMeAsync(java.lang.String requestType)
           
 

Method parameters in org.apache.hello_world_soap_http with type arguments of type GreetMeResponse
 java.util.concurrent.Future<?> DerivedGreeterImpl.greetMeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
           
 java.util.concurrent.Future<?> GreeterImpl.greetMeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
           
 java.util.concurrent.Future<?> NotAnnotatedGreeterImpl.greetMeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
           
 java.util.concurrent.Future<?> Greeter.greetMeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
           
 java.util.concurrent.Future<?> AnotherDerivedGreeterImpl.greetMeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
           
 

Uses of GreetMeResponse in org.apache.hello_world_soap_http.types
 

Methods in org.apache.hello_world_soap_http.types that return GreetMeResponse
 GreetMeResponse ObjectFactory.createGreetMeResponse()
          Create an instance of GreetMeResponse
 



Apache CXF