|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |