You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by devkatiyar <de...@gmail.com> on 2010/08/04 09:06:43 UTC

Test Class

Hi , 
below is my POJO class which i would like to pass in SEI as argument 
public class Import implements Serializable {

	
	
	private String providerID; 
	private int type;
	@XmlMimeType("text/xml")
	private DataHandler profile;
	private String profileID;
	}


how can  i pass DataHandler type of  parameter using my Junit test class 
or any one having same kind of example Test Class .. 

Thanks ..

-- 
View this message in context: http://camel.465427.n5.nabble.com/Test-Class-tp2263744p2263744.html
Sent from the Camel Development mailing list archive at Nabble.com.