?? bcbindingstub.java
字號:
package jgd.ebridgechina.bizComp;
import com.sforce.soap.enterprise.*;
/**
* Artifact of binding stub, used by Class who need binding stub through
* the whole creation cycle. Please pay attention to this: during the whole
* communication process for transmission, whatever model you use, for example,
* bcLogin,bcNewLead,bcOpportunity,convertNewLeadToOpportunity,createNewLead,
* createNewOpportunity,etc,should use the same bcBindingStub Class!
*
* @author guowei
*
*/
public class bcBindingStub {
//Internal Sf SoapBindingStub
public SoapBindingStub sbs;
/*
private SoapBindingStub sbs;
public void setBinding(SoapBindingStub binding){
this.sbs = binding;
}
public SoapBindingStub getBinding(){
return this.sbs;
}
*/
/**
* To initialize bcBindingStub by default.
*
*/
public bcBindingStub(){
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -