Serialized Form


Package no.tornado.brap.common

Class no.tornado.brap.common.InputStreamArgumentPlaceholder extends Object implements Serializable

Class no.tornado.brap.common.InvocationRequest extends Object implements Serializable

Serialized Fields

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.

Class no.tornado.brap.common.InvocationResponse extends Object implements Serializable

Serialized Fields

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.

Class no.tornado.brap.common.ModificationList extends Object implements Serializable

Serialized Fields

modifiedProperties

Map<K,V> modifiedProperties

Class no.tornado.brap.common.UsernamePasswordPrincipal extends Object implements Serializable

Serialized Fields

username

String username

password

String password

Package no.tornado.brap.exception

Class no.tornado.brap.exception.AuthenticationFailedException extends Exception implements Serializable

Class no.tornado.brap.exception.AuthorizationFailedException extends Exception implements Serializable

Class no.tornado.brap.exception.RemotingException extends RuntimeException implements Serializable



Copyright © 2009-2011 Syse Data AS. All Rights Reserved.