SWS-173
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
1. INTRODUCTION
|
||||
|
||||
Features a web service on top of an airline reservation system, backed by a database. The web service works by using XML
|
||||
Marshalling techniques (JAXB 1), and JDOM in combination with XPath queries to pull information from a message. All
|
||||
Marshalling techniques (JAXB2), and XPath in combination with XPath queries to pull information from a message. All
|
||||
messages follow the airline.xsd schema in src/main/webapp.
|
||||
|
||||
Multiple clients are available, showing interoperability with Axis 1, SAAJ, C#, and more.
|
||||
|
||||
@@ -106,7 +106,7 @@
|
||||
<bean class="org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter">
|
||||
<description>
|
||||
This adapter allows for methods that need and returns marshalled objects. The MarshallingEndpoint
|
||||
uses JAXB2 objects.
|
||||
uses JAXB 2 objects.
|
||||
</description>
|
||||
<constructor-arg ref="marshaller"/>
|
||||
</bean>
|
||||
|
||||
Reference in New Issue
Block a user