GaraServiceReply (Java Globus API)

org.globus.gara.internal
Class GaraServiceReply

java.lang.Object
  |
  +--org.globus.util.http.HttpResponse
        |
        +--org.globus.gara.internal.GaraServiceReply

public class GaraServiceReply
extends HttpResponse


Field Summary
 java.lang.String contact_string
           
 int error
           
 java.lang.String reservation_handle
           
 int status
           
 
Fields inherited from class org.globus.util.http.HttpResponse
charsRead, chunked, connection, contentLength, contentType, httpCode, httpMsg, httpType, input, server
 
Constructor Summary
GaraServiceReply(java.io.InputStream in)
           
 
Method Summary
 java.lang.String toString()
          Generates a string representation of the http header
 
Methods inherited from class org.globus.util.http.HttpResponse
getRest, parseHttp, readLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

status

public int status

error

public int error

contact_string

public java.lang.String contact_string

reservation_handle

public java.lang.String reservation_handle
Constructor Detail

GaraServiceReply

public GaraServiceReply(java.io.InputStream in)
                 throws java.io.IOException
Method Detail

toString

public java.lang.String toString()
Description copied from class: HttpResponse
Generates a string representation of the http header

Overrides:
toString in class HttpResponse
Returns:
String a string representation of the http header