com.tibco.bpm.web.client.services.client.org
Class ChannelBusClientService
java.lang.Object
com.tibco.bpm.web.client.services.client.org.OrgBrowserClientService
com.tibco.bpm.web.client.services.client.org.ChannelBusClientService
public class ChannelBusClientService
- extends OrgBrowserClientService
GWT Client Service for ChannelBusRESTService
©2014 TIBCO Software Inc.
- Since:
- 3.0
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ChannelBusClientService
public ChannelBusClientService()
getInstance
public static ChannelBusClientService getInstance()
listChannelTypes
public void listChannelTypes(java.lang.String channelImplementationType,
com.google.gwt.user.client.rpc.AsyncCallback<ListChannelTypesResponse> callback)
- Parameters:
channelImplementationType - e.g. Pull or Pushcallback -
getPresentationChannel
public void getPresentationChannel(java.lang.String channelId,
java.lang.String channelType,
com.google.gwt.user.client.rpc.AsyncCallback<GetPresentationChannelResponse> callback)
- TODO Describe this method
- Parameters:
channelId - e.g openspaceGWTPull_DefaultChannel or can be nullchannelType - e.g. openspaceChannel or can be nullcallback -
Copyright © 2015 TIBCO Software Inc. All Rights Reserved.