|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Format
Implementations provide input/output formats for the WebFeatureService
.
Method Summary | |
---|---|
void |
destroy()
Called by the WebFeatureService to indicate that this Format is taken out of service. |
void |
doDescribeFeatureType(DescribeFeatureType request,
HttpResponseBuffer response)
Invoked by the WebFeatureService to perform a DescribeFeatureType request for this format. |
void |
doGetFeature(GetFeature request,
HttpResponseBuffer response)
Invoked by the WebFeatureService to perform a GetFeature request for this format. |
void |
doGetGmlObject(GetGmlObject request,
HttpResponseBuffer response)
Invoked by the WebFeatureService to perform a GetGmlObject request for this format. |
void |
doGetPropertyValue(GetPropertyValue getPropertyValue,
HttpResponseBuffer response)
Invoked by the WebFeatureService to perform a GetPropertyValue request for this format. |
Method Detail |
---|
void destroy()
WebFeatureService
to indicate that this Format
is taken out of service.
void doDescribeFeatureType(DescribeFeatureType request, HttpResponseBuffer response) throws Exception
WebFeatureService
to perform a DescribeFeatureType
request for this format.
request
- request to be performed, never null
response
- sink for writing the response, never null
Exception
void doGetFeature(GetFeature request, HttpResponseBuffer response) throws Exception
WebFeatureService
to perform a GetFeature
request for this format.
request
- request to be performed, never null
response
- sink for writing the response, never null
Exception
void doGetGmlObject(GetGmlObject request, HttpResponseBuffer response) throws Exception
WebFeatureService
to perform a GetGmlObject
request for this format.
request
- request to be performed, never null
response
- sink for writing the response, never null
Exception
void doGetPropertyValue(GetPropertyValue getPropertyValue, HttpResponseBuffer response) throws Exception
WebFeatureService
to perform a GetPropertyValue
request for this format.
request
- request to be performed, never null
response
- sink for writing the response, never null
Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |