Author: veithen
Date: Fri Jan 31 20:33:26 2014
New Revision: 1563250
URL: http://svn.apache.org/r1563250
Log:
Added an item to the Axiom 1.3 roadmap.
Modified:
webservices/axiom/trunk/src/site/apt/roadmap.apt
Modified: webservices/axiom/trunk/src/site/apt/roadmap.apt
URL:
http://svn.apache.org/viewvc/webservices/axiom/trunk/src/site/apt/roadmap.apt?rev=1563250&r1=1563249&r2=1563250&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/apt/roadmap.apt (original)
+++ webservices/axiom/trunk/src/site/apt/roadmap.apt Fri Jan 31 20:33:26 2014
@@ -292,6 +292,13 @@ APIs that need to be overhauled
In addition, <<<SOAPVersion>>> should be changed from an interface to an
abstract class so that one can
define static methods to get the SOAP version by envelope namespace or media
type.
+* <<<StAXParserConfiguration>>>
+
+ The <<<StAXParserConfiguration>>> API relies on the assumption that the XML
parser used by Axiom is
+ an implementation of StAX. However, as noted above, this is not a strict
requirement; an Axiom
+ implementation could equally well use another API or provide its own XML
parser.
+ Therefore <<<StAXParserConfiguration>>> should be replaced by something more
generic.
+
Miscellaneous
* Make non coalescing mode the default