~ubuntu-core-dev/eucalyptus/ubuntu-karmic

« back to all changes in this revision

Viewing changes to clc/modules/msgs/resources/s3-2006-03-01-binding.xml

  • Committer: Dmitrii Zagorodnov
  • Date: 2009-01-27 21:53:41 UTC
  • mfrom: (25.1.112 eucalyptus-main)
  • Revision ID: dmitrii@cs.ucsb.edu-20090127215341-i0f0v6cmbpljmg02
merged with current main

Show diffs side-by-side

added added

removed removed

Lines of Context:
16
16
  ~ * Redistributions in binary form must reproduce the above
17
17
  ~   copyright notice, this list of conditions and the
18
18
  ~   following disclaimer in the documentation and/or other
19
 
  ~   materials provided with the distribution.
 
19
  ~   materials provided with the distribution.                                                                                                 walrus
20
20
  ~
21
21
  ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
22
22
  ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
151
151
        <value name="BucketName" field="bucket"/>
152
152
    </mapping>
153
153
 
154
 
    <mapping name="DeleteBucket" class="edu.ucsb.eucalyptus.msgs.DeleteBucketType" extends="edu.ucsb.eucalyptus.msgs.WalrusRequestType">
 
154
    <mapping name="DeleteBucket" class="edu.ucsb.eucalyptus.msgs.DeleteBucketType">
155
155
        <value name="Bucket" field="bucket"/>
156
156
    </mapping>
157
157
 
262
262
    </mapping>
263
263
 
264
264
    <mapping name="DeleteObject" class="edu.ucsb.eucalyptus.msgs.DeleteObjectType">
265
 
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataRequestType"/>
 
265
        <value name="Bucket" field="bucket"/>
 
266
        <value name="Key" field="key"/>
266
267
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusRequestType" usage="optional"/>
267
268
    </mapping>
268
269
 
341
342
 
342
343
    <mapping name="StoreSnapshot" class="edu.ucsb.eucalyptus.msgs.StoreSnapshotType">
343
344
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataRequestType"/>
344
 
        <value name="VolumeId" field="volumeId"/>
 
345
        <value name="ContentLength" field="contentLength"/>        
 
346
        <value name="SnapshotVgName" field="snapshotvgname"/>
 
347
        <value name="SnapshotLvName" field="snapshotlvname"/>
345
348
    </mapping>
346
349
 
347
350
    <mapping name="StoreSnapshotResponse" class="edu.ucsb.eucalyptus.msgs.StoreSnapshotResponseType">
348
351
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataResponseType"/>
349
352
    </mapping>
350
353
 
351
 
    <mapping name="GetSnapshot" class="edu.ucsb.eucalyptus.msgs.GetSnapshotType">
352
 
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataRequestType"/>
353
 
    </mapping>
354
 
 
355
 
    <mapping name="GetSnapshotResponse" class="edu.ucsb.eucalyptus.msgs.GetSnapshotResponseType">
356
 
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataResponseType"/>
357
 
    </mapping>
358
 
 
359
 
    <mapping name="RemoveSnapshot" class="edu.ucsb.eucalyptus.msgs.RemoveSnapshotType">
360
 
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataRequestType"/>
361
 
    </mapping>
362
 
 
363
 
    <mapping name="RemoveSnapshotResponse" class="edu.ucsb.eucalyptus.msgs.RemoveSnapshotResponseType">
364
 
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataResponseType"/>
365
 
    </mapping>
366
 
 
367
 
    <mapping name="GetSnapshotInfo" class="edu.ucsb.eucalyptus.msgs.GetSnapshotInfoType">
368
 
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataRequestType"/>
 
354
    <mapping name="GetVolume" class="edu.ucsb.eucalyptus.msgs.GetVolumeType">
 
355
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataRequestType"/>
 
356
    </mapping>
 
357
 
 
358
    <mapping name="GetVolumeResponse" class="edu.ucsb.eucalyptus.msgs.GetVolumeResponseType">
 
359
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataResponseType"/>
 
360
    </mapping>
 
361
 
 
362
    <mapping name="DeleteWalrusSnapshot" class="edu.ucsb.eucalyptus.msgs.DeleteWalrusSnapshotType">
 
363
        <value name="Bucket" field="bucket"/>
 
364
        <value name="Key" field="key"/>
 
365
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusRequestType" usage="optional"/>
 
366
    </mapping>
 
367
 
 
368
    <mapping name="DeleteWalrusSnapshotResponse" class="edu.ucsb.eucalyptus.msgs.DeleteWalrusSnapshotResponseType">
 
369
    </mapping>
 
370
 
 
371
    <mapping name="GetSnapshotInfo" class="edu.ucsb.eucalyptus.msgs.GetSnapshotInfoType" extends="edu.ucsb.eucalyptus.msgs.WalrusRequestType">
 
372
        <value name="Bucket" field="bucket"/>
 
373
        <value name="Key" field="key"/>
369
374
    </mapping>
370
375
 
371
376
    <mapping name="GetSnapshotInfoResponse" class="edu.ucsb.eucalyptus.msgs.GetSnapshotInfoResponseType">
372
377
        <collection field="snapshotSet" factory="org.jibx.runtime.Utility.arrayListFactory" item-type="java.lang.String" >
373
 
            <structure name="SnapshotId">
374
378
                <value name="snapshotId" />
375
 
            </structure >
376
379
        </collection >
377
 
        <structure map-as="edu.ucsb.eucalyptus.msgs.WalrusDataResponseType"/>
 
380
        <value name="Bucket" field="bucket"/>
378
381
    </mapping>
379
382
 
380
383
</binding>