~ccheney/ubuntu/lucid/eucalyptus/lucid-sru

« back to all changes in this revision

Viewing changes to clc/modules/core/conf/walrus-services.xml

  • Committer: Bazaar Package Importer
  • Author(s): Soren Hansen
  • Date: 2009-02-11 02:45:39 UTC
  • Revision ID: james.westby@ubuntu.com-20090211024539-0jhzbpg3hk6nu1yg
Tags: upstream-1.5~bzr139
ImportĀ upstreamĀ versionĀ 1.5~bzr139

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<!--
 
3
  ~ Software License Agreement (BSD License)
 
4
  ~
 
5
  ~ Copyright (c) 2008, Regents of the University of California
 
6
  ~ All rights reserved.
 
7
  ~
 
8
  ~ Redistribution and use of this software in source and binary forms, with or
 
9
  ~ without modification, are permitted provided that the following conditions
 
10
  ~ are met:
 
11
  ~
 
12
  ~ * Redistributions of source code must retain the above
 
13
  ~   copyright notice, this list of conditions and the
 
14
  ~   following disclaimer.
 
15
  ~
 
16
  ~ * Redistributions in binary form must reproduce the above
 
17
  ~   copyright notice, this list of conditions and the
 
18
  ~   following disclaimer in the documentation and/or other
 
19
  ~   materials provided with the distribution.
 
20
  ~
 
21
  ~ THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
 
22
  ~ AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
 
23
  ~ IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
 
24
  ~ ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
 
25
  ~ LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
 
26
  ~ CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
 
27
  ~ SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
 
28
  ~ INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
 
29
  ~ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
 
30
  ~ ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 
31
  ~ POSSIBILITY OF SUCH DAMAGE.
 
32
  ~
 
33
 * Author: Sunil Soman sunils@cs.ucsb.edu
 
34
  -->
 
35
 
 
36
<mule xmlns="http://www.mulesource.org/schema/mule/core/2.0"
 
37
      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
 
38
      xmlns:spring="http://www.springframework.org/schema/beans"
 
39
      xmlns:vm="http://www.mulesource.org/schema/mule/vm/2.0"
 
40
      xmlns:euca="http://eucalyptus.cs.ucsb.edu/schema/cloud/1.0"
 
41
      xsi:schemaLocation="
 
42
       http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd
 
43
       http://www.mulesource.org/schema/mule/core/2.0 http://www.mulesource.org/schema/mule/core/2.0/mule.xsd
 
44
       http://www.mulesource.org/schema/mule/vm/2.0 http://www.mulesource.org/schema/mule/vm/2.0/mule-vm.xsd
 
45
       http://eucalyptus.cs.ucsb.edu/schema/cloud/1.0 http://eucalyptus.cs.ucsb.edu/schema/cloud/1.0/euca.xsd">
 
46
 
 
47
    <euca:endpoint name="WalrusWS"
 
48
                   connector-ref="axis2"
 
49
                   address="http://127.0.0.1:8773/services/Walrus"
 
50
                   wssec-policy="${euca.conf.dir}/policy.xml"
 
51
                   wssec-flow="IN_ONLY"
 
52
                   authenticator-class="edu.ucsb.eucalyptus.transport.auth.UserAuthentication"
 
53
                   http-query-support="true"
 
54
                   mep="IN_OUT"/>
 
55
 
 
56
    <endpoint name="BukkitWS" address="vm://Bukkit" synchronous="false"/>
 
57
    <endpoint name="BukkitInternalWS" address="vm://BukkitInternal" synchronous="true"/>
 
58
    <endpoint name="WalrusReplyQueueWS" address="vm://WalrusReplyQueue" synchronous="false"/>
 
59
 
 
60
</mule>
 
 
b'\\ No newline at end of file'