com.ibm.ws.webservices.engine.client

Class Transport

  1. java.lang.Object
  2. extended bycom.ibm.ws.webservices.engine.client.Transport

  1. public class Transport
  2. extends java.lang.Object

Field Summary

Modifier and Type Field and Description
  1. protected static
  2. org.apache.commons.logging.Log
log
  1. java.lang.String
transportName
Transport Chain Name - so users can change the default.
  1. java.lang.String
url
Transport URL, if any.

Constructor Summary

Constructor and Description
Transport()

Method Summary

Modifier and Type Method and Description
  1. java.lang.String
getTransportName()
Returns the name of the transport chain to use
  1. java.lang.String
getUrl()
Get the transport-specific URL
  1. void
processReturnedMessageContext(com.ibm.ws.webservices.engine.MessageContext context)
Allow the transport to grab any transport-specific stuff it might want from a returned MessageContext
  1. void
setTransportName(java.lang.String name)
Sets the transport chain name - to override the default.
  1. void
setupMessageContext(com.ibm.ws.webservices.engine.MessageContext context,com.ibm.ws.webservices.engine.WebServicesEngine engine)
  1. void
setupMessageContextImpl(com.ibm.ws.webservices.engine.MessageContext context,com.ibm.ws.webservices.engine.WebServicesEngine engine)
  1. void
setUrl(java.lang.String url)
Set the transport-specific URL
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Field Detail

log

  1. protected static org.apache.commons.logging.Log log

transportName

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

url

  1. public java.lang.String url
Transport URL, if any.

Constructor Detail

Transport

  1. public Transport()

Method Detail

setupMessageContext

  1. public final void setupMessageContext( com.ibm.ws.webservices.engine.MessageContext context,
  2. com.ibm.ws.webservices.engine.WebServicesEngine engine)
  3. throws com.ibm.ws.webservices.engine.WebServicesFault
Throws:
com.ibm.ws.webservices.engine.WebServicesFault

setupMessageContextImpl

  1. public void setupMessageContextImpl( com.ibm.ws.webservices.engine.MessageContext context,
  2. com.ibm.ws.webservices.engine.WebServicesEngine engine)
  3. throws com.ibm.ws.webservices.engine.WebServicesFault
Throws:
com.ibm.ws.webservices.engine.WebServicesFault

processReturnedMessageContext

  1. public void processReturnedMessageContext( com.ibm.ws.webservices.engine.MessageContext context)
Allow the transport to grab any transport-specific stuff it might want from a returned MessageContext

setTransportName

  1. public void setTransportName(java.lang.String name)
Sets the transport chain name - to override the default.
Parameters:
name - the name of the transport chain to use

getTransportName

  1. public java.lang.String getTransportName( )
Returns the name of the transport chain to use
Returns:
the transport chain name (or null if the default chain)

getUrl

  1. public java.lang.String getUrl( )
Get the transport-specific URL

setUrl

  1. public void setUrl(java.lang.String url)
Set the transport-specific URL