Uses of Class
org.springframework.remoting.jaxws.LocalJaxWsServiceFactory
Packages that use LocalJaxWsServiceFactory 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 LocalJaxWsServiceFactory in org.springframework.remoting.jaxws
Subclasses of LocalJaxWsServiceFactory in org.springframework.remoting.jaxws Modifier and Type Class Description classJaxWsPortClientInterceptorMethodInterceptorfor accessing a specific port of a JAX-WS service.classJaxWsPortProxyFactoryBeanFactoryBeanfor a specific port of a JAX-WS service.classLocalJaxWsServiceFactoryBeanFactoryBeanfor locally defined JAX-WS Service references.