org.apache.axis.client

Class Transport

public class Transport extends Object

Field Summary
StringtransportName
Transport Chain Name - so users can change the default.
Stringurl
Transport URL, if any.
Method Summary
StringgetTransportName()
Returns the name of the transport chain to use
StringgetUrl()
Get the transport-specific URL
voidprocessReturnedMessageContext(MessageContext context)
Allow the transport to grab any transport-specific stuff it might want from a returned MessageContext
voidsetTransportName(String name)
Sets the transport chain name - to override the default.
voidsetupMessageContext(MessageContext context, Call message, AxisEngine engine)
voidsetupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)
voidsetUrl(String url)
Set the transport-specific URL

Field Detail

transportName

public String transportName
Transport Chain Name - so users can change the default.

url

public String url
Transport URL, if any.

Method Detail

getTransportName

public String getTransportName()
Returns the name of the transport chain to use

Returns: 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.

Parameters: name the name of the transport chain to use

setupMessageContext

public final void setupMessageContext(MessageContext context, Call message, AxisEngine engine)

setupMessageContextImpl

public void setupMessageContextImpl(MessageContext context, Call message, AxisEngine engine)

setUrl

public void setUrl(String url)
Set the transport-specific URL
Copyright B) 2005 Apache Web Services Project. All Rights Reserved.