The Spring Framework

Package 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.

See:
          Description

Class Summary
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.
SimpleJaxWsServiceExporter Simple exporter for JAX-WS services, autodetecting annotation service beans (through the JAX-WS WebService annotation) and exporting them with a configured base address (by default "http://localhost:8080/").
 

Exception Summary
JaxWsSoapFaultException Spring SoapFaultException adapter for the JAX-WS SOAPFaultException class.
 

Package org.springframework.remoting.jaxws Description

Remoting classes for Web Services via JAX-WS (the successor of JAX-RPC), as included in Java 6 and Java EE 5. This package provides proxy factories for accessing JAX-WS services and ports.


The Spring Framework

Copyright © 2002-2008 The Spring Framework.