in web flow servlet.xml

we write but

<bean id="flowRegistry" class="org.springframework.webflow.registry.XmlFlo wRegistryFactoryBean">
<property name="flowLocations" value="/WEB-INF/flows/myflow.xml"/>
</bean>

<bean id="formAction" class="example.MyFormAction"/>

----
i am getting package org.springframework.webflow.registry.XmlFlowRegist ryFactoryBean" not exists.

:o when i search for class XmlFlowRegistryFactoryBean it is in another package
org.springframework.webflow.engine.builder.xml.Xml FlowRegistryFactoryBean;

and i am confusing which one i have to use and first one not exist in spring-webflow-1.0.4.jar:

confused: