public class LifecycleFixTransportListenerProxy extends Object implements TransportListener
HOST_ADDRESS, PARAM_PORT
Constructor and Description |
---|
LifecycleFixTransportListenerProxy(TransportListener target,
int port) |
Modifier and Type | Method and Description |
---|---|
void |
destroy() |
EndpointReference |
getEPRForService(String arg0,
String arg1) |
EndpointReference[] |
getEPRsForService(String arg0,
String arg1)
Get the endpoint references for a given service.
|
SessionContext |
getSessionContext(MessageContext arg0)
To get the sessionContext transport dependent manner.
|
void |
init(ConfigurationContext arg0,
TransportInDescription arg1) |
void |
start() |
void |
stop() |
public LifecycleFixTransportListenerProxy(TransportListener target, int port)
public void destroy()
destroy
in interface TransportListener
public EndpointReference getEPRForService(String arg0, String arg1) throws AxisFault
getEPRForService
in interface TransportListener
AxisFault
public EndpointReference[] getEPRsForService(String arg0, String arg1) throws AxisFault
TransportListener
getEPRsForService
in interface TransportListener
arg0
- TODO: this is actually not simply the service name!arg1
- The host name or IP address of the local host. The implementation should use
this information instead of InetAddress.getLocalHost()
.
The value of this parameter may be null
, in which case the
implementation should use Utils.getIpAddress(
org.apache.axis2.engine.AxisConfiguration)
.AxisFault
public SessionContext getSessionContext(MessageContext arg0)
TransportListener
getSessionContext
in interface TransportListener
arg0
- : MessageContext which has all the relavent datapublic void init(ConfigurationContext arg0, TransportInDescription arg1) throws AxisFault
init
in interface TransportListener
AxisFault
public void start() throws AxisFault
start
in interface TransportListener
AxisFault
public void stop() throws AxisFault
stop
in interface TransportListener
AxisFault
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.