Package org.n52.iceland.convert
Interface RequestResponseModifier
-
- All Superinterfaces:
Component<RequestResponseModifierKey>,Keyed<RequestResponseModifierKey>
public interface RequestResponseModifier extends Component<RequestResponseModifierKey>
Interface forOwsServiceRequestandOwsServiceResponsemodifier- Since:
- 1.0.0
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RequestResponseModifierFacilitatorgetFacilitator()OwsServiceRequestmodifyRequest(OwsServiceRequest request)OwsServiceResponsemodifyResponse(OwsServiceRequest request, OwsServiceResponse response)
-
-
-
Method Detail
-
modifyRequest
OwsServiceRequest modifyRequest(OwsServiceRequest request) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
modifyResponse
OwsServiceResponse modifyResponse(OwsServiceRequest request, OwsServiceResponse response) throws OwsExceptionReport
- Throws:
OwsExceptionReport
-
getFacilitator
RequestResponseModifierFacilitator getFacilitator()
-
-