You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by ve...@apache.org on 2014/05/31 13:38:48 UTC

svn commit: r1598856 - /webservices/axiom/trunk/src/site/apt/roadmap.apt

Author: veithen
Date: Sat May 31 11:38:47 2014
New Revision: 1598856

URL: http://svn.apache.org/r1598856
Log:
Added an item to the 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=1598856&r1=1598855&r2=1598856&view=diff
==============================================================================
--- webservices/axiom/trunk/src/site/apt/roadmap.apt (original)
+++ webservices/axiom/trunk/src/site/apt/roadmap.apt Sat May 31 11:38:47 2014
@@ -100,6 +100,13 @@ API inconsistencies to be eliminated
      packages (and their subpackages). However, in Axiom 1.2.x that exception is used by the MIME/attachments API
      as well.
 
+* Methods for boolean attributes in <<<SOAPHeaderBlock>>>
+
+  <<<SOAPHeaderBlock>>> has methods to get and set the boolean attributes <<<mustUnderstand>>>
+  and <<<relay>>>. However, the set of getters and setters is not the same for both attributes:
+  there is a <<<setMustUnderstand(String)>>> method, but no corresponding <<<setRelay(String)>>> method.
+  Probably the <<<setMustUnderstand(String)>>> method should just be removed.
+
 Removal of unnecessary or irrelevant APIs
 
   This section identifies APIs that have become unnecessary or irrelevant. Note that APIs that