Uses of Class
org.springframework.remoting.jaxws.AbstractJaxWsServiceExporter

Packages that use AbstractJaxWsServiceExporter
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
 class SimpleHttpServerJaxWsServiceExporter
          Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation) and exporting them through the HTTP server included in Sun's JDK 1.6.
 class SimpleJaxWsServiceExporter
          Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WS WebService annotation) and exporting them with a configured base address (by default "http://localhost:8080/") using the JAX-WS provider's built-in publication support.
 



Copyright © 2002-2008 The Spring Framework.