Uses of Class
org.springframework.remoting.support.RemoteInvocationResult

Packages that use RemoteInvocationResult
org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers.  
org.springframework.remoting.support Support classes for remoting implementations.  
 

Uses of RemoteInvocationResult in org.springframework.remoting.httpinvoker
 

Methods in org.springframework.remoting.httpinvoker that return RemoteInvocationResult
protected  RemoteInvocationResult HttpInvokerClientInterceptor.executeRequest(RemoteInvocation invocation)
          Execute the given remote invocation via the HttpInvokerRequestExecutor.
 RemoteInvocationResult HttpInvokerRequestExecutor.executeRequest(HttpInvokerClientConfiguration config, RemoteInvocation invocation)
          Execute a request to send the given remote invocation.
 RemoteInvocationResult AbstractHttpInvokerRequestExecutor.executeRequest(HttpInvokerClientConfiguration config, RemoteInvocation invocation)
           
protected abstract  RemoteInvocationResult AbstractHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config, java.io.ByteArrayOutputStream baos)
          Execute a request to send the given serialized remote invocation.
protected  RemoteInvocationResult AbstractHttpInvokerRequestExecutor.readRemoteInvocationResult(java.io.InputStream is)
          Deserialize a RemoteInvocationResult from the given InputStream.
protected  RemoteInvocationResult SimpleHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config, java.io.ByteArrayOutputStream baos)
           
protected  RemoteInvocationResult CommonsHttpInvokerRequestExecutor.doExecuteRequest(HttpInvokerClientConfiguration config, java.io.ByteArrayOutputStream baos)
           
 

Methods in org.springframework.remoting.httpinvoker with parameters of type RemoteInvocationResult
protected  java.lang.Object HttpInvokerClientInterceptor.recreateRemoteInvocationResult(RemoteInvocationResult result)
          Recreate the invocation result contained in the given RemoteInvocationResult object.
protected  void HttpInvokerServiceExporter.writeRemoteInvocationResult(javax.servlet.http.HttpServletResponse response, RemoteInvocationResult result)
          Write the given RemoteInvocationResult to the given HTTP response.
 

Uses of RemoteInvocationResult in org.springframework.remoting.support
 

Methods in org.springframework.remoting.support that return RemoteInvocationResult
protected  RemoteInvocationResult RemoteInvocationBasedExporter.invokeAndCreateResult(RemoteInvocation invocation, java.lang.Object targetObject)
          Apply the given remote invocation to the given target object, wrapping the invocation result in a serializable RemoteInvocationResult object.
 



Copyright (C) 2003-2004 The Spring Framework Project.