Uses of Class
org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter
Packages that use AbstractJaxWsServiceExporter Package Description 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.Uses of AbstractJaxWsServiceExporter in org.springframework.remoting.jaxws
Subclasses of AbstractJaxWsServiceExporter in org.springframework.remoting.jaxws Modifier and Type Class Description classSimpleHttpServerJaxWsServiceExporterDeprecated.as of Spring Framework 5.1, in favor ofSimpleJaxWsServiceExporterclassSimpleJaxWsServiceExporterSimple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WSWebServiceannotation) and exporting them with a configured base address (by default "http://localhost:8080/") using the JAX-WS provider's built-in publication support.