wt.federation
Class FederatedHttpResponse

java.lang.Object
  extended by wt.federation.FederatedHttpResponse
All Implemented Interfaces:
Externalizable, Serializable

public class FederatedHttpResponse
extends Object
implements Externalizable

Parses and provides access to the elements of an HTTP protocol response.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
FederatedHttpResponse()
          Constructor returning an instance that is initialized with null property values.
FederatedHttpResponse(InputStream inputStream)
          Constructor returning an instance initialized to the results of parsing an HTTP protocol response read from a specified input stream.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FederatedHttpResponse

public FederatedHttpResponse()
                      throws WTPropertyVetoException
Constructor returning an instance that is initialized with null property values.

Supported API: true

Throws:
WTPropertyVetoException

FederatedHttpResponse

public FederatedHttpResponse(InputStream inputStream)
                      throws WTPropertyVetoException,
                             wt.federation.FederationServicesException
Constructor returning an instance initialized to the results of parsing an HTTP protocol response read from a specified input stream.

Supported API: true

Parameters:
inputStream -
Throws:
WTPropertyVetoException
wt.federation.FederationServicesException