org.apache.axis2.transport
Interface TransportListener
- All Known Implementing Classes:
- AxisAdminServlet, AxisRESTServlet, AxisServlet, JMSListener, SimpleHTTPServer, SimpleMailListener, TCPServer
public interface TransportListener
Class TransportListener
PARAM_PORT
static final String PARAM_PORT
- See Also:
- Constant Field Values
HOST_ADDRESS
static final String HOST_ADDRESS
- See Also:
- Constant Field Values
init
void init(ConfigurationContext axisConf,
TransportInDescription transprtIn)
throws AxisFault
- Throws:
AxisFault
start
void start()
throws AxisFault
- Throws:
AxisFault
stop
void stop()
throws AxisFault
- Throws:
AxisFault
getEPRForService
EndpointReference getEPRForService(String serviceName,
String ip)
throws AxisFault
- Deprecated. Transport listener can expose more than EPRs. So this method should return an array of EPRs.
Deprecating this method for now and please use getEPRsForServices instead.
- Parameters:
serviceName
- ip
-
- Throws:
AxisFault
getEPRsForService
EndpointReference[] getEPRsForService(String serviceName,
String ip)
throws AxisFault
- Throws:
AxisFault