OpenShift Java Client 2.5.0.Final

com.openshift.internal.client.response
Interface IRestResponseFactory

All Known Implementing Classes:
OpenShiftJsonDTOFactory

public interface IRestResponseFactory


Method Summary
 RestResponse get(String restResponse)
          Returns a RestResponse instance for a given rest response string.
 

Method Detail

get

RestResponse get(String restResponse)
                 throws OpenShiftException
Returns a RestResponse instance for a given rest response string.

Parameters:
rest - response string
Returns:
RestResponse instance
Throws:
OpenShiftException
See Also:
RestResponse

OpenShift Java Client 2.5.0.Final

Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.