com.ibm.bpc.clientcore
Interface MessageWrapper
- public interface MessageWrapper
MessageWrapper
interface is used to wrap Service Data Objects (SDO) and their Web client settings.
Field Summary
Modifier and Type | Field and Description |
---|---|
|
COPYRIGHT
(C) Copyright IBM Corporation 2005.
|
Method Summary
Modifier and Type | Method and Description |
---|---|
|
getContextRoot()
Returns the context root for the customized JSP.
|
|
getFaultName()
Returns the fault name.
|
|
getMessage()
Returns the message.
|
|
getUrl()
Returns the URL of the customized JSP.
|
|
setContextRoot(java.lang.String contextRoot)
Sets the context root for the customized JSP.
|
|
setFaultName(java.lang.String faultName)
Sets the fault name.
|
|
setMessage(java.lang.Object message)
Sets the message.
|
|
setUrl(java.lang.String url)
Sets the URL of the customized JSP.
|
Field Detail
COPYRIGHT
- static final java.lang.String COPYRIGHT
(C) Copyright IBM Corporation 2005.
See Also:
Method Detail
getContextRoot
- java.lang.String getContextRoot( )
Returns the context root for the customized JSP.
Returns:
The context root.
setContextRoot
- void setContextRoot(java.lang.String contextRoot)
Sets the context root for the customized JSP.
Parameters:
contextRoot
- The context root. getUrl
- java.lang.String getUrl()
Returns the URL of the customized JSP.
Returns:
The URL.
setUrl
- void setUrl(java.lang.String url)
Sets the URL of the customized JSP.
Parameters:
url
- The URL. getMessage
- java.lang.Object getMessage()
Returns the message.
Returns:
The message.
setMessage
- void setMessage(java.lang.Object message)
Sets the message.
Parameters:
message
- The message. getFaultName
- java.lang.String getFaultName()
Returns the fault name.
Returns:
The fault name.
setFaultName
- void setFaultName(java.lang.String faultName)
Sets the fault name.
Parameters:
faultName
- The fault name.