Class PipeEndpoint

java.lang.Object
org.apache.axis2.transport.base.ProtocolEndpoint
org.apache.axis2.transport.base.datagram.DatagramEndpoint
org.apache.synapse.transport.pipe.PipeEndpoint

public class PipeEndpoint extends org.apache.axis2.transport.base.datagram.DatagramEndpoint
Pipe endpoint description.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.axis2.addressing.EndpointReference[]
    getEndpointReferences(org.apache.axis2.description.AxisService service, String ip)
     
     
     
    boolean
    loadConfiguration(org.apache.axis2.description.ParameterInclude params)
     
    void
     

    Methods inherited from class org.apache.axis2.transport.base.datagram.DatagramEndpoint

    getContentType, getMetrics, setMetrics

    Methods inherited from class org.apache.axis2.transport.base.ProtocolEndpoint

    createMessageContext, getConfigurationContext, getDescription, getListener, getService, getServiceName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PipeEndpoint

      public PipeEndpoint()
  • Method Details

    • getPipe

      public File getPipe()
    • getProtocol

      public Protocol getProtocol()
    • setProtocol

      public void setProtocol(Protocol protocol)
    • loadConfiguration

      public boolean loadConfiguration(org.apache.axis2.description.ParameterInclude params) throws org.apache.axis2.AxisFault
      Overrides:
      loadConfiguration in class org.apache.axis2.transport.base.datagram.DatagramEndpoint
      Throws:
      org.apache.axis2.AxisFault
    • getEndpointReferences

      public org.apache.axis2.addressing.EndpointReference[] getEndpointReferences(org.apache.axis2.description.AxisService service, String ip)
      Specified by:
      getEndpointReferences in class org.apache.axis2.transport.base.ProtocolEndpoint