KIE Remote Services :: JAXB classes 6.1.0.Final

org.kie.services.client.serialization.jaxb.rest
Class AbstractJaxbResponse

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
Direct Known Subclasses:
AbstractJaxbCommandResponse, JaxbGenericResponse, JaxbProcessInstanceFormResponse, JaxbProcessInstanceWithVariablesResponse, JaxbTaskFormResponse

public class AbstractJaxbResponse
extends Object


Field Summary
protected  JaxbRequestStatus status
           
protected  String url
           
 
Constructor Summary
AbstractJaxbResponse()
           
AbstractJaxbResponse(String requestUrl)
           
 
Method Summary
 JaxbRequestStatus getStatus()
           
 String getUrl()
           
 String prettyPrint()
           
 void setStatus(JaxbRequestStatus status)
           
 void setUrl(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

status

protected JaxbRequestStatus status

url

protected String url
Constructor Detail

AbstractJaxbResponse

public AbstractJaxbResponse()

AbstractJaxbResponse

public AbstractJaxbResponse(String requestUrl)
Method Detail

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)

KIE Remote Services :: JAXB classes 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.