public class AbstractJaxbResponse extends Object
Modifier and Type | Field and Description |
---|---|
protected JaxbRequestStatus |
status |
protected String |
url |
Constructor and Description |
---|
AbstractJaxbResponse() |
AbstractJaxbResponse(String requestUrl) |
Modifier and Type | Method and Description |
---|---|
JaxbRequestStatus |
getStatus() |
String |
getUrl() |
String |
prettyPrint() |
void |
setStatus(JaxbRequestStatus status) |
void |
setUrl(String url) |
protected JaxbRequestStatus status
protected String url
public AbstractJaxbResponse()
public AbstractJaxbResponse(String requestUrl)
public String prettyPrint() throws JAXBException
JAXBException
public JaxbRequestStatus getStatus()
public void setStatus(JaxbRequestStatus status)
public String getUrl()
public void setUrl(String url)
Copyright © 2001–2018 JBoss by Red Hat. All rights reserved.