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