public abstract class AbstractGenericTransportListener extends Object implements org.apache.axis2.transport.TransportListener
Modifier and Type | Field and Description |
---|---|
protected org.apache.axis2.context.ConfigurationContext |
configurationContext |
protected int |
proxyPort |
Constructor and Description |
---|
AbstractGenericTransportListener() |
AbstractGenericTransportListener(org.apache.axis2.context.ConfigurationContext configurationContext) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
protected org.apache.axis2.addressing.EndpointReference |
genEpr(String protocol,
String ip,
int port,
String serviceContextPath,
String serviceName) |
org.apache.axis2.context.SessionContext |
getSessionContext(org.apache.axis2.context.MessageContext messageContext) |
void |
stop() |
protected int proxyPort
protected org.apache.axis2.context.ConfigurationContext configurationContext
public AbstractGenericTransportListener()
public AbstractGenericTransportListener(org.apache.axis2.context.ConfigurationContext configurationContext)
public void destroy()
destroy
in interface org.apache.axis2.transport.TransportListener
public org.apache.axis2.context.SessionContext getSessionContext(org.apache.axis2.context.MessageContext messageContext)
getSessionContext
in interface org.apache.axis2.transport.TransportListener
public void stop() throws org.apache.axis2.AxisFault
stop
in interface org.apache.axis2.transport.TransportListener
org.apache.axis2.AxisFault
Copyright © 2016 WSO2 Inc. All rights reserved.