XStream
  1. XStream
  2. XSTR-136

support the mapping of QNames to classes

    Details

    • Type: Wish Wish
    • Status: Open Open
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Component/s: None
    • Labels:
      None

      Description

      Rather than having 1 class -> a local name part of the class name and no namespace

      it'd be nice to introduce the option of namespaces. e.g. use a namespace of a package

      for com.foo.bar

      we could have

      <Person xmlns="java:/com.foo.bar">
      <Address>....</Address>
      </Person>

      instead of

      <com.foo.bar.Person>
      <com.foo.bar. Address>... </com.foo.bar. Address>
      </com.foo.bar.Person>

      which is a little neater and works more nicely with the WS-* and WSDL worlds

        Issue Links

          People

          • Assignee:
            Unassigned
            Reporter:
            james strachan
          • Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: