org.openorb.notify
public final class EventTranslator extends Object
Method Summary | |
---|---|
static StructuredEvent | translateAnyToStructured(Any anyEvent)
Translate an Any event to a Structured event |
static Property[] | translateAnyToTyped(Any anyEvent)
Translate an Any event to a Typed event |
static Any | translateStructuredToAny(StructuredEvent structEvent, ORB orb)
Translate a Structured event to an Any event |
static Property[] | translateStructuredToTyped(StructuredEvent structEvent)
Translate a Structured event to a Typed event |
static Any | translateTypedToAny(Property[] typedEvent, ORB orb)
Translate a Typed event to an Any event |
static StructuredEvent | translateTypedToStructured(Property[] typedEvent, ORB orb)
Translate a Typed event to a Structured event |