Uses of Class
wt.federation.FederatedHttpResponse

Packages that use FederatedHttpResponse
wt.federation

The federation service (wt.federation package) provides functionality to create and manage proxy objects of remote systems and perform utility functions supporting the federation system. 

 

Uses of FederatedHttpResponse in wt.federation
 

Methods in wt.federation that return FederatedHttpResponse
static FederatedHttpResponse FederationUtilities.executeHTTPRequest(String method, String urlString, FederatedHttpBodyPart payload)
          Deprecated. See FederationServiceSvr.
 FederatedHttpResponse FederatedHttpConnection.executeRequest()
          Executes an HTTP request using a previously specified URL and method, and returns the MIME object received as a result.
 FederatedHttpResponse FederatedHttpConnection.executeRequest(URL url, String method)
          Executes an HTTP request using the specified URL and method, and returns the MIME object received as a result.
 FederatedHttpResponse FederatedHttpConnection.executeRequest(URL url)
          Executes an HTTP request using the specified URL and a previously specified method, and returns the MIME object received as a result.
static FederatedHttpResponse FederationUtilities.executeHTTPRequest(String method, String urlString, FederatedHttpBodyPart payload)
          Deprecated. See FederationServiceSvr.
 FederatedHttpResponse FederatedHttpConnection.executeRequest()
          Executes an HTTP request using a previously specified URL and method, and returns the MIME object received as a result.
 FederatedHttpResponse FederatedHttpConnection.executeRequest(URL url, String method)
          Executes an HTTP request using the specified URL and method, and returns the MIME object received as a result.
 FederatedHttpResponse FederatedHttpConnection.executeRequest(URL url)
          Executes an HTTP request using the specified URL and a previously specified method, and returns the MIME object received as a result.
 

Methods in wt.federation with parameters of type FederatedHttpResponse
protected  boolean FederatedHttpResponse.readVersion(FederatedHttpResponse thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
protected  boolean FederatedHttpResponse.readVersion(FederatedHttpResponse thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.