Serialized Form
|
Package no.tornado.brap.common |
methodName
String methodName
- The methodName to invoke on the remote service.
parameterTypes
Class<T>[] parameterTypes
- The type classes of the parameters if any
parameters
Object[] parameters
- The parameters to the method call.
credentials
Serializable credentials
- An optional object holding credentials to be processed by the
AuthenticationProvider
and AuthorizationProvider on the server.
exception
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
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
Map<K,V> modifiedProperties
username
String username
password
String password
|
Package no.tornado.brap.exception |
Copyright © 2009-2011 Syse Data AS. All Rights Reserved.