Uses of Class
org.apache.cxf.greeter_control.types.GreetMeResponse

Packages that use GreetMeResponse
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
 javax.xml.ws.Response<GreetMeResponse> GreeterImplBase.greetMeAsync(java.lang.String requestType)
           
 javax.xml.ws.Response<GreetMeResponse> AbstractGreeterImpl.greetMeAsync(java.lang.String arg0)
           
 javax.xml.ws.Response<GreetMeResponse> Greeter.greetMeAsync(java.lang.String requestType)
           
 

Method parameters in org.apache.cxf.greeter_control with type arguments of type GreetMeResponse
 java.util.concurrent.Future<?> GreeterImplBase.greetMeAsync(java.lang.String requestType, javax.xml.ws.AsyncHandler<GreetMeResponse> asyncHandler)
           
 java.util.concurrent.Future<?> AbstractGreeterImpl.greetMeAsync(java.lang.String arg0, javax.xml.ws.AsyncHandler<GreetMeResponse> arg1)
           
 java.util.concurrent.Future<?> Greeter.greetMeAsync(java.lang.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
 GreetMeResponse ObjectFactory.createGreetMeResponse()
          Create an instance of GreetMeResponse
 



Apache CXF is an effort undergoing incubation at the Apache Software Foundation(ASF) and sponsored by the Apache Incubator PMC.