org.apache.servicemix.http.endpoints
Interface HttpProviderMarshaler
- All Known Implementing Classes:
- DefaultHttpProviderMarshaler, HttpSoapProviderMarshaler
public interface HttpProviderMarshaler
- Since:
- 3.2
- Author:
- gnodet
createRequest
void createRequest(javax.jbi.messaging.MessageExchange exchange,
javax.jbi.messaging.NormalizedMessage inMsg,
SmxHttpExchange httpExchange)
throws Exception
- Throws:
Exception
handleResponse
void handleResponse(javax.jbi.messaging.MessageExchange exchange,
SmxHttpExchange httpExchange)
throws Exception
- Throws:
Exception
handleException
void handleException(javax.jbi.messaging.MessageExchange exchange,
SmxHttpExchange httpExchange,
Throwable ex)
Copyright © 2005-2008 Apache Software Foundation. All Rights Reserved.