org.apache.axis.client
public class Transport extends Object
Field Summary | |
---|---|
String | transportName
Transport Chain Name - so users can change the default. |
String | url
Transport URL, if any. |
Method Summary | |
---|---|
String | getTransportName()
Returns the name of the transport chain to use |
String | getUrl()
Get the transport-specific URL |
void | processReturnedMessageContext(MessageContext context)
Allow the transport to grab any transport-specific stuff it might
want from a returned MessageContext |
void | setTransportName(String name)
Sets the transport chain name - to override the default. |
void | setupMessageContext(MessageContext context, Call message, AxisEngine engine) |
void | setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine) |
void | setUrl(String url)
Set the transport-specific URL |
Returns: the transport chain name (or null if the default chain)
Parameters: name the name of the transport chain to use