Uses of Class
atg.svc.clicktoconnect.C2CTools

Packages that use C2CTools
atg.svc.clicktoconnect   
 

Uses of C2CTools in atg.svc.clicktoconnect
 

Fields in atg.svc.clicktoconnect declared as C2CTools
protected  C2CTools AuthenticationServlet.mC2CTools
           
protected  C2CTools C2CEnvironmentInitialization.mC2CTools
           
protected  C2CTools C2CRequestInitialization.mC2CTools
           
protected  C2CTools C2CServiceEnvironmentMonitor.mC2CTools
           
protected  C2CTools C2CStartNewCall.mC2CTools
           
protected  C2CTools C2CWebServiceManager.mC2CTools
           
protected  C2CTools C2CWebServiceParser.mC2CTools
           
 

Methods in atg.svc.clicktoconnect that return C2CTools
 C2CTools AuthenticationServlet.getC2CTools()
          get C2CTools
 C2CTools C2CEnvironmentInitialization.getC2CTools()
          Returns a reference to the click to connect tools component
 C2CTools C2CRequestInitialization.getC2CTools()
          Returns a reference to the click to connect tools component
 C2CTools C2CServiceEnvironmentMonitor.getC2CTools()
          Returns a reference to the click to connect tools component
 C2CTools C2CStartNewCall.getC2CTools()
          Returns a reference to the click to connect tools component
 C2CTools C2CWebServiceManager.getC2CTools()
          Returns a reference to the click to connect tools component
 C2CTools C2CWebServiceParser.getC2CTools()
          Returns a reference to the click to connect tools component.
 

Methods in atg.svc.clicktoconnect with parameters of type C2CTools
 void AuthenticationServlet.setC2CTools(C2CTools pTools)
          set C2CTools
 void C2CEnvironmentInitialization.setC2CTools(C2CTools pTools)
           
 void C2CRequestInitialization.setC2CTools(C2CTools pTools)
           
 void C2CServiceEnvironmentMonitor.setC2CTools(C2CTools pTools)
           
 void C2CStartNewCall.setC2CTools(C2CTools pTools)
           
 void C2CWebServiceManager.setC2CTools(C2CTools pTools)
          Sets the component C2CTools
 void C2CWebServiceParser.setC2CTools(C2CTools pTools)
          Sets the component C2CTools.