See: Description
Class | Description |
---|---|
AbstractJaxWsServiceExporter |
Abstract exporter for JAX-WS services, autodetecting annotated service beans
(through the JAX-WS
WebService annotation). |
JaxWsPortClientInterceptor |
MethodInterceptor for accessing a
specific port of a JAX-WS service. |
JaxWsPortProxyFactoryBean |
FactoryBean for a specific port of a
JAX-WS service. |
LocalJaxWsServiceFactory |
Factory for locally defined JAX-WS
Service references. |
LocalJaxWsServiceFactoryBean |
FactoryBean for locally
defined JAX-WS Service references. |
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. |
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. |
Exception | Description |
---|---|
JaxWsSoapFaultException |
Spring SoapFaultException adapter for the JAX-WS
SOAPFaultException class. |