public class CarbonLocalTransportReceiver
extends org.apache.axis2.transport.local.LocalTransportReceiver
implements org.apache.axis2.transport.TransportListener
Constructor and Description |
---|
CarbonLocalTransportReceiver() |
CarbonLocalTransportReceiver(org.apache.axis2.context.ConfigurationContext configurationContext,
boolean nonBlocking) |
CarbonLocalTransportReceiver(org.apache.axis2.transport.local.LocalTransportSender sender,
boolean nonBlocking) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
org.apache.axis2.addressing.EndpointReference |
getEPRForService(String serviceName,
String ip) |
org.apache.axis2.addressing.EndpointReference[] |
getEPRsForService(String serviceName,
String ip) |
org.apache.axis2.context.SessionContext |
getSessionContext(org.apache.axis2.context.MessageContext messageContext) |
void |
init(org.apache.axis2.context.ConfigurationContext configurationContext,
org.apache.axis2.description.TransportInDescription transprtIn) |
void |
start() |
void |
stop() |
public CarbonLocalTransportReceiver()
public CarbonLocalTransportReceiver(org.apache.axis2.transport.local.LocalTransportSender sender, boolean nonBlocking)
public CarbonLocalTransportReceiver(org.apache.axis2.context.ConfigurationContext configurationContext, boolean nonBlocking)
public void init(org.apache.axis2.context.ConfigurationContext configurationContext, org.apache.axis2.description.TransportInDescription transprtIn) throws org.apache.axis2.AxisFault
init
in interface org.apache.axis2.transport.TransportListener
org.apache.axis2.AxisFault
public void start() throws org.apache.axis2.AxisFault
start
in interface org.apache.axis2.transport.TransportListener
org.apache.axis2.AxisFault
public void stop() throws org.apache.axis2.AxisFault
stop
in interface org.apache.axis2.transport.TransportListener
org.apache.axis2.AxisFault
public org.apache.axis2.addressing.EndpointReference getEPRForService(String serviceName, String ip) throws org.apache.axis2.AxisFault
getEPRForService
in interface org.apache.axis2.transport.TransportListener
org.apache.axis2.AxisFault
public org.apache.axis2.addressing.EndpointReference[] getEPRsForService(String serviceName, String ip) throws org.apache.axis2.AxisFault
getEPRsForService
in interface org.apache.axis2.transport.TransportListener
org.apache.axis2.AxisFault
public org.apache.axis2.context.SessionContext getSessionContext(org.apache.axis2.context.MessageContext messageContext)
getSessionContext
in interface org.apache.axis2.transport.TransportListener
public void destroy()
destroy
in interface org.apache.axis2.transport.TransportListener
Copyright © 2016 WSO2 Inc. All rights reserved.