public interface HttpGetRequestProcessor
Modifier and Type | Method and Description |
---|---|
void |
init(org.apache.axis2.context.ConfigurationContext cfgCtx)
Initialize the HttpGetRequestProcessor.
|
void |
process(org.wso2.transport.http.netty.message.HttpCarbonMessage inboundCarbonMsg,
org.apache.axis2.context.MessageContext messageContext,
boolean isRestDispatching)
Process the HTTP GET request.
|
void init(org.apache.axis2.context.ConfigurationContext cfgCtx) throws org.apache.axis2.AxisFault
cfgCtx
- servers configuration contextorg.apache.axis2.AxisFault
- if an error occursvoid process(org.wso2.transport.http.netty.message.HttpCarbonMessage inboundCarbonMsg, org.apache.axis2.context.MessageContext messageContext, boolean isRestDispatching)
inboundCarbonMsg
- inbound HttpCarbonMessagemessageContext
- The MessageContextisRestDispatching
- Rest dispatchingCopyright © 2005-2022 Apache Software Foundation. All Rights Reserved.