org.yestech.event.event
Interface ICamelEvent

All Superinterfaces:
IEvent, Serializable
All Known Implementing Classes:
BaseCamelEvent

public interface ICamelEvent
extends IEvent

Interface for all camel based events. If the caller would like to get the Raw camel Exchange as the result the event must contain the EventResultType with a class of Exchange.

See Also:
EventResultType

Method Summary
 String getDefaultEndPointUri()
           
 void setDefaultEndPointUri(String uri)
          Sets the entry point into the camel route.
 
Methods inherited from interface org.yestech.event.event.IEvent
getEventName
 

Method Detail

getDefaultEndPointUri

String getDefaultEndPointUri()

setDefaultEndPointUri

void setDefaultEndPointUri(String uri)
Sets the entry point into the camel route.

Parameters:
uri - The URI for the camel route to set as default route.


Copyright © 2010 YES Technology Association. All Rights Reserved.