Uses of Class
org.eclipse.ecf.provider.remoteservice.generic.Response
Packages that use Response
-
Uses of Response in org.eclipse.ecf.provider.remoteservice.generic
Methods in org.eclipse.ecf.provider.remoteservice.generic that return ResponseModifier and TypeMethodDescriptionprotected Response
RegistrySharedObject.deserializeCallResponse
(byte[] responseBytes) protected Response
Request.getResponse()
Methods in org.eclipse.ecf.provider.remoteservice.generic with parameters of type ResponseModifier and TypeMethodDescriptionprotected void
RegistrySharedObject.handleCallResponse
(Response response) protected void
RegistrySharedObject.sendCallResponse
(ID responseTarget, Response response) protected byte[]
RegistrySharedObject.serializeCallResponse
(Response response) protected void
Request.setResponse
(Response response)