org.apache.uima.camel
Class UimaAsEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint
      extended by org.apache.uima.camel.UimaAsEndpoint
All Implemented Interfaces:
org.apache.camel.CamelContextAware, org.apache.camel.Endpoint, org.apache.camel.IsSingleton

public class UimaAsEndpoint
extends org.apache.camel.impl.DefaultEndpoint

Represent the UIMA-AS camel driver endpoint.


Constructor Summary
UimaAsEndpoint(String uri, String brokerAddress, UimaAsComponent component)
           
 
Method Summary
 void configureProperties(Map options)
           
 org.apache.camel.Consumer createConsumer(org.apache.camel.Processor arg0)
           
 org.apache.camel.Producer createProducer()
           
 boolean isSingleton()
           
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
createEndpointUri, createExchange, createExchange, createExchange, createPollingConsumer, equals, getCamelContext, getComponent, getEndpointKey, getEndpointUri, getExchangePattern, getExchangeType, hashCode, isLenientProperties, setCamelContext, setEndpointUri, setEndpointUriIfNotSpecified, setExchangePattern, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UimaAsEndpoint

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

configureProperties

public void configureProperties(Map options)
Specified by:
configureProperties in interface org.apache.camel.Endpoint
Overrides:
configureProperties in class org.apache.camel.impl.DefaultEndpoint

createConsumer

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

createProducer

public org.apache.camel.Producer createProducer()
                                         throws Exception
Throws:
Exception

isSingleton

public boolean isSingleton()


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