com.ibm.ws.webservices.engine.client

Class Transport

  • java.lang.Object
    • com.ibm.ws.webservices.engine.client.Transport


  • public class Transport
    extends java.lang.Object
    • Field Summary

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

      Constructors 
      Constructor and Description
      Transport() 
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      java.lang.String getTransportName()
      Returns the name of the transport chain to use
      java.lang.String getUrl()
      Get the transport-specific URL
      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
      void setTransportName(java.lang.String name)
      Sets the transport chain name - to override the default.
      void setupMessageContext(com.ibm.ws.webservices.engine.MessageContext context, com.ibm.ws.webservices.engine.WebServicesEngine engine) 
      void setupMessageContextImpl(com.ibm.ws.webservices.engine.MessageContext context, com.ibm.ws.webservices.engine.WebServicesEngine engine) 
      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

        protected static org.apache.commons.logging.Log log
      • transportName

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

        public java.lang.String url
        Transport URL, if any.
    • Constructor Detail

      • Transport

        public Transport()
    • Method Detail

      • setupMessageContext

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

        public void setupMessageContextImpl(com.ibm.ws.webservices.engine.MessageContext context,
                                   com.ibm.ws.webservices.engine.WebServicesEngine engine)
                                     throws com.ibm.ws.webservices.engine.WebServicesFault
        Throws:
        com.ibm.ws.webservices.engine.WebServicesFault
      • processReturnedMessageContext

        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

        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

        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

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

        public void setUrl(java.lang.String url)
        Set the transport-specific URL
IBM WebSphere Application ServerTM
Release 8.5