Monthly Archives: November 2011

Web Service programming with SPRING-WS, JAXB2, and JAX-WS

Server-side Message Dispatching Spring-WS XML message dispatching resembles Spring MVC, you define endpoint mapping, MessageDispatcher finds the endpoint by message content, then it searchs for the EndpointAdapter by asking each registered adapter if it supports the endpoint; then it uses … Continue reading

Posted in Computers and Internet, J2EE, Java, JAX-WS, JAXB, Springframework, Web Service | 2 Comments