org.apache.camel.component.file
Class FileComponent

java.lang.Object
  extended by org.apache.camel.impl.ServiceSupport
      extended by org.apache.camel.impl.DefaultComponent<FileExchange>
          extended by org.apache.camel.component.file.FileComponent
All Implemented Interfaces:
org.apache.camel.Component<FileExchange>, org.apache.camel.Service

public class FileComponent
extends org.apache.camel.impl.DefaultComponent<FileExchange>

Version:
$Revision: 523772 $

Constructor Summary
FileComponent()
           
FileComponent(org.apache.camel.CamelContext context)
           
 
Method Summary
protected  org.apache.camel.Endpoint<FileExchange> createEndpoint(String uri, String remaining, Map parameters)
           
 
Methods inherited from class org.apache.camel.impl.DefaultComponent
createEndpoint, createExecutorService, doStart, doStop, getCamelContext, getExecutorService, setCamelContext, setExecutorService
 
Methods inherited from class org.apache.camel.impl.ServiceSupport
isStarted, isStopped, isStopping, start, stop
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FileComponent

public FileComponent()

FileComponent

public FileComponent(org.apache.camel.CamelContext context)
Method Detail

createEndpoint

protected org.apache.camel.Endpoint<FileExchange> createEndpoint(String uri,
                                                                 String remaining,
                                                                 Map parameters)
                                                          throws Exception
Overrides:
createEndpoint in class org.apache.camel.impl.DefaultComponent<FileExchange>
Throws:
Exception


Copyright © 2007 Apache Software Foundation. All Rights Reserved.