public class SoapRawClientResponse extends Object
| Constructor and Description |
|---|
SoapRawClientResponse() |
| Modifier and Type | Method and Description |
|---|---|
Node |
getElementByNameWithNamespace(String namespaceUrl,
String elementName) |
String |
getElementValueByName(String elementName) |
String |
getFaultstringValue() |
Document |
getHttpResponseBody() |
int |
getHttpStatusCode() |
<T> T |
getUnmarshalledObjectFromSoapMessage(Class<T> jaxbClass) |
void |
setHttpResponseBody(Document httpResponseBody) |
void |
setHttpStatusCode(int httpStatusCode) |
public int getHttpStatusCode()
public void setHttpStatusCode(int httpStatusCode)
public Document getHttpResponseBody()
public void setHttpResponseBody(Document httpResponseBody)
public Node getElementByNameWithNamespace(String namespaceUrl, String elementName)
public String getFaultstringValue()
public <T> T getUnmarshalledObjectFromSoapMessage(Class<T> jaxbClass) throws BootStarterCxfException
BootStarterCxfExceptionCopyright © 2019. All rights reserved.