com.webify.fabric.event.remote
Class EventConsumerServiceAdapter

java.lang.Object
  extended by com.webify.fabric.event.remote.EventConsumerServiceAdapter
All Implemented Interfaces:
EventConsumerService

public class EventConsumerServiceAdapter
extends java.lang.Object
implements EventConsumerService

Default implementation of the EventConsumerService Web service interface that maps the XmlBeans ManagementEvent type to the Event API ManagementEvent bean and calls an instance of the EventConsumer interface.

Version:
$Revision: $
Author:
msanchez

Constructor Summary
EventConsumerServiceAdapter()
           
 
Method Summary
 void notify(NotifyDocument notify)
           
 void setEventConsumer(EventConsumer consumer)
           
 void setEventFactory(EventFactory eventFactory)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EventConsumerServiceAdapter

public EventConsumerServiceAdapter()
Method Detail

notify

public void notify(NotifyDocument notify)
Specified by:
notify in interface EventConsumerService

setEventConsumer

public void setEventConsumer(EventConsumer consumer)

setEventFactory

public void setEventFactory(EventFactory eventFactory)


Copyright © 2002-2009 IBM. All Rights Reserved.