org.apache.synapse.transport.pipe
Class PipeEndpoint

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

public class PipeEndpoint
extends org.apache.axis2.transport.base.datagram.DatagramEndpoint

Pipe endpoint description.


Constructor Summary
PipeEndpoint()
           
 
Method Summary
 org.apache.axis2.addressing.EndpointReference[] getEndpointReferences(org.apache.axis2.description.AxisService service, String ip)
           
 File getPipe()
           
 Protocol getProtocol()
           
 boolean loadConfiguration(org.apache.axis2.description.ParameterInclude params)
           
 void setProtocol(Protocol protocol)
           
 
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 Detail

PipeEndpoint

public PipeEndpoint()
Method Detail

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


Copyright © 2005–2015 Apache Software Foundation. All rights reserved.