Ignore:
Timestamp:
11/29/17 13:35:21 (7 years ago)
Author:
pharms
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/SOAPUtils.java

    r2010 r2212  
    5656 
    5757    /** 
    58      * <p> 
    5958     * Defines how sequences are ordered: 
    6059     * <ul> 
     
    6261     * <li>RESPONSE: by the response order id</li> 
    6362     * </ul> 
    64      * </p> 
    6563     *  
    6664     * @author Steffen Herbold 
     
    612610     * @param sequences 
    613611     *            sequences to be order 
    614      * @param orderType 
    615      *            determines if sequences are ordered by request or response 
    616612     * @return sorted sequences 
    617613     */ 
     
    821817     * <p> 
    822818     * Checks if two {@link SimpleSOAPEventType} types are equal except their {@link CallType}, 
    823      * which must be {@value CallType#REQUEST} for the first parameter and {@link CallType#RESPONSE} 
     819     * which must be {@link CallType#REQUEST} for the first parameter and {@link CallType#RESPONSE} 
    824820     * for the second parameter. 
    825821     * </p> 
Note: See TracChangeset for help on using the changeset viewer.