|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.services.OGCWebServiceResponse_Impl
This is the base interface for all responses to OGC Web Services (OWS) requests. Each class that capsulates a response within an OWS has to implement this interface.
--------------------------------------------------------------------
| Field Summary | |
private org.w3c.dom.Document |
exception
|
private OGCWebServiceRequest |
request
|
| Constructor Summary | |
OGCWebServiceResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception)
constructor initializing the class with the |
|
| Method Summary | |
org.w3c.dom.Document |
getException()
returns an XML encoding of the exception that raised. |
OGCWebServiceRequest |
getRequest()
returns the request that causes the response. |
void |
setException(org.w3c.dom.Document exception)
sets an XML encoding of the exception that raised. |
void |
setRequest(OGCWebServiceRequest request)
sets the request that causes the response. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
private OGCWebServiceRequest request
private org.w3c.dom.Document exception
| Constructor Detail |
public OGCWebServiceResponse_Impl(OGCWebServiceRequest request,
org.w3c.dom.Document exception)
| Method Detail |
public OGCWebServiceRequest getRequest()
getRequest in interface OGCWebServiceResponsepublic void setRequest(OGCWebServiceRequest request)
setRequest in interface OGCWebServiceResponsepublic org.w3c.dom.Document getException()
getException in interface OGCWebServiceResponsepublic void setException(org.w3c.dom.Document exception)
setException in interface OGCWebServiceResponsepublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||