Uses of Class
org.springframework.lang.UsesSunHttpServer
Packages that use UsesSunHttpServer Package Description org.springframework.remoting.caucho This package provides remoting classes for Caucho's Hessian protocol: a proxy factory for accessing Hessian services, and an exporter for making beans available to Hessian clients.org.springframework.remoting.httpinvoker Remoting classes for transparent Java-to-Java remoting via HTTP invokers.org.springframework.remoting.jaxws Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5.org.springframework.remoting.support Generic support classes for remoting implementations.Uses of UsesSunHttpServer in org.springframework.remoting.caucho
Classes in org.springframework.remoting.caucho with annotations of type UsesSunHttpServer Modifier and Type Class Description classSimpleHessianServiceExporterDeprecated.as of Spring Framework 5.1, in favor ofHessianServiceExporterUses of UsesSunHttpServer in org.springframework.remoting.httpinvoker
Classes in org.springframework.remoting.httpinvoker with annotations of type UsesSunHttpServer Modifier and Type Class Description classSimpleHttpInvokerServiceExporterDeprecated.as of Spring Framework 5.1, in favor ofHttpInvokerServiceExporterUses of UsesSunHttpServer in org.springframework.remoting.jaxws
Classes in org.springframework.remoting.jaxws with annotations of type UsesSunHttpServer Modifier and Type Class Description classSimpleHttpServerJaxWsServiceExporterDeprecated.as of Spring Framework 5.1, in favor ofSimpleJaxWsServiceExporterUses of UsesSunHttpServer in org.springframework.remoting.support
Classes in org.springframework.remoting.support with annotations of type UsesSunHttpServer Modifier and Type Class Description classSimpleHttpServerFactoryBeanDeprecated.as of Spring Framework 5.1, in favor of embedded Tomcat/Jetty/Undertow