org.apache.sandesha.client
Class ClientListener
java.lang.Object
org.apache.sandesha.client.ClientListener
- public class ClientListener
- extends java.lang.Object
This is the client side listener for Apache Sandesha.
This will start with the RMService deployed to accept asynchronous responses or
RM related messages such as Acknowledgements etc..
- Author:
- Jaliya Ekanayake, Patrick Collins
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NULL_PORT
public static final int NULL_PORT
- See Also:
- Constant Field Values
ClientListener
public ClientListener(int aPort)
start
public void start()
throws java.io.IOException
- Throws:
java.io.IOException
stop
public void stop()
initSimpleAxisServer
protected void initSimpleAxisServer()
configureClientService
protected void configureClientService()
configureServerSocket
protected void configureServerSocket()
throws java.io.IOException
- Throws:
java.io.IOException
startSimpleAxisServer
protected void startSimpleAxisServer()
getListenerRequestChain
protected SimpleChain getListenerRequestChain()
getListenerResponseChain
protected SimpleChain getListenerResponseChain()
getSas
protected SimpleAxisServer getSas()
setSas
protected void setSas(SimpleAxisServer aSas)
getListenerPort
protected int getListenerPort()
isStarted
protected boolean isStarted()