org.yestech.event.event
Class BaseCamelEvent<TYPE>
java.lang.Object
org.yestech.event.event.BaseEvent<TYPE>
org.yestech.event.event.BaseCamelEvent<TYPE>
- All Implemented Interfaces:
- Serializable, ICamelEvent, IEvent
public abstract class BaseCamelEvent<TYPE>
- extends BaseEvent<TYPE>
- implements ICamelEvent
- See Also:
- Serialized Form
BaseCamelEvent
protected BaseCamelEvent()
BaseCamelEvent
protected BaseCamelEvent(TYPE type)
getDefaultEndPointUri
public String getDefaultEndPointUri()
- Specified by:
getDefaultEndPointUri in interface ICamelEvent
setDefaultEndPointUri
public void setDefaultEndPointUri(String uri)
- Description copied from interface:
ICamelEvent
- Sets the entry point into the camel route.
- Specified by:
setDefaultEndPointUri in interface ICamelEvent
- Parameters:
uri - The URI for the camel route to set as default route.
Copyright © 2010 YES Technology Association. All Rights Reserved.