<?xml version="1.0" encoding="UTF-8"?>

<configuration xmlns="http://java.sun.com/xml/ns/jax-rpc/ri/config">
    <service name="RPCClientChannel"
        targetNamespace="http://netgather.org/wsdl"
        typeNamespace="http://netgather.org/types"
        packageName="prodex.netgather.engine.channel.client">
        <interface name="prodex.netgather.channel.server.ServerBaselineChannel"
            servantName="prodex.netgather.engine.channel.server.ServerBaselineChannelImpl"/>
        <interface name="prodex.netgather.channel.server.ServerEventChannel"
            servantName="prodex.netgather.engine.channel.server.ServerEventChannelImpl"/>
        <interface name="prodex.netgather.channel.server.ServerHelpDeskChannel"
            servantName="prodex.netgather.engine.channel.server.ServerHelpDeskChannelImpl"/>
        <interface name="prodex.netgather.channel.server.ServerInventoryChannel"
            servantName="prodex.netgather.engine.channel.server.ServerInventoryChannelImpl"/>
        <interface name="prodex.netgather.channel.server.ServerMetaDataChannel"
            servantName="prodex.netgather.engine.channel.server.ServerMetaDataChannelImpl"/>
        <interface name="prodex.netgather.channel.server.ServerTemplateChannel"
            servantName="prodex.netgather.engine.channel.server.ServerTemplateChannelImpl"/>
        <interface name="prodex.netgather.channel.server.ServerTrendChannel"
            servantName="prodex.netgather.engine.channel.server.ServerTrendChannelImpl"/>
        <interface name="prodex.netgather.channel.server.ServerTrendDataChannel"
            servantName="prodex.netgather.engine.channel.server.ServerTrendDataChannelImpl"/>
        <typeMappingRegistry>
            <additionalTypes>
                 <class name="prodex.netgather.channel.api.DoubleValue"/>
                 <class name="prodex.netgather.channel.api.IntegerValue"/>
                 <class name="prodex.netgather.channel.api.StringValue"/>
                 <class name="prodex.netgather.channel.api.TimeValue"/>
            </additionalTypes>
        </typeMappingRegistry>
    </service>
</configuration>

