org.apache.camel.component.bean
Class BeanEndpoint

java.lang.Object
  extended by org.apache.camel.impl.DefaultEndpoint<org.apache.camel.component.pojo.PojoExchange>
      extended by org.apache.camel.component.pojo.PojoEndpoint
          extended by org.apache.camel.component.bean.BeanEndpoint
All Implemented Interfaces:
org.apache.camel.Endpoint<org.apache.camel.component.pojo.PojoExchange>

public class BeanEndpoint
extends org.apache.camel.component.pojo.PojoEndpoint

Version:
$Revision: 1.1 $

Constructor Summary
BeanEndpoint(String uri, BeanComponent component, String pojoName)
           
 
Method Summary
 BeanComponent getBeanComponent()
           
protected  Object lookupService()
           
 
Methods inherited from class org.apache.camel.component.pojo.PojoEndpoint
createConsumer, createExchange, createProducer, getPojo, getPojoComponent, getPojoName, invoke, isSingleton, setPojo
 
Methods inherited from class org.apache.camel.impl.DefaultEndpoint
convertTo, createExchange, createExecutorService, createPollingConsumer, equals, getComponent, getContext, getEndpointUri, getExchangeType, getExecutorService, hashCode, setExecutorService, toExchangeType, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanEndpoint

public BeanEndpoint(String uri,
                    BeanComponent component,
                    String pojoName)
Method Detail

getBeanComponent

public BeanComponent getBeanComponent()

lookupService

protected Object lookupService()
Overrides:
lookupService in class org.apache.camel.component.pojo.PojoEndpoint


Copyright © 2007 Apache Software Foundation. All Rights Reserved.