Serialized Form
|
Package no.tornado.brap.common |
methodName
java.lang.String methodName
- The methodName to invoke on the remote service.
parameterTypes
java.lang.Class<T>[] parameterTypes
- The type classes of the parameters if any
parameters
java.lang.Object[] parameters
- The parameters to the method call.
credentials
java.io.Serializable credentials
- An optional object holding credentials to be processed by the
AuthenticationProvider
and AuthorizationProvider on the server.
exception
java.lang.Throwable exception
- Will hold any exception thrown by either the remote service method itself,
or by the
ProxyServlet if it encounters an error while invoking
or preparing to invoke the method.
result
java.io.Serializable result
- The result of the method invocation if no exceptions are thrown.
modifications
ModificationList[] modifications
- List of modifications that occured on the server while executing the remote operation.
The ServiceProxy will apply the changes to the local argument objects after method invocation returns.
modifiedProperties
java.util.Map<K,V> modifiedProperties
|
Package no.tornado.brap.exception |
Copyright © 2009 Syse Data AS. All Rights Reserved.