Skip to content

Commit 880bea0

Browse files
committed
SWS-173
1 parent d5ba9d4 commit 880bea0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/airline/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
1. INTRODUCTION
66

77
Features a web service on top of an airline reservation system, backed by a database. The web service works by using XML
8-
Marshalling techniques (JAXB 1), and JDOM in combination with XPath queries to pull information from a message. All
8+
Marshalling techniques (JAXB2), and XPath in combination with XPath queries to pull information from a message. All
99
messages follow the airline.xsd schema in src/main/webapp.
1010

1111
Multiple clients are available, showing interoperability with Axis 1, SAAJ, C#, and more.

samples/airline/src/main/webapp/WEB-INF/ws-servlet.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
<bean class="org.springframework.ws.server.endpoint.adapter.MarshallingMethodEndpointAdapter">
107107
<description>
108108
This adapter allows for methods that need and returns marshalled objects. The MarshallingEndpoint
109-
uses JAXB2 objects.
109+
uses JAXB 2 objects.
110110
</description>
111111
<constructor-arg ref="marshaller"/>
112112
</bean>

0 commit comments

Comments
 (0)