程序包 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. This package provides proxy factories for accessing JAX-WS services and ports.
类概要 类 说明 AbstractJaxWsServiceExporter Abstract exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WSWebServiceannotation).JaxWsPortClientInterceptor MethodInterceptorfor accessing a specific port of a JAX-WS service.JaxWsPortProxyFactoryBean FactoryBeanfor a specific port of a JAX-WS service.LocalJaxWsServiceFactory Factory for locally defined JAX-WSServicereferences.LocalJaxWsServiceFactoryBean FactoryBeanfor locally defined JAX-WS Service references.SimpleHttpServerJaxWsServiceExporter 已过时。 as of Spring Framework 5.1, in favor ofSimpleJaxWsServiceExporterSimpleJaxWsServiceExporter Simple exporter for JAX-WS services, autodetecting annotated service beans (through the JAX-WSWebServiceannotation) and exporting them with a configured base address (by default "http://localhost:8080/") using the JAX-WS provider's built-in publication support.异常错误概要 异常错误 说明 JaxWsSoapFaultException Spring SoapFaultException adapter for the JAX-WSSOAPFaultExceptionclass.