Serialized Form


Package no.tornado.brap.common

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

Serialized Fields

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.

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

Serialized Fields

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.


Package no.tornado.brap.exception

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

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

Class no.tornado.brap.exception.CommunicationException extends java.lang.RuntimeException implements Serializable



Copyright © 2009 Syse Data AS. All Rights Reserved.