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

Apache CXF example source code file (temp.xml)

This example Apache CXF source code file (temp.xml) 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

drive, drive, fake, riverside, riverside, street, street, utf-8, utf-8, vegas

The Apache CXF temp.xml source code

<?xml version="1.0" encoding="UTF-8"?>
<b:root xmlns:b="urn:Bean">
  <b:po href="0"/>
  <b:po xmlns:ns1="http://www.w3.org/2001/XMLSchema-instance" id="0" ns1:type="b:po">
    <billing href="1"/>
    <shipping href="2"/>
  </b:po>
  <b:address xmlns:ns1="http://www.w3.org/2001/XMLSchema-instance" id="1" ns1:type="b:address">
    <city>Las Vegas
    <state>NV
    <street>1234 Fake Street
    <zip>89102
  </b:address>
  <b:address xmlns:ns1="http://www.w3.org/2001/XMLSchema-instance" id="2" ns1:type="b:address">
    <city>Gainesville
    <state>FL
    <street>1234 Riverside Drive
    <zip>30506
  </b:address>
</b:root>

Other Apache CXF examples (source code examples)

Here is a short list of links related to this Apache CXF temp.xml 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.