org.talend.esb.sam.agent.serviceclient
Class EventMapper
java.lang.Object
org.talend.esb.sam.agent.serviceclient.EventMapper
public final class EventMapper
- extends Object
The Class EventMapper using for mapping and converting events.
|
Method Summary |
static org.talend.esb.sam._2011._03.common.EventType |
map(org.talend.esb.sam.common.event.Event event)
convert Event bean to EventType manually. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
map
public static org.talend.esb.sam._2011._03.common.EventType map(org.talend.esb.sam.common.event.Event event)
- convert Event bean to EventType manually.
- Parameters:
event - the event
- Returns:
- the event type
Copyright © 2011-2012 Talend Inc.. All Rights Reserved.