org.apache.axis.transport.http
public class HTTPTransport extends Transport
| Field Summary | |
|---|---|
| static String | DEFAULT_TRANSPORT_NAME |
| static String | URL
HTTP properties |
| Constructor Summary | |
|---|---|
| HTTPTransport() | |
| HTTPTransport(String url, String action)
helper constructor | |
| Method Summary | |
|---|---|
| void | processReturnedMessageContext(MessageContext context) |
| void | setupMessageContextImpl(MessageContext mc, Call call, AxisEngine engine)
Set up any transport-specific derived properties in the message context. |
Parameters: mc the context to set up call the call (unused?) engine the engine containing the registries
Throws: AxisFault if service cannot be found