|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RemoteInvocation | |
---|---|
org.springframework.jms.remoting | Remoting classes for transparent Java-to-Java remoting via a JMS provider. |
org.springframework.remoting.httpinvoker | Remoting classes for transparent Java-to-Java remoting via HTTP invokers. |
org.springframework.remoting.rmi | Remoting classes for conventional RMI and transparent remoting via RMI invokers. |
org.springframework.remoting.support | Generic support classes for remoting implementations. |
Uses of RemoteInvocation in org.springframework.jms.remoting |
---|
Methods in org.springframework.jms.remoting that return RemoteInvocation | |
---|---|
protected RemoteInvocation |
JmsInvokerClientInterceptor.createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Create a new RemoteInvocation object for the given AOP method invocation. |
protected RemoteInvocation |
JmsInvokerServiceExporter.onInvalidRequest(javax.jms.Message requestMessage)
Callback that is invoked by JmsInvokerServiceExporter.readRemoteInvocation(javax.jms.Message)
when it encounters an invalid request message. |
protected RemoteInvocation |
JmsInvokerServiceExporter.readRemoteInvocation(javax.jms.Message requestMessage)
Read a RemoteInvocation from the given JMS message. |
Methods in org.springframework.jms.remoting with parameters of type RemoteInvocation | |
---|---|
protected javax.jms.Message |
JmsInvokerClientInterceptor.createRequestMessage(javax.jms.Session session,
RemoteInvocation invocation)
Create the invoker request message. |
protected RemoteInvocationResult |
JmsInvokerClientInterceptor.executeRequest(RemoteInvocation invocation)
Execute the given remote invocation, sending an invoker request message to this accessor's target queue and waiting for a corresponding response. |
Uses of RemoteInvocation in org.springframework.remoting.httpinvoker |
---|
Methods in org.springframework.remoting.httpinvoker that return RemoteInvocation | |
---|---|
protected RemoteInvocation |
SimpleHttpInvokerServiceExporter.readRemoteInvocation(com.sun.net.httpserver.HttpExchange exchange)
Read a RemoteInvocation from the given HTTP request. |
protected RemoteInvocation |
SimpleHttpInvokerServiceExporter.readRemoteInvocation(com.sun.net.httpserver.HttpExchange exchange,
java.io.InputStream is)
Deserialize a RemoteInvocation object from the given InputStream. |
protected RemoteInvocation |
HttpInvokerServiceExporter.readRemoteInvocation(javax.servlet.http.HttpServletRequest request)
Read a RemoteInvocation from the given HTTP request. |
protected RemoteInvocation |
HttpInvokerServiceExporter.readRemoteInvocation(javax.servlet.http.HttpServletRequest request,
java.io.InputStream is)
Deserialize a RemoteInvocation object from the given InputStream. |
Methods in org.springframework.remoting.httpinvoker with parameters of type RemoteInvocation | |
---|---|
protected void |
AbstractHttpInvokerRequestExecutor.doWriteRemoteInvocation(RemoteInvocation invocation,
java.io.ObjectOutputStream oos)
Perform the actual writing of the given invocation object to the given ObjectOutputStream. |
RemoteInvocationResult |
AbstractHttpInvokerRequestExecutor.executeRequest(HttpInvokerClientConfiguration config,
RemoteInvocation invocation)
|
RemoteInvocationResult |
HttpInvokerRequestExecutor.executeRequest(HttpInvokerClientConfiguration config,
RemoteInvocation invocation)
Execute a request to send the given remote invocation. |
protected RemoteInvocationResult |
HttpInvokerClientInterceptor.executeRequest(RemoteInvocation invocation)
Execute the given remote invocation via the HttpInvokerRequestExecutor. |
protected RemoteInvocationResult |
HttpInvokerClientInterceptor.executeRequest(RemoteInvocation invocation,
org.aopalliance.intercept.MethodInvocation originalInvocation)
Execute the given remote invocation via the HttpInvokerRequestExecutor. |
protected java.io.ByteArrayOutputStream |
AbstractHttpInvokerRequestExecutor.getByteArrayOutputStream(RemoteInvocation invocation)
Serialize the given RemoteInvocation into a ByteArrayOutputStream. |
protected void |
AbstractHttpInvokerRequestExecutor.writeRemoteInvocation(RemoteInvocation invocation,
java.io.OutputStream os)
Serialize the given RemoteInvocation to the given OutputStream. |
Uses of RemoteInvocation in org.springframework.remoting.rmi |
---|
Methods in org.springframework.remoting.rmi that return RemoteInvocation | |
---|---|
protected RemoteInvocation |
JndiRmiClientInterceptor.createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Create a new RemoteInvocation object for the given AOP method invocation. |
protected RemoteInvocation |
RemoteInvocationSerializingExporter.doReadRemoteInvocation(java.io.ObjectInputStream ois)
Perform the actual reading of an invocation result object from the given ObjectInputStream. |
Methods in org.springframework.remoting.rmi with parameters of type RemoteInvocation | |
---|---|
java.lang.Object |
RmiInvocationHandler.invoke(RemoteInvocation invocation)
Apply the given invocation to the target object. |
protected java.lang.Object |
RmiBasedExporter.invoke(RemoteInvocation invocation,
java.lang.Object targetObject)
Redefined here to be visible to RmiInvocationWrapper. |
Uses of RemoteInvocation in org.springframework.remoting.support |
---|
Methods in org.springframework.remoting.support that return RemoteInvocation | |
---|---|
protected RemoteInvocation |
RemoteInvocationBasedAccessor.createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Create a new RemoteInvocation object for the given AOP method invocation. |
RemoteInvocation |
DefaultRemoteInvocationFactory.createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
|
RemoteInvocation |
RemoteInvocationFactory.createRemoteInvocation(org.aopalliance.intercept.MethodInvocation methodInvocation)
Create a serializable RemoteInvocation object from the given AOP MethodInvocation. |
Methods in org.springframework.remoting.support with parameters of type RemoteInvocation | |
---|---|
protected java.lang.Object |
RemoteInvocationBasedExporter.invoke(RemoteInvocation invocation,
java.lang.Object targetObject)
Apply the given remote invocation to the given target object. |
java.lang.Object |
RemoteInvocationExecutor.invoke(RemoteInvocation invocation,
java.lang.Object targetObject)
Perform this invocation on the given target object. |
java.lang.Object |
DefaultRemoteInvocationExecutor.invoke(RemoteInvocation invocation,
java.lang.Object targetObject)
|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |