org.objectweb.jotm.btp.roles
Class Actor

java.lang.Object
  |
  +--org.objectweb.jotm.btp.axis.WebService
        |
        +--org.objectweb.jotm.btp.roles.Actor
Direct Known Subclasses:
Inferior, Superior

public abstract class Actor
extends WebService


Field Summary
 
Fields inherited from class org.objectweb.jotm.btp.axis.WebService
url_
 
Constructor Summary
protected Actor(org.apache.log4j.Category logger)
           
 
Method Summary
 String getLastIncoming()
           
 String getLastIncoming(int pos)
           
 String getLastOutgoing()
           
 String getLastOutgoing(int pos)
           
 Vector getRecentIncoming()
           
 Vector getRecentOutgoing()
           
 org.apache.log4j.Category logger()
           
 void logIncoming(BtpMessage m)
           
protected  void logIncoming(String xml)
           
 void logOutgoing(BtpMessage m)
           
protected  void logOutgoing(String xml)
           
 String messages(String xml)
           
abstract  String onMessage(String xml)
           
 
Methods inherited from class org.objectweb.jotm.btp.axis.WebService
buildURI, buildURI, getTransactionIdentifierFromUri, getUrl, getUrlFromUri, getWsddParameter, isLocalUri
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Actor

protected Actor(org.apache.log4j.Category logger)
Method Detail

logger

public org.apache.log4j.Category logger()

messages

public String messages(String xml)

logOutgoing

protected void logOutgoing(String xml)

logOutgoing

public void logOutgoing(BtpMessage m)

logIncoming

protected void logIncoming(String xml)

logIncoming

public void logIncoming(BtpMessage m)

onMessage

public abstract String onMessage(String xml)

getLastIncoming

public String getLastIncoming()

getLastOutgoing

public String getLastOutgoing()

getLastIncoming

public String getLastIncoming(int pos)

getLastOutgoing

public String getLastOutgoing(int pos)

getRecentIncoming

public Vector getRecentIncoming()

getRecentOutgoing

public Vector getRecentOutgoing()