IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Apr 27, 2007, 3:33:27 PM (19 years ago)
Author:
jhoblitt
Message:

add rename_object
s/find_Objects/find_objects/g

File:
1 edited

Legend:

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

    r10631 r13078  
    11/* src/nebulous.h
    22   Generated by wsdl2h 1.2.1 from nebulous.wsdl and typemap.dat
    3    2006-12-12 00:23:37 GMT
     3   2007-04-28 01:32:49 GMT
    44   Copyright (C) 2001-2005 Robert van Engelen, Genivia Inc. All Rights Reserved.
    55   This part of the software is released under one of the following licenses:
     
    9898@section SOAP_operations Operations of Binding  "SOAP"
    9999  - @ref ns1__create_USCOREobject
     100  - @ref ns1__rename_USCOREobject
     101  - @ref ns1__rename_USCOREobject_
    100102  - @ref ns1__replicate_USCOREobject
    101103  - @ref ns1__lock_USCOREobject
    102104  - @ref ns1__unlock_USCOREobject
     105  - @ref ns1__find_USCOREobjects
    103106  - @ref ns1__find_USCOREinstances
    104107  - @ref ns1__delete_USCOREinstance
     
    163166/******************************************************************************\
    164167 *                                                                            *
     168 * ns1__rename_USCOREobject                                                   *
     169 *                                                                            *
     170\******************************************************************************/
     171
     172
     173/// Operation "ns1__rename_USCOREobject" of service binding "SOAP"
     174
     175/**
     176
     177Operation details:
     178
     179  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
     180  - SOAP action="urn:Nebulous/Server/SOAP#create_object"
     181
     182C stub function (defined in soapClient.c[pp]):
     183@code
     184  int soap_call_ns1__rename_USCOREobject(struct soap *soap,
     185    NULL, // char *endpoint = NULL selects default endpoint for this operation
     186    NULL, // char *action = NULL selects default action for this operation
     187    // request parameters:
     188    char*                               key,
     189    char*                               newkey,
     190    // response parameters:
     191    char*                              *result
     192  );
     193@endcode
     194
     195*/
     196
     197//gsoap ns1  service method-style:      rename_USCOREobject rpc
     198//gsoap ns1  service method-encoding:   rename_USCOREobject http://schemas.xmlsoap.org/soap/encoding/
     199//gsoap ns1  service method-action:     rename_USCOREobject urn:Nebulous/Server/SOAP#create_object
     200int ns1__rename_USCOREobject(
     201    char*                               key,
     202    char*                               newkey,
     203    char*                              *result ///< response parameter
     204);
     205
     206/******************************************************************************\
     207 *                                                                            *
     208 * ns1__rename_USCOREobject_                                                  *
     209 *                                                                            *
     210\******************************************************************************/
     211
     212
     213/// Operation "ns1__rename_USCOREobject_" of service binding "SOAP"
     214
     215/**
     216
     217Operation details:
     218
     219  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
     220  - SOAP action="urn:Nebulous/Server/SOAP#rename_object"
     221
     222C stub function (defined in soapClient.c[pp]):
     223@code
     224  int soap_call_ns1__rename_USCOREobject_(struct soap *soap,
     225    NULL, // char *endpoint = NULL selects default endpoint for this operation
     226    NULL, // char *action = NULL selects default action for this operation
     227    // request parameters:
     228    char*                               key,
     229    char*                               newkey,
     230    // response parameters:
     231    char*                              *result
     232  );
     233@endcode
     234
     235*/
     236
     237//gsoap ns1  service method-style:      rename_USCOREobject_ rpc
     238//gsoap ns1  service method-encoding:   rename_USCOREobject_ http://schemas.xmlsoap.org/soap/encoding/
     239//gsoap ns1  service method-action:     rename_USCOREobject_ urn:Nebulous/Server/SOAP#rename_object
     240int ns1__rename_USCOREobject_(
     241    char*                               key,
     242    char*                               newkey,
     243    char*                              *result ///< response parameter
     244);
     245
     246/******************************************************************************\
     247 *                                                                            *
    165248 * ns1__replicate_USCOREobject                                                *
    166249 *                                                                            *
     
    279362    char*                               type,
    280363    int                                *result ///< response parameter
     364);
     365
     366/******************************************************************************\
     367 *                                                                            *
     368 * ns1__find_USCOREobjects                                                    *
     369 *                                                                            *
     370\******************************************************************************/
     371
     372/// Operation response struct "ns1__find_USCOREobjectsResponse" of service binding "SOAP" operation "ns1__find_USCOREobjects"
     373struct ns1__find_USCOREobjectsResponse
     374{
     375    struct ArrayOfString*               result;
     376};
     377
     378/// Operation "ns1__find_USCOREobjects" of service binding "SOAP"
     379
     380/**
     381
     382Operation details:
     383
     384  - SOAP RPC encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"
     385  - SOAP action="urn:Nebulous/Server/SOAP#find_objects"
     386
     387C stub function (defined in soapClient.c[pp]):
     388@code
     389  int soap_call_ns1__find_USCOREobjects(struct soap *soap,
     390    NULL, // char *endpoint = NULL selects default endpoint for this operation
     391    NULL, // char *action = NULL selects default action for this operation
     392    // request parameters:
     393    char*                               pattern,
     394    // response parameters:
     395    struct ns1__find_USCOREobjectsResponse*
     396  );
     397@endcode
     398
     399*/
     400
     401//gsoap ns1  service method-style:      find_USCOREobjects rpc
     402//gsoap ns1  service method-encoding:   find_USCOREobjects http://schemas.xmlsoap.org/soap/encoding/
     403//gsoap ns1  service method-action:     find_USCOREobjects urn:Nebulous/Server/SOAP#find_objects
     404int ns1__find_USCOREobjects(
     405    char*                               pattern,
     406    struct ns1__find_USCOREobjectsResponse* ///< response parameter
    281407);
    282408
Note: See TracChangeset for help on using the changeset viewer.