com.ibm.bpc.clientcore
Interface MessageWrapper


public interface MessageWrapper

MessageWrapper is used to wrap Service Data Objects (SDO) and their Web client setting.


Field Summary
static java.lang.String COPYRIGHT
          (C) Copyright IBM Corporation 2005.
 
Method Summary
 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.
 

Field Detail

COPYRIGHT

public static final java.lang.String COPYRIGHT
(C) Copyright IBM Corporation 2005.

See Also:
Constant Field Values
Method Detail

getContextRoot

public java.lang.String getContextRoot()
Returns the context root for the customized JSP.

Returns:
The context root.

setContextRoot

public void setContextRoot(java.lang.String contextRoot)
Sets the context root for the customized JSP.

Parameters:
contextRoot - The context root.

getUrl

public java.lang.String getUrl()
Returns the URL of the customized JSP.

Returns:
The URL.

setUrl

public void setUrl(java.lang.String url)
Sets the URL of the customized JSP.

Parameters:
url - The URL.

getMessage

public java.lang.Object getMessage()
Returns the message.

Returns:
The message.

setMessage

public void setMessage(java.lang.Object message)
Sets the message.

Parameters:
message - The message.

getFaultName

public java.lang.String getFaultName()
Returns the fault name.

Returns:
The fault name.

setFaultName

public void setFaultName(java.lang.String faultName)
Sets the fault name.

Parameters:
faultName - The fault name.