Bluetooth

2012-09-10 Thread Lance Java 2
Hi, is there an API to connect to bluetooth? I've searched the mailing lists but cannot find any reference to a bluetooth endpoint. FYI, my end goal is to send an image to a pogo printer [1] [1] http://store.polaroid.com/product/9/538437/CZA-10011/_/PoGo%26%238482%3B_Instant_Mobile_Printer -- V

Passing parameters as headers feels a bit hacky

2012-05-01 Thread Lance Java 2
Hi, I'm a newbie to Camel and I'm currently evaluating the product. I am reading through the http://camel.apache.org/tutorial-example-reportincident-part5.html ReportIncident tutorial and I see the following example: from(cxfEndpoint) .setHeader(FileComponent.HEADER_FILE_NAME, BeanLanguage.b

Re: Passing parameters as headers feels a bit hacky

2012-05-02 Thread Lance Java 2
I'm sure it could be kept generic if every endpoint was able to accept it's own Configuration object (ie FileEndpoint accepts FileEndpointConfig and FtpEndpoint accepts FtpEndpointConfig). 1. By using headers, am I correct to assume that these headers are passed to every endpoint (not just the fil