public class AxisServletListener extends Object implements TransportListener
TransportListener implementation for AxisServlet. There will be one instance
of this class for each protocol (HTTP and/or HTTPS) accepted by the servlet.HOST_ADDRESS, PARAM_PORT| Constructor and Description |
|---|
AxisServletListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
destroy() |
EndpointReference |
getEPRForService(String serviceName,
String ip) |
EndpointReference[] |
getEPRsForService(String serviceName,
String ip) |
int |
getPort() |
SessionContext |
getSessionContext(MessageContext messageContext) |
void |
init(ConfigurationContext configurationContext,
TransportInDescription transportInDescription) |
void |
setPort(int port) |
void |
start() |
void |
stop() |
public void init(ConfigurationContext configurationContext, TransportInDescription transportInDescription) throws AxisFault
init in interface TransportListenerAxisFaultpublic int getPort()
public void setPort(int port)
public void start()
throws AxisFault
start in interface TransportListenerAxisFaultpublic void stop()
throws AxisFault
stop in interface TransportListenerAxisFaultpublic EndpointReference[] getEPRsForService(String serviceName, String ip) throws AxisFault
getEPRsForService in interface TransportListenerAxisFaultpublic EndpointReference getEPRForService(String serviceName, String ip) throws AxisFault
getEPRForService in interface TransportListenerAxisFaultpublic SessionContext getSessionContext(MessageContext messageContext)
getSessionContext in interface TransportListenerpublic void destroy()
destroy in interface TransportListenerCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.