<?xml version="1.0" encoding="iso-8859-1"?>
<!DOCTYPE poco-application-context 
	SYSTEM "http://www.pocomatic.com/poco-application-context.dtd">

<!--
	This is an skeleton configuration - only used to generate 
	proxies. These proxies will be used by container to 
	deploy components of type MyNodeImplB. 
-->

<poco-application-context>
   <bean class="Node" factory-method="new MyNodeImplB">
      <method-arg type="string"/>
      <ioc method="next"><method-arg class="Node"/></ioc>
   </bean>
</poco-application-context>

