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
 EndpointReference[] getEndpointReferences(String ip)
           
 File getPipe()
           
 Protocol getProtocol()
           
 boolean loadConfiguration(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, 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(ParameterInclude params)
                          throws AxisFault
Overrides:
loadConfiguration in class org.apache.axis2.transport.base.datagram.DatagramEndpoint
Throws:
AxisFault

getEndpointReferences

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


Copyright © 2005-2012 Apache Software Foundation. All Rights Reserved.