KIE Remote Services :: JAXB classes 6.1.0.Final

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

java.lang.Object
  extended by org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
      extended by org.kie.services.client.serialization.jaxb.rest.JaxbGenericResponse

public class JaxbGenericResponse
extends AbstractJaxbResponse


Field Summary
 
Fields inherited from class org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
status, url
 
Constructor Summary
JaxbGenericResponse()
           
JaxbGenericResponse(String requestUrl)
           
 
Method Summary
 String getMessage()
           
 String prettyPrint()
           
 void setMessage(String message)
           
 
Methods inherited from class org.kie.services.client.serialization.jaxb.rest.AbstractJaxbResponse
getStatus, getUrl, setStatus, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JaxbGenericResponse

public JaxbGenericResponse()

JaxbGenericResponse

public JaxbGenericResponse(String requestUrl)
Method Detail

prettyPrint

public String prettyPrint()
                   throws JAXBException
Overrides:
prettyPrint in class AbstractJaxbResponse
Throws:
JAXBException

getMessage

public String getMessage()

setMessage

public void setMessage(String message)

KIE Remote Services :: JAXB classes 6.1.0.Final

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