Author: buildbot
Date: Sat Nov 21 02:20:02 2015
New Revision: 973098

Log:
Staging update by buildbot for maven-doxia

Modified:
    websites/staging/maven-doxia/trunk/content/   (props changed)
    websites/staging/maven-doxia/trunk/content/doxia-1.6.pdf
    
websites/staging/maven-doxia/trunk/content/doxia-example-book/doxia-example-book.pdf
    
websites/staging/maven-doxia/trunk/content/doxia-example-book/doxia-example-book.rtf

Propchange: websites/staging/maven-doxia/trunk/content/
------------------------------------------------------------------------------
--- cms:source-revision (original)
+++ cms:source-revision Sat Nov 21 02:20:02 2015
@@ -1 +1 @@
-1715454
+1715455

Modified: websites/staging/maven-doxia/trunk/content/doxia-1.6.pdf
==============================================================================
Binary files - no diff available.

Modified: 
websites/staging/maven-doxia/trunk/content/doxia-example-book/doxia-example-book.pdf
==============================================================================
Binary files - no diff available.

Modified: 
websites/staging/maven-doxia/trunk/content/doxia-example-book/doxia-example-book.rtf
==============================================================================
--- 
websites/staging/maven-doxia/trunk/content/doxia-example-book/doxia-example-book.rtf
 (original)
+++ 
websites/staging/maven-doxia/trunk/content/doxia-example-book/doxia-example-book.rtf
 Sat Nov 21 02:20:02 2015
@@ -2,30 +2,30 @@
 \deff0{\fonttbl{\f0\froman\fcharset0 Times New Roman;}{\f1\fswiss\fcharset0 
Arial;}{\f2\froman\fcharset2 Symbol;}}
 
{\colortbl\red0\green0\blue0;\red255\green255\blue255;\red255\green0\blue0;\red0\green0\blue255;}
 {\*\listtable
-{\list\listtemplateid1137811122\hybrid
+{\list\listtemplateid1804448775\hybrid
 
{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelstartat1{\leveltext\'01\u-3913
 ?;}{\levelnumbers;}\f2\fi0\li300\ri0\tx300}
-\listid1613553139}
-{\list\listtemplateid403534635\hybrid
+\listid103893038}
+{\list\listtemplateid277872008\hybrid
 
{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelstartat1{\leveltext\'01\u-3913
 ?;}{\levelnumbers;}\f2\fi0\li300\ri0\tx300}
-\listid1686357817}
-{\list\listtemplateid1146263961\hybrid
+\listid1989237625}
+{\list\listtemplateid1893218295\hybrid
 
{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelstartat1{\leveltext\'02\'00.;}{\levelnumbers
 \'01;}\fi0\li400\ri0\tx400}
-\listid875644382}
-{\list\listtemplateid823124745\hybrid
+\listid652319973}
+{\list\listtemplateid225419944\hybrid
 
{\listlevel\levelnfc0\levelnfcn0\leveljc0\leveljcn0\levelstartat1{\leveltext\'02\'00.;}{\levelnumbers
 \'01;}\fi0\li400\ri0\tx400}
-\listid543928627}
-{\list\listtemplateid1484479662\hybrid
+\listid235113340}
+{\list\listtemplateid935129107\hybrid
 
{\listlevel\levelnfc23\levelnfcn23\leveljc0\leveljcn0\levelstartat1{\leveltext\'01\u-3913
 ?;}{\levelnumbers;}\f2\fi0\li300\ri0\tx300}
-\listid973107199}
+\listid110294204}
 }
 {\*\listoverridetable
-{\listoverride\listid1613553139\listoverridecount0\ls1}
-{\listoverride\listid1686357817\listoverridecount0\ls2}
-{\listoverride\listid875644382\listoverridecount0\ls3}
-{\listoverride\listid543928627\listoverridecount0\ls4}
-{\listoverride\listid973107199\listoverridecount0\ls5}
+{\listoverride\listid103893038\listoverridecount0\ls1}
+{\listoverride\listid1989237625\listoverridecount0\ls2}
+{\listoverride\listid652319973\listoverridecount0\ls3}
+{\listoverride\listid235113340\listoverridecount0\ls4}
+{\listoverride\listid110294204\listoverridecount0\ls5}
 }
-{\info{\operator iText by lowagie.com}{\creationdate 
\yr2015\mo10\dy21\hr2\min13\sec16}{\operator Doxia iText}{\creationdate 
\yr2015\mo10\dy21\hr2\min13\sec16}}
+{\info{\operator iText by lowagie.com}{\creationdate 
\yr2015\mo10\dy21\hr2\min19\sec40}{\operator Doxia iText}{\creationdate 
\yr2015\mo10\dy21\hr2\min19\sec40}}
 \paperw11907\paperh16840\margl720\margr720\margt720\margb720
 {\footer }{\header }\pgwsxn11907\pghsxn16840\sectd{\footer }{\header 
}\pgwsxn11907\pghsxn16840\pard\li0\ri0\f1\fs48\cf2 1. \f1\fs48\cf2 
Bindings\par\par\pard\li0\ri0\f1\fs44\cf0 1.1. \f1\fs44\cf0 Bindings Overview 
\par\par\f0\fs20\cf0 \par \pard\li0\ri0\f0\fs20\cf0 \par \f1\fs20\cf0 Bindings 
are one of the most important pieces of XFire. They control how the incoming 
and outoing XML is mapped to objects. \par\pard\li0\ri0\f0\fs20\cf0 \par 
\f1\fs20\cf0 The default binding in XFire is "Aegis". Aegis means "shield", and 
the point of it is to create a simple layer which makes going between objects 
and XML easy. Aegis also provides the layer which allows other bindings to 
integrate with XFire - like JAXB, XMLBeans and Castor. 
\par\pard\li0\ri0\f0\fs20\cf0 \par \f1\fs20\cf0 Lets take a look at how you 
would use a different binding with XFire. The BindingProvider class is the one 
for actually taking the xml streams and reading/writing to them. When we create 
a service we need to actually s
 upply a BindingProvider to the service. In the simplest case of creating a 
service you're probably writing code like this: \par\f1\fs20\cf0 \par\trowd
 \trftsWidth3\trwWidth10400\trkeep\trqc\trgaph10\trbrdrl\brdrs\brdrw20\brdrcf0


Reply via email to