Return-Path: Delivered-To: apmail-camel-dev-archive@www.apache.org Received: (qmail 66180 invoked from network); 4 Aug 2010 07:07:13 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 4 Aug 2010 07:07:13 -0000 Received: (qmail 68033 invoked by uid 500); 4 Aug 2010 07:07:13 -0000 Delivered-To: apmail-camel-dev-archive@camel.apache.org Received: (qmail 67902 invoked by uid 500); 4 Aug 2010 07:07:10 -0000 Mailing-List: contact dev-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list dev@camel.apache.org Received: (qmail 67889 invoked by uid 99); 4 Aug 2010 07:07:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 07:07:09 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,SPF_HELO_PASS,SPF_NEUTRAL,T_TO_NO_BRKTS_FREEMAIL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.158 is neither permitted nor denied by domain of devendrakatiyar@gmail.com) Received: from [216.139.236.158] (HELO kuber.nabble.com) (216.139.236.158) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Aug 2010 07:07:04 +0000 Received: from sam.nabble.com ([192.168.236.26]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1OgY3n-0003Ar-5J for dev@camel.apache.org; Wed, 04 Aug 2010 00:06:43 -0700 Date: Wed, 4 Aug 2010 00:06:43 -0700 (PDT) From: devkatiyar To: dev@camel.apache.org Message-ID: <1280905603159-2263744.post@n5.nabble.com> Subject: Test Class MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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.