org.apache.camel.component.salesforce.internal.streaming
Class PushTopicHelper

java.lang.Object
  extended by org.apache.camel.component.salesforce.internal.streaming.PushTopicHelper

public class PushTopicHelper
extends Object


Constructor Summary
PushTopicHelper(SalesforceEndpointConfig config, String topicName, RestClient restClient)
           
 
Method Summary
 void createOrUpdateTopic()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushTopicHelper

public PushTopicHelper(SalesforceEndpointConfig config,
                       String topicName,
                       RestClient restClient)
Method Detail

createOrUpdateTopic

public void createOrUpdateTopic()
                         throws org.apache.camel.CamelException
Throws:
org.apache.camel.CamelException


Apache Camel