org.apache.axis.client
Class Transport
java.lang.Object
org.apache.axis.client.Transport
public class Transport
extends java.lang.Object
String | transportName - Transport Chain Name - so users can change the default.
|
String | url - Transport URL, if any.
|
transportName
public String transportName
Transport Chain Name - so users can change the default.
url
public String url
Transport URL, if any.
getTransportName
public String getTransportName()
Returns the name of the transport chain to use
- the transport chain name (or null if the default chain)
getUrl
public String getUrl()
Get the transport-specific URL
processReturnedMessageContext
public void processReturnedMessageContext(MessageContext context)
Allow the transport to grab any transport-specific stuff it might
want from a returned MessageContext
setTransportName
public void setTransportName(String name)
Sets the transport chain name - to override the default.
name
- the name of the transport chain to use
setUrl
public void setUrl(String url)
Set the transport-specific URL
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.