Class GenericHttpsTransportListener
- java.lang.Object
-
- org.wso2.carbon.utils.transport.http.GenericHttpsTransportListener
-
- All Implemented Interfaces:
org.apache.axis2.transport.TransportListener
public class GenericHttpsTransportListener extends Object implements org.apache.axis2.transport.TransportListener
-
-
Constructor Summary
Constructors Constructor Description GenericHttpsTransportListener()GenericHttpsTransportListener(org.apache.axis2.context.ConfigurationContext configurationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddestroy()org.apache.axis2.addressing.EndpointReferencegetEPRForService(String serviceName, String ip)org.apache.axis2.addressing.EndpointReference[]getEPRsForService(String serviceName, String ip)org.apache.axis2.context.SessionContextgetSessionContext(org.apache.axis2.context.MessageContext messageContext)voidinit(org.apache.axis2.context.ConfigurationContext configContext, org.apache.axis2.description.TransportInDescription transportIn)voidstart()voidstop()
-
-
-
Method Detail
-
init
public void init(org.apache.axis2.context.ConfigurationContext configContext, org.apache.axis2.description.TransportInDescription transportIn) throws org.apache.axis2.AxisFault- Specified by:
initin interfaceorg.apache.axis2.transport.TransportListener- Throws:
org.apache.axis2.AxisFault
-
start
public void start() throws org.apache.axis2.AxisFault- Specified by:
startin interfaceorg.apache.axis2.transport.TransportListener- Throws:
org.apache.axis2.AxisFault
-
stop
public void stop() throws org.apache.axis2.AxisFault- Specified by:
stopin interfaceorg.apache.axis2.transport.TransportListener- Throws:
org.apache.axis2.AxisFault
-
getEPRForService
public org.apache.axis2.addressing.EndpointReference getEPRForService(String serviceName, String ip) throws org.apache.axis2.AxisFault
- Specified by:
getEPRForServicein interfaceorg.apache.axis2.transport.TransportListener- Throws:
org.apache.axis2.AxisFault
-
getEPRsForService
public org.apache.axis2.addressing.EndpointReference[] getEPRsForService(String serviceName, String ip) throws org.apache.axis2.AxisFault
- Specified by:
getEPRsForServicein interfaceorg.apache.axis2.transport.TransportListener- Throws:
org.apache.axis2.AxisFault
-
getSessionContext
public org.apache.axis2.context.SessionContext getSessionContext(org.apache.axis2.context.MessageContext messageContext)
- Specified by:
getSessionContextin interfaceorg.apache.axis2.transport.TransportListener
-
destroy
public void destroy()
- Specified by:
destroyin interfaceorg.apache.axis2.transport.TransportListener
-
-