Package org.n52.shetland.w3c.soap
Class SoapResponse
- java.lang.Object
-
- org.n52.shetland.w3c.soap.AbstractSoap<OwsServiceResponse>
-
- org.n52.shetland.w3c.soap.SoapResponse
-
public class SoapResponse extends AbstractSoap<OwsServiceResponse>
Representation of a SOAP response- Since:
- 1.0.0
-
-
Constructor Summary
Constructors Constructor Description SoapResponse()SoapResponse(String soapNamespace, String soapVersion)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description OwsExceptionReportgetException()booleanhasException()voidsetException(OwsExceptionReport owse)-
Methods inherited from class org.n52.shetland.w3c.soap.AbstractSoap
getBodyContent, getHeader, getSoapAction, getSoapBodyContent, getSoapFault, getSoapHeader, getSoapNamespace, getSoapVersion, hasSoapFault, hasSoapNamespace, hasSoapVersion, isSetBodyContent, isSetSoapFault, isSetXmlBodyContent, setAction, setBodyContent, setHeader, setSoapBodyContent, setSoapFault, setSoapHeader, setSoapNamespace, setSoapVersion
-
-
-
-
Method Detail
-
setException
public void setException(OwsExceptionReport owse)
-
getException
public OwsExceptionReport getException()
-
hasException
public boolean hasException()
-
-