|
||||||||||
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 WFSController
.
Method Summary | |
---|---|
void |
destroy()
Called by the WFSController to indicate that this Format is taken out of service. |
void |
doDescribeFeatureType(org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType request,
HttpResponseBuffer response)
Invoked by the WFSController when this output format instance is responsible for handling the request. |
void |
doGetFeature(org.deegree.protocol.wfs.getfeature.GetFeature request,
HttpResponseBuffer response)
Invoked by the WFSController when this output format instance is responsible for handling the request. |
void |
doGetGmlObject(org.deegree.protocol.wfs.getgmlobject.GetGmlObject request,
HttpResponseBuffer response)
|
Method Detail |
---|
void destroy()
WFSController
to indicate that this Format
is taken out of service.
void doDescribeFeatureType(org.deegree.protocol.wfs.describefeaturetype.DescribeFeatureType request, HttpResponseBuffer response) throws java.lang.Exception
WFSController
when this output format instance is responsible for handling the request.
request
- response
- sink for writing the respone, never null
java.lang.Exception
void doGetFeature(org.deegree.protocol.wfs.getfeature.GetFeature request, HttpResponseBuffer response) throws java.lang.Exception
WFSController
when this output format instance is responsible for handling the request.
request
- response
- sink for writing the respone, never null
java.lang.Exception
void doGetGmlObject(org.deegree.protocol.wfs.getgmlobject.GetGmlObject request, HttpResponseBuffer response) throws java.lang.Exception
request
- response
-
java.lang.Exception
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |