org.resilientedge.jockey.servicebridge
Class SBServiceResponse
java.lang.Object
|
+--org.resilientedge.jockey.servicebridge.SBServiceResponse
- public class SBServiceResponse
- extends java.lang.Object
Contains a service invocation response with the success or error result.
- Version:
- $Revision: 1.1.1.1 $
- Author:
- John Gardner
Method Summary |
java.lang.String |
getFault()
Gets the string containing the error, if any. |
java.lang.Object |
getResponse()
Returns the object that was returned by the service invocation, if any. |
void |
setFault(java.lang.String newValue)
Sets the string containing the error, if any. |
void |
setResponse(java.lang.Object newValue)
Sets the object to be returned from the service invocation. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SBServiceResponse
public SBServiceResponse()
getFault
public java.lang.String getFault()
- Gets the string containing the error, if any.
setFault
public void setFault(java.lang.String newValue)
- Sets the string containing the error, if any.
getResponse
public java.lang.Object getResponse()
- Returns the object that was returned by the service invocation, if any.
setResponse
public void setResponse(java.lang.Object newValue)
- Sets the object to be returned from the service invocation.
Copyright © 2001 Resilient Edge, Inc. All Rights Reserved.