DealServiceTest.dicon 508 Bytes
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE components PUBLIC "-//SEASAR2.1//DTD S2Container//EN"
	"http://www.seasar.org/dtd/components21.dtd">
<components>
	<include path="s2axis2-client.dicon"/>
    <include path="vd_core.dicon" />

    <component class="com.valuecardservice.soap.services.DealService">
        <aspect>ioRemoting</aspect>
    </component>

    <component class="com.valuecardservice.soap.services.TranhistService">
        <aspect>ioRemoting</aspect>
    </component>
</components>