Mercurial > repos > ktnyt > gembassy
comparison GEMBASSY-1.0.3/gsoap/wsdl/wsrmp.h @ 2:8947fca5f715 draft default tip
Uploaded
| author | ktnyt |
|---|---|
| date | Fri, 26 Jun 2015 05:21:44 -0400 |
| parents | 84a17b3fad1f |
| children |
comparison
equal
deleted
inserted
replaced
| 1:84a17b3fad1f | 2:8947fca5f715 |
|---|---|
| 1 /* | |
| 2 wsrmp.h | |
| 3 | |
| 4 WS-ReliableMessaging Policy | |
| 5 | |
| 6 -------------------------------------------------------------------------------- | |
| 7 gSOAP XML Web services tools | |
| 8 Copyright (C) 2001-2010, Robert van Engelen, Genivia Inc. All Rights Reserved. | |
| 9 This software is released under one of the following licenses: | |
| 10 GPL or Genivia's license for commercial use. | |
| 11 -------------------------------------------------------------------------------- | |
| 12 GPL license. | |
| 13 | |
| 14 This program is free software; you can redistribute it and/or modify it under | |
| 15 the terms of the GNU General Public License as published by the Free Software | |
| 16 Foundation; either version 2 of the License, or (at your option) any later | |
| 17 version. | |
| 18 | |
| 19 This program is distributed in the hope that it will be useful, but WITHOUT ANY | |
| 20 WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A | |
| 21 PARTICULAR PURPOSE. See the GNU General Public License for more details. | |
| 22 | |
| 23 You should have received a copy of the GNU General Public License along with | |
| 24 this program; if not, write to the Free Software Foundation, Inc., 59 Temple | |
| 25 Place, Suite 330, Boston, MA 02111-1307 USA | |
| 26 | |
| 27 Author contact information: | |
| 28 engelen@genivia.com / engelen@acm.org | |
| 29 -------------------------------------------------------------------------------- | |
| 30 A commercial use license is available from Genivia, Inc., contact@genivia.com | |
| 31 -------------------------------------------------------------------------------- | |
| 32 | |
| 33 */ | |
| 34 | |
| 35 //gsoap wsrmp schema documentation: WS-ReliableMessaging Policy binding | |
| 36 //gsoap wsrmp schema namespace: http://schemas.xmlsoap.org/ws/2005/02/rm/policy | |
| 37 //gsoap wsrmp schema elementForm: qualified | |
| 38 //gsoap wsrmp schema attributeForm: unqualified | |
| 39 | |
| 40 #import "imports.h" | |
| 41 | |
| 42 class wsrmp__Timeout | |
| 43 { public: | |
| 44 @char *Milliseconds; | |
| 45 }; | |
| 46 | |
| 47 class wsrmp__RMAssertion : public wsp__Assertion | |
| 48 { public: | |
| 49 wsrmp__Timeout *InactivityTimeout; | |
| 50 wsrmp__Timeout *BaseRetransmissionInterval;; | |
| 51 wsrmp__Timeout *AcknowledgementInterval; | |
| 52 char *ExponentialBackoff; | |
| 53 // TODO: WCF netrmp extension elements go here, as necessary | |
| 54 }; | |
| 55 |
