org.ow2.orchestra.console.ws.client.presenters.ws.interactions
Class RequestResponsePresenter

java.lang.Object
  extended by org.ow2.orchestra.console.ws.client.presenters.ws.interactions.RequestResponsePresenter
All Implemented Interfaces:
RequestResponsePanel.Presenter

public class RequestResponsePresenter
extends Object
implements RequestResponsePanel.Presenter

Author:
Loic Albertin

Constructor Summary
RequestResponsePresenter(com.google.gwt.event.shared.EventBus eventBus, RequestResponsePanel requestResponsePanel)
           
 
Method Summary
 void generateRequest(String key, ActivityEndpoint wsdlOperation)
           
 void handleOpenOperation(ActivityEndpoint wsdlOperation)
           
 void sendRequest(String key, SoapRequest request)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RequestResponsePresenter

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

handleOpenOperation

public void handleOpenOperation(ActivityEndpoint wsdlOperation)
Specified by:
handleOpenOperation in interface RequestResponsePanel.Presenter

generateRequest

public void generateRequest(String key,
                            ActivityEndpoint wsdlOperation)
Specified by:
generateRequest in interface RequestResponsePanel.Presenter

sendRequest

public void sendRequest(String key,
                        SoapRequest request)
Specified by:
sendRequest in interface RequestResponsePanel.Presenter


Copyright © 2012 OW2 Consortium. All Rights Reserved.