Uses of Class
org.apache.cxf.greeter_control.types.StartGreeterResponse
-
Packages that use StartGreeterResponse Package Description org.apache.cxf.greeter_control org.apache.cxf.greeter_control.types -
-
Uses of StartGreeterResponse in org.apache.cxf.greeter_control
Methods in org.apache.cxf.greeter_control that return types with arguments of type StartGreeterResponse Modifier and Type Method Description javax.xml.ws.Response<StartGreeterResponse>Control. startGreeterAsync(String requestType)javax.xml.ws.Response<StartGreeterResponse>ControlImpl. startGreeterAsync(String requestType)Method parameters in org.apache.cxf.greeter_control with type arguments of type StartGreeterResponse Modifier and Type Method Description Future<?>Control. startGreeterAsync(String requestType, javax.xml.ws.AsyncHandler<StartGreeterResponse> asyncHandler)Future<?>ControlImpl. startGreeterAsync(String requestType, javax.xml.ws.AsyncHandler<StartGreeterResponse> asyncHandler) -
Uses of StartGreeterResponse in org.apache.cxf.greeter_control.types
Methods in org.apache.cxf.greeter_control.types that return StartGreeterResponse Modifier and Type Method Description StartGreeterResponseObjectFactory. createStartGreeterResponse()Create an instance ofStartGreeterResponse
-