com.ibm.soa.parlayx21.common
Class ServiceError
java.lang.Object
com.ibm.soa.parlayx21.common.ServiceError
- All Implemented Interfaces:
- java.io.Serializable
public class ServiceError
- extends java.lang.Object
- implements java.io.Serializable
The service error structure provides error information. Some of the services that process requests for both single addresses and group of addresses return a fault message for the single request, and a data item for the group response. This data structure allows the data item returned for a group response to contain the same level of information as the fault message response.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServiceError
public ServiceError()
getMessageId
public java.lang.String getMessageId()
setMessageId
public void setMessageId(java.lang.String messageId)
getText
public java.lang.String getText()
setText
public void setText(java.lang.String text)
getVariables
public java.lang.String[] getVariables()
setVariables
public void setVariables(java.lang.String[] variables)
getVariables
public java.lang.String getVariables(int i)
setVariables
public void setVariables(int i,
java.lang.String value)
Copyright © 2003 IBM Corp. All Rights Reserved.