13 lines
566 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<beans>
<!-- <service xmlns="http://xfire.codehaus.org/config/1.0">
<name>test</name>
<serviceClass>com.tenwa.makeContract.IHelloService</serviceClass>
<implementationClass>com.tenwa.makeContract.HelloService</implementationClass>
</service> -->
<service xmlns="http://xfire.codehaus.org/config/1.0">
<name>McontractService</name>
<serviceClass>com.tenwa.makeContract.McontractService</serviceClass>
<implementationClass>com.tenwa.makeContract.impl.McontractServiceImpl</implementationClass>
</service>
</beans>