org.apache.uima.camel
Class UimaAsEndpoint

java.lang.Object
  extended by 
      extended by org.apache.uima.camel.UimaAsEndpoint

public class UimaAsEndpoint
extends

Represent the UIMA-AS camel driver endpoint.


Constructor Summary
UimaAsEndpoint(String uri, String brokerAddress, UimaAsComponent component)
           
 
Method Summary
 void configureProperties(Map options)
           
  createConsumer(org.apache.camel.Processor arg0)
           
  createProducer()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UimaAsEndpoint

public UimaAsEndpoint(String uri,
                      String brokerAddress,
                      UimaAsComponent component)
Method Detail

configureProperties

public void configureProperties(Map options)

createConsumer

public  createConsumer(org.apache.camel.Processor arg0)
                     throws Exception
Throws:
Exception

createProducer

public  createProducer()
                     throws Exception
Throws:
Exception

isSingleton

public boolean isSingleton()


Copyright © 2006-2011 The Apache Software Foundation. All Rights Reserved.