[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jibx-cvs
Subject:    [Jibx-cvs] core/build/src/org/jibx/ws/wsdl ServiceCustom.java, 1.3,
From:       Dennis Sosnoski <dsosnoski () users ! sourceforge ! net>
Date:       2008-02-06 9:24:07
Message-ID: E1JMgVk-0008QZ-4W () mail ! sourceforge ! net
[Download RAW message or body]

Update of /cvsroot/jibx/core/build/src/org/jibx/ws/wsdl
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv9655/src/org/jibx/ws/wsdl

Modified Files:
	ServiceCustom.java OperationCustom.java 
Log Message:
Change to new case-insensitive name set methods.

Index: OperationCustom.java
===================================================================
RCS file: /cvsroot/jibx/core/build/src/org/jibx/ws/wsdl/OperationCustom.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** OperationCustom.java	17 Sep 2007 11:47:36 -0000	1.4
--- OperationCustom.java	6 Feb 2008 09:24:05 -0000	1.5
***************
*** 389,394 ****
          
          // fill in the parameters and return customizations
!         Set reqset = CustomUtils.nameSet(m_requireds);
!         Set optset = CustomUtils.nameSet(m_optionals);
          if (m_parameters.size() == 0) {
              for (int i = 0; i < count; i++) {
--- 389,394 ----
          
          // fill in the parameters and return customizations
!         Set reqset = CustomUtils.noCaseNameSet(m_requireds);
!         Set optset = CustomUtils.noCaseNameSet(m_optionals);
          if (m_parameters.size() == 0) {
              for (int i = 0; i < count; i++) {

Index: ServiceCustom.java
===================================================================
RCS file: /cvsroot/jibx/core/build/src/org/jibx/ws/wsdl/ServiceCustom.java,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** ServiceCustom.java	17 Sep 2007 11:46:58 -0000	1.3
--- ServiceCustom.java	6 Feb 2008 09:24:05 -0000	1.4
***************
*** 326,331 ****
          
          // generate an operation for each exposed method in service class
!         Set inclset = CustomUtils.nameSet(m_includes);
!         Set exclset = CustomUtils.nameSet(m_excludes);
          Map opmap = new HashMap();
          for (int i = 0; i < m_operations.size(); i++) {
--- 326,331 ----
          
          // generate an operation for each exposed method in service class
!         Set inclset = CustomUtils.noCaseNameSet(m_includes);
!         Set exclset = CustomUtils.noCaseNameSet(m_excludes);
          Map opmap = new HashMap();
          for (int i = 0; i < m_operations.size(); i++) {


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Jibx-cvs mailing list
Jibx-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jibx-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic