Interface | Description |
---|---|
LocalFileExchangeService |
The service might be used for work with file storage, when you use local service invocation
(web and core are deployed to same JVM, or web and core are packaged to single WAR file)
|
LocalServiceInvoker |
INTERNAL.
|
Class | Description |
---|---|
ClusteredHttpInvokerRequestExecutor |
HttpInvokerRequestExecutor that executes a request on a server which is selected according to the current cluster
topology, provided by
ServerSelector . |
CubaRemoteInvocation |
Encapsulates a remote invocation of a middleware service.
|
CubaRemoteInvocationExecutor |
Executes
CubaRemoteInvocation on middleware, setting and clearing a SecurityContext in the request
handling thread. |
CubaRemoteInvocationFactory | |
HttpServiceExporter |
Exports a middleware service bean as an HTTP invoker service endpoint.
|
HttpServiceProxy | |
LocalFileExchangeServiceBean | |
LocalServiceDirectory |
INTERNAL.
|
LocalServiceInvocation |
INTERNAL.
|
LocalServiceInvocationResult |
INTERNAL.
|
LocalServiceInvokerImpl | |
RemoteClientInfo |
Information about remote invocation client.
|
RemoteProxyBeanCreator | |
RemoteServicesBeanCreator | |
RemotingServlet |
Annotation Type | Description |
---|---|
BypassSerialization |
Indicates that method argument or return type
isn't serialized during local service invocation and passed by reference
For internal use only.
|