|
Sun Adapter for Siebel EAI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.appconn.webservice.siebeleai.EAIWebClientApplication
public class EAIWebClientApplication
A Web Service implementation of the Java-based SiebelEAIClientApplication class.
SiebelEAIClientApplication| Constructor Summary | |
|---|---|
EAIWebClientApplication()
Constructor. |
|
EAIWebClientApplication(SiebelEAIApplicationConnection appConn)
Constructor. |
|
| Method Summary | |
|---|---|
EAIWebResult |
eaiDeletePost(EAIIntegrationWebRequest webRequest)
Posts Siebel messages with delete operation flag on |
EAIWebResult |
eaiPost(EAIWebRequest webRequest)
Obtains the key used to identify the object in the application. |
EAIWebResult |
eaiQueryPost(EAIIntegrationWebRequest webRequest)
Posts Siebel messages with query operation flag on |
EAIWebResult |
eaiUpsertPost(EAIIntegrationWebRequest webRequest)
Posts Siebel messages with upsert operation flag on |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public EAIWebClientApplication()
public EAIWebClientApplication(SiebelEAIApplicationConnection appConn)
throws SiebelEAIApplicationException
appConn - The application connection.
SiebelEAIApplicationException - upon error.| Method Detail |
|---|
public EAIWebResult eaiPost(EAIWebRequest webRequest)
throws SiebelEAIApplicationException
webRequest - The webRequest.
SiebelEAIApplicationException - upon error.
public EAIWebResult eaiUpsertPost(EAIIntegrationWebRequest webRequest)
throws SiebelEAIApplicationException
webRequest - The webRequest.
SiebelEAIApplicationException - upon error.
public EAIWebResult eaiDeletePost(EAIIntegrationWebRequest webRequest)
throws SiebelEAIApplicationException
webRequest - The webRequest.
SiebelEAIApplicationException - upon error.
public EAIWebResult eaiQueryPost(EAIIntegrationWebRequest webRequest)
throws SiebelEAIApplicationException
webRequest - The webRequest.
SiebelEAIApplicationException - upon error.
|
Sun Adapter for Siebel EAI API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||