com.ibm.bpc.clientcore

Interface MessageWrapper


  1. public interface MessageWrapper
The MessageWrapper interface is used to wrap Service Data Objects (SDO) and their Web client settings.

Field Summary

Modifier and Type Field and Description
  1. static
  2. java.lang.String
COPYRIGHT
(C) Copyright IBM Corporation 2005.

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getContextRoot()
Returns the context root for the customized JSP.
  1. java.lang.String
getFaultName()
Returns the fault name.
  1. java.lang.Object
getMessage()
Returns the message.
  1. java.lang.String
getUrl()
Returns the URL of the customized JSP.
  1. void
setContextRoot(java.lang.String contextRoot)
Sets the context root for the customized JSP.
  1. void
setFaultName(java.lang.String faultName)
Sets the fault name.
  1. void
setMessage(java.lang.Object message)
Sets the message.
  1. void
setUrl(java.lang.String url)
Sets the URL of the customized JSP.

Field Detail

  1. static final java.lang.String COPYRIGHT
(C) Copyright IBM Corporation 2005.
See Also:

Method Detail

getContextRoot

  1. java.lang.String getContextRoot( )
Returns the context root for the customized JSP.
Returns:
The context root.

setContextRoot

  1. void setContextRoot(java.lang.String contextRoot)
Sets the context root for the customized JSP.
Parameters:
contextRoot - The context root.

getUrl

  1. java.lang.String getUrl()
Returns the URL of the customized JSP.
Returns:
The URL.

setUrl

  1. void setUrl(java.lang.String url)
Sets the URL of the customized JSP.
Parameters:
url - The URL.

getMessage

  1. java.lang.Object getMessage()
Returns the message.
Returns:
The message.

setMessage

  1. void setMessage(java.lang.Object message)
Sets the message.
Parameters:
message - The message.

getFaultName

  1. java.lang.String getFaultName()
Returns the fault name.
Returns:
The fault name.

setFaultName

  1. void setFaultName(java.lang.String faultName)
Sets the fault name.
Parameters:
faultName - The fault name.