-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices-config.xml
More file actions
29 lines (26 loc) · 1023 Bytes
/
services-config.xml
File metadata and controls
29 lines (26 loc) · 1023 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version="1.0" encoding="UTF-8"?>
<services-config>
<services>
<service
id="granite-vector-service"
class="flex.messaging.services.RemotingService"
messageTypes="flex.messaging.messages.RemotingMessage">
<destination id="vectorService">
<channels>
<channel ref="graniteamf"/>
</channels>
<properties>
<scope>session</scope>
<source>org.granite.example.vectors.java.VectorService</source>
</properties>
</destination>
</service>
</services>
<channels>
<channel-definition id="graniteamf" class="mx.messaging.channels.AMFChannel">
<endpoint
uri="http://{server.name}:{server.port}/{context.root}/graniteamf/amf"
class="flex.messaging.endpoints.AMFEndpoint"/>
</channel-definition>
</channels>
</services-config>