What are the main modules in Spring- ws api?


There are 3 main modules of spring-ws
  1.  core package- consists of soapmessage interface,webservice interfaces,supporting class for implementing    webservice endpoints.
  2. security pacakge-authentication and authorization service,encrypt and decrypt soap services
  3. oxm-(object to xml marshalling)-supports jaxb1 and jaxb2 marshallers

Comments

Popular posts from this blog

defining functions clojure

Integrating Struts2 with Spring Security using Custom Login Form