alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

Apache CXF example source code file (addPerson)

This example Apache CXF source code file (addPerson) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - Apache CXF tags/keywords

content-id, content-id, content-transfer-encoding, content-type, content-type, diephouse, name, person, person, photo, photo

The Apache CXF addPerson source code


------=_Part_4_701508.1145579811786
Content-Type: text/xml
Content-Transfer-Encoding: binary
Content-ID: <addPerson.xml>

<addPerson xmlns="http://cxf.apache.org/person/"
  xmlns:xmlmime="http://www.w3.org/2004/11/xmlmime">
  <Person>
    <Name>Dan Diephouse
    <Photo xmlmime:contentType="application/octet-stream">
      <xop:Include 
        xmlns:xop="http://www.w3.org/2004/08/xop/include" 
        href="cid:xfire_logo.jpg"/>
    </Photo>
  </Person>
</addPerson>

------=_Part_4_701508.1145579811786
Content-Type: image/jpeg
Content-Transfer-Encoding: binary
Content-ID: <xfire_logo.jpg>

foobar
------=_Part_4_701508.1145579811786--

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF addPerson source code file:

... this post is sponsored by my books ...

#1 New Release!

FP Best Seller

 

new blog posts

 

Copyright 1998-2021 Alvin Alexander, alvinalexander.com
All Rights Reserved.

A percentage of advertising revenue from
pages under the /java/jwarehouse URI on this website is
paid back to open source projects.