org.ow2.orchestra.console.ws.client.factories.ws.interactions.impl
Class DefaultRequestResponseClientFactory

java.lang.Object
  extended by org.ow2.orchestra.console.ws.client.factories.ws.interactions.impl.DefaultRequestResponseClientFactory
All Implemented Interfaces:
RequestResponseClientFactory

public class DefaultRequestResponseClientFactory
extends Object
implements RequestResponseClientFactory

Author:
Loic Albertin

Constructor Summary
DefaultRequestResponseClientFactory()
           
DefaultRequestResponseClientFactory(com.google.gwt.event.shared.EventBus eventBus)
           
DefaultRequestResponseClientFactory(com.google.gwt.event.shared.EventBus eventBus, RequestResponsePanel requestResponsePanel)
           
 
Method Summary
 com.google.gwt.event.shared.EventBus getEventBus()
           
 RequestResponsePanel getRequestResponsePanel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultRequestResponseClientFactory

public DefaultRequestResponseClientFactory()

DefaultRequestResponseClientFactory

public DefaultRequestResponseClientFactory(com.google.gwt.event.shared.EventBus eventBus)

DefaultRequestResponseClientFactory

public DefaultRequestResponseClientFactory(com.google.gwt.event.shared.EventBus eventBus,
                                           RequestResponsePanel requestResponsePanel)
Method Detail

getRequestResponsePanel

public RequestResponsePanel getRequestResponsePanel()
Specified by:
getRequestResponsePanel in interface RequestResponseClientFactory

getEventBus

public com.google.gwt.event.shared.EventBus getEventBus()
Specified by:
getEventBus in interface RequestResponseClientFactory


Copyright © 2012 OW2 Consortium. All Rights Reserved.