com.openshift.internal.client.response
Class OpenShiftJsonDTOFactory
java.lang.Object
  
com.openshift.internal.client.response.OpenShiftJsonDTOFactory
- All Implemented Interfaces: 
 - IRestResponseFactory
 
public class OpenShiftJsonDTOFactory
- extends Object
- implements IRestResponseFactory
  
A factory for creating DTO objects.
- Author:
 
  - Xavier Coulon, Andre Dietisheim
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
OpenShiftJsonDTOFactory
public OpenShiftJsonDTOFactory()
get
public RestResponse get(String json)
                 throws OpenShiftException
- Description copied from interface: 
IRestResponseFactory 
- Returns a 
RestResponse instance for a given rest response string.
- Specified by:
 get in interface IRestResponseFactory
 
- Returns:
 - RestResponse instance
 - Throws:
 OpenShiftException- See Also:
 RestResponse
 
 
Copyright © 2014 JBoss, a division of Red Hat, Inc.. All Rights Reserved.