Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.springframework.remoting Classes and Interfaces - 61 results found.
NameDescriptionTypePackageFramework
AbstractHttpInvokerRequestExecutorAbstract base implementation of the HttpInvokerRequestExecutor interface.Classorg.springframework.remoting.httpinvokerSpring MVC
AbstractJaxWsServiceExporterAbstract exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation).Classorg.springframework.remoting.jaxwsSpring MVC
BurlapClientInterceptorMethodInterceptor for accessing a Burlap service.Classorg.springframework.remoting.cauchoSpring MVC
BurlapExporterGeneral stream-based protocol exporter for a Burlap endpoint.Classorg.springframework.remoting.cauchoSpring MVC
BurlapProxyFactoryBeanFactoryBean for Burlap proxies.Classorg.springframework.remoting.cauchoSpring MVC
BurlapServiceExporterServlet-API-based HTTP request handler that exports the specified service beanas Burlap service endpoint, accessible via a Burlap proxy.Classorg.springframework.remoting.cauchoSpring MVC
CodebaseAwareObjectInputStreamSpecial ObjectInputStream subclass that falls back to a specified codebaseto load classes from if not found locally.Classorg.springframework.remoting.rmiSpring MVC
DefaultRemoteInvocationExecutorDefault implementation of the RemoteInvocationExecutor interface.Classorg.springframework.remoting.supportSpring MVC
DefaultRemoteInvocationFactoryDefault implementation of the RemoteInvocationFactory interface.Classorg.springframework.remoting.supportSpring MVC
HessianClientInterceptorMethodInterceptor for accessing a Hessian service.Classorg.springframework.remoting.cauchoSpring MVC
HessianExporterGeneral stream-based protocol exporter for a Hessian endpoint.Classorg.springframework.remoting.cauchoSpring MVC
HessianProxyFactoryBeanFactoryBean for Hessian proxies.Classorg.springframework.remoting.cauchoSpring MVC
HessianServiceExporterServlet-API-based HTTP request handler that exports the specified service beanas Hessian service endpoint, accessible via a Hessian proxy.Classorg.springframework.remoting.cauchoSpring MVC
HttpComponentsHttpInvokerRequestExecutorHttpInvokerRequestExecutor implementation that usesApache HttpComponents HttpClientClassorg.springframework.remoting.httpinvokerSpring MVC
HttpInvokerClientConfigurationConfiguration interface for executing HTTP invoker requests.Interfaceorg.springframework.remoting.httpinvokerSpring MVC
HttpInvokerClientInterceptorMethodInterceptor for accessing anHTTP invoker service.Classorg.springframework.remoting.httpinvokerSpring MVC
HttpInvokerProxyFactoryBeanFactoryBean for HTTP invoker proxies.Classorg.springframework.remoting.httpinvokerSpring MVC
HttpInvokerRequestExecutorStrategy interface for actual execution of an HTTP invoker request.Interfaceorg.springframework.remoting.httpinvokerSpring MVC
HttpInvokerServiceExporterServlet-API-based HTTP request handler that exports the specified service beanas HTTP invoker service endpoint, accessible via an HTTP invoker proxy.Classorg.springframework.remoting.httpinvokerSpring MVC
JaxWsPortClientInterceptorMethodInterceptor for accessing aspecific port of a JAX-WS service.Classorg.springframework.remoting.jaxwsSpring MVC
JaxWsPortProxyFactoryBeanFactoryBean for a specific port of aJAX-WS service.Classorg.springframework.remoting.jaxwsSpring MVC
JaxWsSoapFaultExceptionSpring SoapFaultException adapter for the JAX-WSSOAPFaultException class.Classorg.springframework.remoting.jaxwsSpring MVC
JndiRmiClientInterceptorMethodInterceptor for accessing RMI services from JNDI.Classorg.springframework.remoting.rmiSpring MVC
JndiRmiProxyFactoryBeanFactoryBean for RMI proxies from JNDI.Classorg.springframework.remoting.rmiSpring MVC
JndiRmiServiceExporterService exporter which binds RMI services to JNDI.Classorg.springframework.remoting.rmiSpring MVC
LocalJaxWsServiceFactoryFactory for locally defined JAX-WS Service references.Classorg.springframework.remoting.jaxwsSpring MVC
LocalJaxWsServiceFactoryBeanFactoryBean for locallydefined JAX-WS Service references.Classorg.springframework.remoting.jaxwsSpring MVC
RemoteAccessExceptionGeneric remote access exception.Classorg.springframework.remotingSpring MVC
RemoteAccessorAbstract base class for classes that access a remote service.Classorg.springframework.remoting.supportSpring MVC
RemoteConnectFailureExceptionRemoteAccessException subclass to be thrown when no connectioncould be established with a remote service.Classorg.springframework.remotingSpring MVC
RemoteExporterAbstract base class for classes that export a remote service.Classorg.springframework.remoting.supportSpring MVC
RemoteInvocationEncapsulates a remote invocation, providing core method invocation propertiesin a serializable fashion.Classorg.springframework.remoting.supportSpring MVC
RemoteInvocationBasedAccessorAbstract base class for remote service accessors that are basedon serialization of RemoteInvocation objects.Classorg.springframework.remoting.supportSpring MVC
RemoteInvocationBasedExporterAbstract base class for remote service exporters that are basedon deserialization of RemoteInvocation objects.Classorg.springframework.remoting.supportSpring MVC
RemoteInvocationExecutorStrategy interface for executing a RemoteInvocation on a target object.Interfaceorg.springframework.remoting.supportSpring MVC
RemoteInvocationFactoryStrategy interface for creating a RemoteInvocation from an AOP AllianceUsed by RmiClientInterceptor (for RMI invokers)Interfaceorg.springframework.remoting.supportSpring MVC
RemoteInvocationFailureExceptionRemoteAccessException subclass to be thrown when the executionof the target method failed on the server side, for exampleClassorg.springframework.remotingSpring MVC
RemoteInvocationResultEncapsulates a remote invocation result, holding a result value or an exception.Classorg.springframework.remoting.supportSpring MVC
RemoteInvocationSerializingExporterAbstract base class for remote service exporters that explicitly deserializeRemoteInvocation objects and serializeClassorg.springframework.remoting.rmiSpring MVC
RemoteInvocationTraceInterceptorAOP Alliance MethodInterceptor for tracing remote invocations.Classorg.springframework.remoting.supportSpring MVC
RemoteInvocationUtilsGeneral utilities for handling remote invocations.Classorg.springframework.remoting.supportSpring MVC
RemoteLookupFailureExceptionRemoteAccessException subclass to be thrown in case of a lookup failure,typically if the lookup happens on demand for each method invocation.Classorg.springframework.remotingSpring MVC
RemoteProxyFailureExceptionRemoteAccessException subclass to be thrown in case of a failurewithin the client-side proxy for a remote service, for exampleClassorg.springframework.remotingSpring MVC
RemoteTimeoutExceptionRemoteAccessException subclass to be thrown when the executionof the target method did not complete before a configurableClassorg.springframework.remotingSpring MVC
RemotingSupportGeneric support base class for remote accessor and exporters,providing common bean ClassLoader handling.Classorg.springframework.remoting.supportSpring MVC
RmiBasedExporterConvenient superclass for RMI-based remote exporters.Classorg.springframework.remoting.rmiSpring MVC
RmiClientInterceptorMethodInterceptor for accessing conventionalRMI services or RMI invokers.Classorg.springframework.remoting.rmiSpring MVC
RmiClientInterceptorUtilsFactored-out methods for performing invocations within an RMI client.Classorg.springframework.remoting.rmiSpring MVC
RmiInvocationHandlerInterface for RMI invocation handlers instances on the server,wrapping exported services.Interfaceorg.springframework.remoting.rmiSpring MVC
RmiProxyFactoryBeanFactoryBean for RMI proxies, supporting both conventional RMI servicesand RMI invokers.Classorg.springframework.remoting.rmiSpring MVC
RmiRegistryFactoryBeanFactoryBean that locates a Registry andexposes it for bean references.Classorg.springframework.remoting.rmiSpring MVC
RmiServiceExporterRMI exporter that exposes the specified service as RMI object with the specified name.Classorg.springframework.remoting.rmiSpring MVC
SimpleBurlapServiceExporterHTTP request handler that exports the specified service bean asBurlap service endpoint, accessible via a Burlap proxy.Classorg.springframework.remoting.cauchoSpring MVC
SimpleHessianServiceExporterHTTP request handler that exports the specified service bean asHessian service endpoint, accessible via a Hessian proxy.Classorg.springframework.remoting.cauchoSpring MVC
SimpleHttpInvokerRequestExecutorHttpInvokerRequestExecutor implementation that uses standard J2SE facilitiesto execute POST requests, without support for HTTP authentication orClassorg.springframework.remoting.httpinvokerSpring MVC
SimpleHttpInvokerServiceExporterHTTP request handler that exports the specified service bean asHTTP invoker service endpoint, accessible via an HTTP invoker proxy.Classorg.springframework.remoting.httpinvokerSpring MVC
SimpleHttpServerFactoryBeanFactoryBean that creates a simpleHTTP server, based on the HTTP server that is included in Sun's JRE 1.Classorg.springframework.remoting.supportSpring MVC
SimpleHttpServerJaxWsServiceExporterSimple exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation) and exportingClassorg.springframework.remoting.jaxwsSpring MVC
SimpleJaxWsServiceExporterSimple exporter for JAX-WS services, autodetecting annotated service beans(through the JAX-WS WebService annotation) and exportingClassorg.springframework.remoting.jaxwsSpring MVC
SoapFaultExceptionRemoteInvocationFailureException subclass that provides the detailsSince:2.Classorg.springframework.remoting.soapSpring MVC
UrlBasedRemoteAccessorAbstract base class for classes that access remote services via URLs.Classorg.springframework.remoting.supportSpring MVC