org.apache.axis.transport.http
Class HTTPTransport
public class HTTPTransport
Extends Transport by implementing the setupMessageContext function to
set HTTP-specific message context fields and transport chains.
May not even be necessary if we arrange things differently somehow.
Can hold state relating to URL properties.
- Rob Jellinghaus (robj@unrealities.com)
- Doug Davis (dug@us.ibm.com)
- Glen Daniels (gdaniels@allaire.com)
DEFAULT_TRANSPORT_NAME
public static final String DEFAULT_TRANSPORT_NAME
URL
public static final String URL
HTTP properties
HTTPTransport
public HTTPTransport()
HTTPTransport
public HTTPTransport(String url,
String action)
helper constructor
processReturnedMessageContext
public void processReturnedMessageContext(MessageContext context)
- processReturnedMessageContext in interface Transport
setupMessageContextImpl
public void setupMessageContextImpl(MessageContext mc,
Call call,
AxisEngine engine)
throws AxisFault
Set up any transport-specific derived properties in the message context.
- setupMessageContextImpl in interface Transport
mc
- the context to set upcall
- the call (unused?)engine
- the engine containing the registries
AxisFault
- if service cannot be found
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.