Skip to content

Commit

Permalink
Remove RemoteInvocationSerializingExporter & SimpleHttpInvokerService…
Browse files Browse the repository at this point in the history
…Exporter classes
  • Loading branch information
HasiniSama committed Oct 1, 2024
1 parent 0234936 commit 06aa330
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 366 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
* @author Juergen Hoeller
* @since 1.1.3
* @see java.rmi.server.RMIClassLoader
* @see RemoteInvocationSerializingExporter#createObjectInputStream
* @see org.springframework.remoting.httpinvoker.HttpInvokerClientInterceptor#setCodebaseUrl
* @deprecated as of 5.3 (phasing out serialization-based remoting)
*/
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ public void setExecutor(Executor executor) {
* for specific context paths.
* @param contexts a Map with context paths as keys and HttpHandler
* objects as values
* @see org.springframework.remoting.httpinvoker.SimpleHttpInvokerServiceExporter
* @see org.springframework.remoting.caucho.SimpleHessianServiceExporter
*/
public void setContexts(Map<String, HttpHandler> contexts) {
Expand Down

This file was deleted.

0 comments on commit 06aa330

Please sign in to comment.