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

Packages that use PingMeResponse
org.apache.cxf.greeter_control   
org.apache.cxf.greeter_control.types   
 

Uses of PingMeResponse in org.apache.cxf.greeter_control
 

Methods in org.apache.cxf.greeter_control that return types with arguments of type PingMeResponse
 javax.xml.ws.Response<PingMeResponse> GreeterImplBase.pingMeAsync()
           
 javax.xml.ws.Response<PingMeResponse> Greeter.pingMeAsync()
           
 javax.xml.ws.Response<PingMeResponse> AbstractGreeterImpl.pingMeAsync()
           
 

Method parameters in org.apache.cxf.greeter_control with type arguments of type PingMeResponse
 Future<?> GreeterImplBase.pingMeAsync(javax.xml.ws.AsyncHandler<PingMeResponse> asyncHandler)
           
 Future<?> Greeter.pingMeAsync(javax.xml.ws.AsyncHandler<PingMeResponse> asyncHandler)
           
 Future<?> AbstractGreeterImpl.pingMeAsync(javax.xml.ws.AsyncHandler<PingMeResponse> arg0)
           
 

Uses of PingMeResponse in org.apache.cxf.greeter_control.types
 

Methods in org.apache.cxf.greeter_control.types that return PingMeResponse
 PingMeResponse ObjectFactory.createPingMeResponse()
          Create an instance of PingMeResponse
 



Apache CXF