~kirkland/eucalyptus/label-metadata

« back to all changes in this revision

Viewing changes to clc/modules/msgs/resources/cc-getlogs.xml

  • Committer: graziano obertelli
  • Date: 2009-01-07 03:32:35 UTC
  • Revision ID: graziano@cs.ucsb.edu-20090107033235-oxhuexp18v8hg0pw
Tags: 1.4
from CVS

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?><!--
 
2
  ~ Software License Agreement (BSD License)
 
3
  ~
 
4
  ~ Copyright (c) 2008, Regents of the University of California
 
5
  ~ All rights reserved.
 
6
  ~
 
7
  ~ Redistribution and use of this software in source and binary forms, with or
 
8
  ~ without modification, are permitted provided that the following conditions
 
9
  ~ are met:
 
10
  ~
 
11
  ~ * Redistributions of source code must retain the above
 
12
  ~   copyright notice, this list of conditions and the
 
13
  ~   following disclaimer.
 
14
  ~
 
15
  ~ * Redistributions in binary form must reproduce the above
 
16
  ~   copyright notice, this list of conditions and the
 
17
  ~   following disclaimer in the documentation and/or other
 
18
  ~   materials provided with the distribution.
 
19
  ~
 
20
  ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
21
  ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
22
  ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
23
  ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
24
  ~ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
25
  ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
26
  ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
27
  ~ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
28
  ~ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
29
  ~ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
30
  ~ POSSIBILITY OF SUCH DAMAGE.
 
31
  ~
 
32
  ~ Author: Chris Grzegorczyk grze@cs.ucsb.edu
 
33
  -->
 
34
 
 
35
<binding force-classes="true">
 
36
    <namespace uri="http://eucalyptus.ucsb.edu/" default="elements"/>
 
37
 
 
38
    <mapping name="GetLogs" class="edu.ucsb.eucalyptus.msgs.GetLogsType" extends="edu.ucsb.eucalyptus.msgs.EucalyptusMessage">
 
39
        <structure map-as="edu.ucsb.eucalyptus.msgs.EucalyptusMessage"/>
 
40
        <value name="serviceTag" field="serviceTag"/>
 
41
    </mapping>
 
42
    <mapping name="GetLogsResponse" class="edu.ucsb.eucalyptus.msgs.GetLogsResponseType" extends="edu.ucsb.eucalyptus.msgs.EucalyptusMessage">
 
43
        <structure map-as="edu.ucsb.eucalyptus.msgs.EucalyptusMessage"/>
 
44
        <structure usage="optional">
 
45
            <structure field="logs" map-as="edu.ucsb.eucalyptus.msgs.NodeLogInfo"/>
 
46
        </structure>
 
47
    </mapping>
 
48
    <mapping class="edu.ucsb.eucalyptus.msgs.NodeLogInfo" abstract="true">
 
49
        <value name="serviceTag" field="serviceTag" usage="required"/>
 
50
        <value name="CCLog" field="ccLog" usage="optional"/>
 
51
        <value name="NCLog" field="ncLog" usage="optional"/>
 
52
        <value name="httpdLog" field="httpdLog" usage="optional"/>
 
53
        <value name="axis2Log" field="axis2Log" usage="optional"/>
 
54
    </mapping>
 
55
 
 
56
    <mapping name="GetKeys" class="edu.ucsb.eucalyptus.msgs.GetKeysType" extends="edu.ucsb.eucalyptus.msgs.EucalyptusMessage">
 
57
        <structure map-as="edu.ucsb.eucalyptus.msgs.EucalyptusMessage"/>
 
58
        <value name="serviceTag" field="serviceTag"/>
 
59
    </mapping>
 
60
    <mapping name="GetKeysResponse" class="edu.ucsb.eucalyptus.msgs.GetKeysResponseType" extends="edu.ucsb.eucalyptus.msgs.EucalyptusMessage">
 
61
        <structure map-as="edu.ucsb.eucalyptus.msgs.EucalyptusMessage"/>
 
62
        <structure usage="optional">
 
63
            <structure field="certs" map-as="edu.ucsb.eucalyptus.msgs.NodeCertInfo"/>
 
64
        </structure>
 
65
    </mapping>
 
66
    <mapping class="edu.ucsb.eucalyptus.msgs.NodeCertInfo" abstract="true">
 
67
        <value name="serviceTag" field="serviceTag" usage="optional"/>
 
68
        <value name="CCcert" field="ccCert" usage="optional"/>
 
69
        <value name="NCcert" field="ncCert" usage="optional"/>
 
70
    </mapping>
 
71
 
 
72
</binding>
 
 
b'\\ No newline at end of file'