org.kie.services.client.serialization.jaxb.rest
Class AbstractJaxbResponse
java.lang.Object
org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
- Direct Known Subclasses:
- AbstractJaxbCommandResponse, JaxbGenericResponse, JaxbProcessInstanceFormResponse, JaxbProcessInstanceWithVariablesResponse, JaxbTaskFormResponse
public class AbstractJaxbResponse
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
status
protected JaxbRequestStatus status
url
protected String url
AbstractJaxbResponse
public AbstractJaxbResponse()
AbstractJaxbResponse
public AbstractJaxbResponse(String requestUrl)
prettyPrint
public String prettyPrint()
throws JAXBException
- Throws:
JAXBException
getStatus
public JaxbRequestStatus getStatus()
setStatus
public void setStatus(JaxbRequestStatus status)
getUrl
public String getUrl()
setUrl
public void setUrl(String url)
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.