Changeset 2212 for trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs
- Timestamp:
- 11/29/17 13:35:21 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-http/src/main/java/de/ugoe/cs/autoquest/plugin/http/SOAPUtils.java
r2010 r2212 56 56 57 57 /** 58 * <p>59 58 * Defines how sequences are ordered: 60 59 * <ul> … … 62 61 * <li>RESPONSE: by the response order id</li> 63 62 * </ul> 64 * </p>65 63 * 66 64 * @author Steffen Herbold … … 612 610 * @param sequences 613 611 * sequences to be order 614 * @param orderType615 * determines if sequences are ordered by request or response616 612 * @return sorted sequences 617 613 */ … … 821 817 * <p> 822 818 * Checks if two {@link SimpleSOAPEventType} types are equal except their {@link CallType}, 823 * which must be {@ valueCallType#REQUEST} for the first parameter and {@link CallType#RESPONSE}819 * which must be {@link CallType#REQUEST} for the first parameter and {@link CallType#RESPONSE} 824 820 * for the second parameter. 825 821 * </p>
Note: See TracChangeset
for help on using the changeset viewer.