[jboss-svn-commits] JBL Code SVN: r17812 - labs/jbosstm/workspace/adinn/wsbrew.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Mon Jan 14 08:32:00 EST 2008


Author: adinn
Date: 2008-01-14 08:31:59 -0500 (Mon, 14 Jan 2008)
New Revision: 17812

Added:
   labs/jbosstm/workspace/adinn/wsbrew/README
Log:
description of this source tree contents and how to build it/install it in the XTSGF tree

Added: labs/jbosstm/workspace/adinn/wsbrew/README
===================================================================
--- labs/jbosstm/workspace/adinn/wsbrew/README	                        (rev 0)
+++ labs/jbosstm/workspace/adinn/wsbrew/README	2008-01-14 13:31:59 UTC (rev 17812)
@@ -0,0 +1,32 @@
+This source tree is used to build the wsbrew jar employed by ../XTSGF.
+It is based on code taken from JBossWS 2.0.x and provides WS
+Addressing functionality which is missing from the Glassfish V2.0
+implementation and which is required to implement the XTSGF package.
+
+Specifically, it provides class
+
+  javax.xml.ws.addressing.AddressingProperties
+
+and its underlying generic and SOAP-specific implementations plus
+helper classes to create and manage instances of these types. It also
+provides client and server side SOAP handlers,
+
+  org.jboss.ws.extensions.addressing.jaxws.WSAddressingCientHandler
+
+and
+
+  org.jboss.ws.extensions.addressing.jaxws.WSAddressingServerHandler
+
+These handlers ensure that instances of class AddressingProperties are:
+
+i) detected when installed as message context properties and
+serialised into XML messages via WSA headers
+
+ii) created/populated by deserialising WSA headers out of XML messages
+and installed as message context properties
+
+To build the target jar simply type ant build. The build product will
+be found in build/wsbrew.jar. It can be installed in the XTSGF build
+by copying to ../XTSGF/ext and then rebuilding XTSGF.
+
+




More information about the jboss-svn-commits mailing list