com.espertech.esper.event
Class EventBeanFactoryXML

java.lang.Object
  extended by com.espertech.esper.event.EventBeanFactoryXML
All Implemented Interfaces:
EventBeanFactory

public class EventBeanFactoryXML
extends java.lang.Object
implements EventBeanFactory


Constructor Summary
EventBeanFactoryXML(EventType type, EventAdapterService eventAdapterService)
           
 
Method Summary
 java.lang.Class getUnderlyingType()
          Returns the type of the underlying class expected for successful wrapping.
 EventBean wrap(java.lang.Object underlying)
          Wraps the underlying event object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventBeanFactoryXML

public EventBeanFactoryXML(EventType type,
                           EventAdapterService eventAdapterService)
Method Detail

wrap

public EventBean wrap(java.lang.Object underlying)
Description copied from interface: EventBeanFactory
Wraps the underlying event object.

Specified by:
wrap in interface EventBeanFactory
Parameters:
underlying - event to wrap
Returns:
event bean

getUnderlyingType

public java.lang.Class getUnderlyingType()
Description copied from interface: EventBeanFactory
Returns the type of the underlying class expected for successful wrapping.

Specified by:
getUnderlyingType in interface EventBeanFactory
Returns:
underlying type expected

© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com