Package wt.federation
Class FederatedHttpResponse
java.lang.Object
wt.federation.FederatedHttpResponse
- All Implemented Interfaces:
Externalizable,Serializable
Parses and provides access to the elements of an HTTP protocol response.
Supported API: true
Extendable: false
Supported API: true
Extendable: false
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor 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
-
Constructor Details
-
FederatedHttpResponse
Constructor returning an instance that is initialized with null property values.
Supported API: true- Throws:
WTPropertyVetoException
-
FederatedHttpResponse
public FederatedHttpResponse(InputStream inputStream) throws WTPropertyVetoException, 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:
WTPropertyVetoExceptionFederationServicesException
-