This commit is contained in:
Arjen Poutsma
2007-08-25 11:58:15 +00:00
parent d5ba9d4d51
commit 880bea0885
2 changed files with 2 additions and 2 deletions

View File

@@ -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.

View File

@@ -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>