org.apache.camel.component.printer
Class PrinterEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.camel.component.printer.PrinterEndpoint
All Implemented Interfaces:
CamelContextAware, Endpoint, IsSingleton

public class PrinterEndpoint
extends DefaultEndpoint


Constructor Summary
PrinterEndpoint(String endpointUri, Component component, PrinterConfiguration config)
           
 
Method Summary
 Consumer createConsumer(Processor processor)
           
 Producer createProducer()
           
 PrinterConfiguration getConfig()
           
 boolean isSingleton()
           
 void setConfig(PrinterConfiguration config)
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
configureProperties, createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, createScheduledExecutorService, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, getExecutorService, getScheduledExecutorService, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, setExecutorService, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PrinterEndpoint

public PrinterEndpoint(String endpointUri,
                       Component component,
                       PrinterConfiguration config)
Method Detail

createConsumer

public Consumer createConsumer(Processor processor)
                        throws Exception
Throws:
Exception

createProducer

public Producer createProducer()
                        throws Exception
Throws:
Exception

isSingleton

public boolean isSingleton()

getConfig

public PrinterConfiguration getConfig()

setConfig

public void setConfig(PrinterConfiguration config)


Copyright © 2007-2010 IONA Open Source Community. All Rights Reserved.