Uses of Interface
javax.xml.ws.Response
-
Packages that use Response 软件包 描述 javax.xml.ws 此软件包包含核心JAX-WS API。 -
-
Uses of Response in javax.xml.ws
Methods in javax.xml.ws that return Response Modifier and Type 方法 描述 Response<T>
Dispatch. invokeAsync(T msg)
异步调用服务操作。Methods in javax.xml.ws with parameters of type Response Modifier and Type 方法 描述 void
AsyncHandler. handleResponse(Response<T> res)
当异步操作的响应可用时调用。
-