IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Oct 13, 2008, 12:11:09 PM (18 years ago)
Author:
jhoblitt
Message:

add nebSwap()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous/nebclient/src/nebulous.h

    r19542 r20110  
    11/* src/nebulous.h
    22   Generated by wsdl2h 1.2.11 from nebulous.wsdl and typemap.dat
    3    2008-09-13 01:14:23 GMT
     3   2008-10-13 22:06:54 GMT
    44   Copyright (C) 2001-2008 Robert van Engelen, Genivia Inc. All Rights Reserved.
    55   This part of the software is released under one of the following licenses:
     
    107107  - @ref ns1__create_USCOREobject
    108108  - @ref ns1__rename_USCOREobject
    109   - @ref ns1__rename_USCOREobject_
     109  - @ref ns1__swap_USCOREobjects
    110110  - @ref ns1__replicate_USCOREobject
    111111  - @ref ns1__lock_USCOREobject
     
    197197
    198198  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    199   - SOAP action="urn:Nebulous/Server/SOAP#create_object"
     199  - SOAP action="urn:Nebulous/Server/SOAP#rename_object"
    200200
    201201C stub function (defined in soapClient.c[pp] generated by soapcpp2):
     
    206206    NULL, // char *action = NULL selects default action for this operation
    207207    // request parameters:
    208     char*                               key,
    209     char*                               newkey,
    210     // response parameters:
    211     char*                              *result
     208    char*                               key1,
     209    char*                               key2,
     210    // response parameters:
     211    int                                *result
    212212  );
    213213@endcode
     
    218218    struct soap *soap,
    219219    // request parameters:
    220     char*                               key,
    221     char*                               newkey,
    222     // response parameters:
    223     char*                              *result
     220    char*                               key1,
     221    char*                               key2,
     222    // response parameters:
     223    int                                *result
    224224  );
    225225@endcode
     
    229229//gsoap ns1  service method-style:      rename_USCOREobject rpc
    230230//gsoap ns1  service method-encoding:   rename_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
    231 //gsoap ns1  service method-action:     rename_USCOREobject urn:Nebulous/Server/SOAP#create_object
     231//gsoap ns1  service method-action:     rename_USCOREobject urn:Nebulous/Server/SOAP#rename_object
    232232int ns1__rename_USCOREobject(
    233     char*                               key,    ///< Request parameter
    234     char*                               newkey, ///< Request parameter
    235     char*                              *result  ///< Response parameter
    236 );
    237 
    238 /******************************************************************************\
    239  *                                                                            *
    240  * ns1__rename_USCOREobject_                                                  *
    241  *                                                                            *
    242 \******************************************************************************/
    243 
    244 
    245 /// Operation "ns1__rename_USCOREobject_" of service binding "SOAP"
    246 
    247 /**
    248 
    249 Operation details:
    250 
    251   - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
    252   - SOAP action="urn:Nebulous/Server/SOAP#rename_object"
    253 
    254 C stub function (defined in soapClient.c[pp] generated by soapcpp2):
    255 @code
    256   int soap_call_ns1__rename_USCOREobject_(
    257     struct soap *soap,
    258     NULL, // char *endpoint = NULL selects default endpoint for this operation
    259     NULL, // char *action = NULL selects default action for this operation
    260     // request parameters:
    261     char*                               key,
    262     char*                               newkey,
     233    char*                               key1,   ///< Request parameter
     234    char*                               key2,   ///< Request parameter
     235    int                                *result  ///< Response parameter
     236);
     237
     238/******************************************************************************\
     239 *                                                                            *
     240 * ns1__swap_USCOREobjects                                                    *
     241 *                                                                            *
     242\******************************************************************************/
     243
     244
     245/// Operation "ns1__swap_USCOREobjects" of service binding "SOAP"
     246
     247/**
     248
     249Operation details:
     250
     251  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
     252  - SOAP action="urn:Nebulous/Server/SOAP#swap_objects"
     253
     254C stub function (defined in soapClient.c[pp] generated by soapcpp2):
     255@code
     256  int soap_call_ns1__swap_USCOREobjects(
     257    struct soap *soap,
     258    NULL, // char *endpoint = NULL selects default endpoint for this operation
     259    NULL, // char *action = NULL selects default action for this operation
     260    // request parameters:
     261    char*                               key1,
     262    char*                               key2,
    263263    // response parameters:
    264264    char*                              *result
     
    268268C server function (called from the service dispatcher defined in soapServer.c[pp]):
    269269@code
    270   int ns1__rename_USCOREobject_(
    271     struct soap *soap,
    272     // request parameters:
    273     char*                               key,
    274     char*                               newkey,
     270  int ns1__swap_USCOREobjects(
     271    struct soap *soap,
     272    // request parameters:
     273    char*                               key1,
     274    char*                               key2,
    275275    // response parameters:
    276276    char*                              *result
     
    280280*/
    281281
    282 //gsoap ns1  service method-style:      rename_USCOREobject_ rpc
    283 //gsoap ns1  service method-encoding:   rename_USCOREobject_ http://schemas.xmlsoap.org/soap/encoding/
    284 //gsoap ns1  service method-action:     rename_USCOREobject_ urn:Nebulous/Server/SOAP#rename_object
    285 int ns1__rename_USCOREobject_(
    286     char*                               key,    ///< Request parameter
    287     char*                               newkey, ///< Request parameter
     282//gsoap ns1  service method-style:      swap_USCOREobjects rpc
     283//gsoap ns1  service method-encoding:   swap_USCOREobjects http://schemas.xmlsoap.org/soap/encoding/
     284//gsoap ns1  service method-action:     swap_USCOREobjects urn:Nebulous/Server/SOAP#swap_objects
     285int ns1__swap_USCOREobjects(
     286    char*                               key1,   ///< Request parameter
     287    char*                               key2,   ///< Request parameter
    288288    char*                              *result  ///< Response parameter
    289289);
Note: See TracChangeset for help on using the changeset viewer.