Sun Adapter for Siebel EAI API
A C E G H I L P R S

A

addHTTPHeader(String, String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Adds an HTTP request header to be sent along with the next HTTP post.

C

clearHTTPHeaders() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Removes all HTTP request headers.
com.stc.connector.appconn.siebeleai - package com.stc.connector.appconn.siebeleai
 
com.stc.connector.appconn.webservice.siebeleai - package com.stc.connector.appconn.webservice.siebeleai
 
com.stc.connector.siebeleaiadapter.alerts - package com.stc.connector.siebeleaiadapter.alerts
 
com.stc.connector.siebeleaiadapter.message - package com.stc.connector.siebeleaiadapter.message
 
countHTTPWebHeaderList() - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
Gets the count of headers in the list.

E

eaiDeletePost(EAIIntegrationWebRequest) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebClientApplication
Posts Siebel messages with delete operation flag on
EAIIntegrationWebRequest - Class in com.stc.connector.appconn.webservice.siebeleai
 
EAIIntegrationWebRequest() - Constructor for class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
eaiPost(EAIWebRequest) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebClientApplication
Obtains the key used to identify the object in the application.
eaiQueryPost(EAIIntegrationWebRequest) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebClientApplication
Posts Siebel messages with query operation flag on
eaiUpsertPost(EAIIntegrationWebRequest) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebClientApplication
Posts Siebel messages with upsert operation flag on
EAIWebClientApplication - Class in com.stc.connector.appconn.webservice.siebeleai
A Web Service implementation of the Java-based SiebelEAIClientApplication class.
EAIWebClientApplication() - Constructor for class com.stc.connector.appconn.webservice.siebeleai.EAIWebClientApplication
Constructor.
EAIWebClientApplication(SiebelEAIApplicationConnection) - Constructor for class com.stc.connector.appconn.webservice.siebeleai.EAIWebClientApplication
Constructor.
EAIWebRequest - Class in com.stc.connector.appconn.webservice.siebeleai
 
EAIWebRequest() - Constructor for class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
EAIWebResult - Class in com.stc.connector.appconn.webservice.siebeleai
 
EAIWebResult() - Constructor for class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
 

G

getData() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpWebServiceRequest
 
getHeaders() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
getHeaders() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
getHTTPHeaders() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Returns all the user defined HTTP headers
getHttpReplyBody() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequestResponse
Retrieve the content used to generate the HTTP response's body.
getHttpReplyContentType() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequestResponse
Retrieve the value used to generate the HTTP response's Content-Type header.
getHttpStatusCode() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Retrieve the HTTP response status code designated for this request.
getHTTPWebHeaderList() - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
Gets an array of HTTPWebHeader.
getHTTPWebHeaderList(int) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
Gets an HTTPWebHeader at a specified index.
getHTTPWebParameterList(HTTPWebHeader[]) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
Sets an array of HTTPWebHeader.
getIntegrationObjectName() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the name of the integration object.
getIntegrationObjectName() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
getLocalizedMessage() - Method in exception com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
 
getLogin() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the login flag.
getLogin() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
getLogin() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
getLogoff() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the Logoff flag.
getLogoff() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
getLogoff() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
getMapping(String) - Method in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
 
getMessage() - Method in exception com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
 
getName() - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeader
Gets the name of the header.
getPassword() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the password.
getReply() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpWebServiceResponse
 
getReplyContentType() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpWebServiceResponse
 
getRequestData() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Retrieve the request's data as a string, using the platform's default character set to construct the string content from the original (byte) content.
getRequestData(String) - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Retrieve the request's data as a string, using the specified character set to construct the string content from the original (byte) content.
getRequestDataByteInputStream() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Obtain a byte input stream object for the request's data.
getRequestDataBytes() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Retrieve the 'raw' bytes of the request data.
getRequestDataReader() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Obtain a Reader (character stream) object for the request's data, using the default character set to translate the original (byte) content to character content.
getRequestDataReader(String) - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Obtain a Reader (character stream) object for the request's data, using the specified character set to translate the original (byte) content to character content.
getResponseCode() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the response code from the last post method execution.
getResponseCode() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
 
getResponseHeaderString() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the value of the response header from the last post method execution.
getResponseMessage() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
 
getResultData() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the value of the result data from the last post method execution.
getSiebelUrl() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the URL.
getSource() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
getSource() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
getSWEExtCmd() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the command for SWEExtCmd.
getSWEExtData() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the data for SWEExtData.
getSWEExtSource() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the source for SWEExtSource.
getTagSiebelExecuteDeletePrefix() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the Siebel Execute Delete Prefix.
getTagSiebelExecuteQueryPagePrefix() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the Siebel Execute Upsert Prefix.
getTagSiebelExecuteQueryPrefix() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the Siebel Execute Query Prefix.
getTagSiebelExecuteUpsertPrefix() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the Siebel Execute Upsert Prefix.
getTagSiebelMsgSuffix() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the Siebel message suffix.
getTextResult() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
 
getUsername() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the user name.
getValue() - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeader
Gets the value of the header.
getXmlData() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Gets the XML data.
getXmlData() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
getXmlData() - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 

H

HTTPWebHeader - Class in com.stc.connector.appconn.webservice.siebeleai
 
HTTPWebHeader() - Constructor for class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeader
Default constructor.
HTTPWebHeaderList - Class in com.stc.connector.appconn.webservice.siebeleai
Header list wrapper.
HTTPWebHeaderList() - Constructor for class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
Creates a new instance of HTTPWebHeaderList

I

ISiebelEAIHttpRequest - Interface in com.stc.connector.siebeleaiadapter.message
Object Type Definition for HTTP incoming requests for EAI transactions.
ISiebelEAIHttpRequestResponse - Interface in com.stc.connector.siebeleaiadapter.message
Object Type Definition for response messages.
ISiebelEAIHttpWebServiceRequest - Interface in com.stc.connector.siebeleaiadapter.message
EAIServiceRequest message type (Business Process).
ISiebelEAIHttpWebServiceResponse - Interface in com.stc.connector.siebeleaiadapter.message
EAIServiceResponse message type (Business Process).

L

login() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sends the ExecuteLogin command to the Siebel web engine.
logoff() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sends the ExecuteLogoff command to the Siebel web engine.

P

persist(DataOutput) - Method in exception com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
Persists (serializes) this structure.
persist(DataOutput) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
Persists (serializes) this structure.
persist(DataOutput) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
Persists (serializes) this structure.
persist(DataOutput) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
Persists (serializes) this structure.
persist(DataOutput) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeader
Persists (serialize) this message.
persist(DataOutput) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
Persists (serialize) this message.
postSiebelForm() - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Performs an HTTP POST to the Siebel web engine.

R

removeHTTPHeader(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Removes an HTTP request header.
respond() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Direct a HTTP response for the request to be sent now.
restore(DataInput) - Method in exception com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeader
Restore (deserialize) this message.
restore(DataInput) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
Restore (deserialize) this message.

S

setData(String) - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpWebServiceRequest
 
setHeaders(HTTPWebHeaderList) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
setHeaders(HTTPWebHeaderList) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
setHttpBadRequestStatusCode() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Indicate that the HTTP response for the request should be status code 400, to indicate that the request is 'bad' (e.g., syntactically or structurally incorrect).
setHttpInternalErrorStatusCode() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Indicate that the HTTP response for the request should be status code 500, to indicate the request could not be processed due to an internal error.
setHttpOkStatusCode() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Indicate that the HTTP response for the request should be status code 200, to indicate a successful request.
setHttpReplyBody(String) - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequestResponse
Specify the content of the HTTP response's body.
setHttpReplyContentType(String) - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequestResponse
Specify the value of the HTTP response's Content-Type header.
setHttpServiceNotAvailableStatusCode() - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Indicate that the HTTP response for the request should be status code 503, to indicate a temporary inability to process the request.
setHttpStatusCode(int) - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpRequest
Indicate the HTTP response status code to send back for the request.
setHTTPWebHeaderList(int, HTTPWebHeader) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeaderList
Sets an HTTPWebHeader at a specified index.
setIntegrationObjectName(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the name of the integration object.
setIntegrationObjectName(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
setLocalizedMessage(String) - Method in exception com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
 
setLogin(boolean) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the login flag.
setLogin(boolean) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
setLogin(boolean) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
setLogoff(boolean) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the logoff flag.
setLogoff(boolean) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
setLogoff(boolean) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
setMessage(String) - Method in exception com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
 
setName(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeader
Sets the name of the header.
setPassword(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the password.
setReply(String) - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpWebServiceResponse
 
setReplyContentType(String) - Method in interface com.stc.connector.siebeleaiadapter.message.ISiebelEAIHttpWebServiceResponse
 
setResponseCode(int) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
 
setResponseMessage(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
 
setSiebelUrl(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the URL.
setSource(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
setSource(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
setSWEExtCmd(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the SWEExtCmd
setSWEExtData(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the data for SWEExtData.
setSWEExtSource(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the source for SWEExtSource.
setTextResult(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebResult
 
setUsername(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the user name.
setValue(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.HTTPWebHeader
Sets the value of the header.
setXmlData(String) - Method in interface com.stc.connector.appconn.siebeleai.SiebelEAIClientApplication
Sets the XML data.
setXmlData(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIIntegrationWebRequest
 
setXmlData(String) - Method in class com.stc.connector.appconn.webservice.siebeleai.EAIWebRequest
 
SiebelEAIAlertCodes - Class in com.stc.connector.siebeleaiadapter.alerts
 
SiebelEAIAlertCodes() - Constructor for class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
 
SiebelEAIApplicationException - Exception in com.stc.connector.appconn.siebeleai
Exception class for Siebel EAI application.
SiebelEAIApplicationException() - Constructor for exception com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
Creates a new instance of SiebelEAIApplicationException without detail message.
SiebelEAIApplicationException(String) - Constructor for exception com.stc.connector.appconn.siebeleai.SiebelEAIApplicationException
Constructs an instance of SiebelEAIApplicationException with the specified detail message.
SiebelEAIClientApplication - Interface in com.stc.connector.appconn.siebeleai
Siebel EAI Application interface.
SIEBELEAIEWAY_CONNECTION_FAILED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay HTTP post related fail alerts
SIEBELEAIEWAY_LOGIN_FAILED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay receive fail alert
SIEBELEAIEWAY_LOGOFF_FAILED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay check email fail alert
SIEBELEAIEWAY_POSTFORM_FAILED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay send fail alert
SIEBELEAIEWAY_PROCESS_REQUEST_FAILED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay process-request fail alert
SIEBELEAIEWAY_RUNNING - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay running status code.
SIEBELEAIEWAY_STARTED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay started status code.
SIEBELEAIEWAY_STOPPED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay stopped status code.
SIEBELEAIEWAY_STOPPING - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay stopping status code.
SIEBELEAIEWAY_SUSPENDED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay suspended status code.
SIEBELEAIEWAY_SUSPENDING - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay suspending status code.
SIEBELEAIEWAY_URL_FAILED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay invalid URL fail alert
SIEBELEAIWAY_POST_FAILED - Static variable in class com.stc.connector.siebeleaiadapter.alerts.SiebelEAIAlertCodes
SIEBELEAI eWay POST fail alert

A C E G H I L P R S
Sun Adapter for Siebel EAI API

Copyright © 2008 Sun Microsystems, Inc. All Rights Reserved.