Class LocalTransportSender

java.lang.Object
org.apache.axis2.handlers.AbstractHandler
org.apache.axis2.transport.local.LocalTransportSender
All Implemented Interfaces:
org.apache.axis2.engine.Handler, org.apache.axis2.kernel.TransportSender

public class LocalTransportSender extends org.apache.axis2.handlers.AbstractHandler implements org.apache.axis2.kernel.TransportSender
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.apache.axis2.engine.Handler

    org.apache.axis2.engine.Handler.InvocationResponse
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final org.apache.commons.logging.Log
     

    Fields inherited from class org.apache.axis2.handlers.AbstractHandler

    handlerDesc
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    cleanup(org.apache.axis2.context.MessageContext msgContext)
     
    void
    finalizeSendWithToAddress(org.apache.axis2.context.MessageContext msgContext, ByteArrayOutputStream out)
     
    void
    init(org.apache.axis2.context.ConfigurationContext confContext, org.apache.axis2.description.TransportOutDescription transportOut)
     
    org.apache.axis2.engine.Handler.InvocationResponse
    invoke(org.apache.axis2.context.MessageContext msgContext)
    Method invoke
    void
     

    Methods inherited from class org.apache.axis2.handlers.AbstractHandler

    flowComplete, getHandlerDesc, getName, getParameter, init, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface org.apache.axis2.engine.Handler

    flowComplete, getHandlerDesc, getName, getParameter, init
  • Field Details

    • log

      protected static final org.apache.commons.logging.Log log
  • Constructor Details

    • LocalTransportSender

      public LocalTransportSender()
  • Method Details

    • init

      public void init(org.apache.axis2.context.ConfigurationContext confContext, org.apache.axis2.description.TransportOutDescription transportOut) throws org.apache.axis2.AxisFault
      Specified by:
      init in interface org.apache.axis2.kernel.TransportSender
      Throws:
      org.apache.axis2.AxisFault
    • stop

      public void stop()
      Specified by:
      stop in interface org.apache.axis2.kernel.TransportSender
    • cleanup

      public void cleanup(org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault
      Specified by:
      cleanup in interface org.apache.axis2.kernel.TransportSender
      Throws:
      org.apache.axis2.AxisFault
    • invoke

      public org.apache.axis2.engine.Handler.InvocationResponse invoke(org.apache.axis2.context.MessageContext msgContext) throws org.apache.axis2.AxisFault
      Method invoke
      Specified by:
      invoke in interface org.apache.axis2.engine.Handler
      Parameters:
      msgContext - the current MessageContext
      Throws:
      org.apache.axis2.AxisFault
    • finalizeSendWithToAddress

      public void finalizeSendWithToAddress(org.apache.axis2.context.MessageContext msgContext, ByteArrayOutputStream out) throws org.apache.axis2.AxisFault
      Throws:
      org.apache.axis2.AxisFault