net.sf.crispy |
Main-classes and interfaces from this framework.
|
Java Source File Name | Type | Comment |
ExceptionWrapper.java | Class | Wraped the server side thrown exception. |
Executor.java | Class | Send the method to the server and wait of return-value. |
ExecutorDecorator.java | Class | Decorator for all Executor implemantations. |
Interceptor.java | Interface | Intercept the Proxy-Method newInstance and DynamicProxy-MethoddoInvoke (InvocationHandler), before and after call. |
InterceptorContext.java | Class | Structure with information about the method-invocation, how method and args. |
InterceptorFilter.java | Interface | Interceptor /Modifier can filtered by implementation of this interface.
The InterceptorHandler just fired events, where the registered
InterceptorFilter -Method accept return true . |
InterceptorFilterContext.java | Class | Structure for filter interceptors, with information about the method-invocation, how method and args. |
InterceptorHandler.java | Class | Handle Interceptor- and Modify - Events. |
InvocationException.java | Class | Is thrown, if is a problem with the creation or invocation a service. |
InvocationStrategy.java | Interface | This interface describe the converter (mapping) to the invocation string (a url for example) from the invocation class. |
IServiceManager.java | Interface | Minimun on method for ServiceManager. |
Modifier.java | Interface | This interface you can use to modify the return value from execute methode result. |
PropertiesLoader.java | Interface | Interface, to load the Properties for the Servicemanage . |
Property.java | Interface | Properties to config the ServiceManager. |
StackTraceElementWrapper.java | Class | Wrapper for java.lang.StackTraceElement, so you can ist transport from the server to the client side. |