Uses of Class
Message.AbstractMessage

Packages that use AbstractMessage
Actuator   
Bindings   
Interaction   
Listener   
Message   
starlink.AbstractMessage   
starlink.ApplicationAutomata   
Test   
 

Uses of AbstractMessage in Actuator
 

Methods in Actuator with parameters of type AbstractMessage
 void XMLMessageActuator.composeAttributeTag(java.lang.String tagName, java.lang.StringBuilder result, AbstractMessage msg)
           
 byte[] IMessageCompose.MessageCompose(AbstractMessage Message)
          Takes an object describing the message and converts it into a stream of bytes that can be sent as a network message.
 byte[] MessageActuator.MessageCompose(AbstractMessage Message)
          Takes an object describing the message and converts it into a stream of bytes that can be sent as a network message.
 byte[] TextMessageActuator.MessageCompose(AbstractMessage Message)
           
 byte[] XMLMessageActuator.MessageCompose(AbstractMessage Message)
           
 

Uses of AbstractMessage in Bindings
 

Methods in Bindings that return AbstractMessage
 AbstractMessage BindingOperations.bindAction(ActionMessage AM, java.lang.String msg, State firstState, org.jdom.Document binding)
           
 

Methods in Bindings with parameters of type AbstractMessage
 void BindingOperations.bindOutputValues(ActionMessage inputAction, AbstractMessage msg, org.jdom.Document binding, java.util.HashMap<java.lang.String,BoundType> boundTypes)
           
 

Uses of AbstractMessage in Interaction
 

Methods in Interaction with parameters of type AbstractMessage
 java.lang.String ServerState.checkException(AbstractMessage am)
           
 

Uses of AbstractMessage in Listener
 

Methods in Listener that return AbstractMessage
 AbstractMessage IMessageParse.MessageParse(byte[] MessagePacket)
          Takes a Message packet which is a byte array and transfers it into a object that describes each message in terms of its name/type and the message fields with their value.
 AbstractMessage JavaObjectListener.MessageParse(byte[] MessagePacket)
           
 AbstractMessage MessageListener.MessageParse(byte[] MessagePacket)
          Takes a Message packet which is a byte array and transfers it into a object that describes each message in terms of its name/type and the message fields with their value.
 AbstractMessage TextMessageListener.MessageParse(byte[] MessagePacket)
          Takes a Message packet which is a byte array and transfers it into a object that describes each message in terms of its name/type and the message fields with their value.
 AbstractMessage XMLMessageListener.MessageParse(byte[] MessagePacket)
          Takes a Message packet which is a byte array and transfers it into a object that describes each message in terms of its name/type and the message fields with their value.
 AbstractMessage IMessageParse.MessageParse(byte[] MessagePacket, java.util.ArrayList<java.lang.String> Extension)
          Takes a Message packet which is a byte array and transfers it into a object that describes each message in terms of its name/type and the message fields with their value.
 AbstractMessage JavaObjectListener.MessageParse(byte[] MessagePacket, java.util.ArrayList<java.lang.String> Extension)
           
 AbstractMessage MessageListener.MessageParse(byte[] MessagePacket, java.util.ArrayList<java.lang.String> dynamicContent)
           
 AbstractMessage TextMessageListener.MessageParse(byte[] MessagePacket, java.util.ArrayList<java.lang.String> Extension)
           
 AbstractMessage XMLMessageListener.MessageParse(byte[] MessagePacket, java.util.ArrayList<java.lang.String> Extension)
           
 

Uses of AbstractMessage in Message
 

Fields in Message with type parameters of type AbstractMessage
 java.util.Hashtable<java.lang.String,AbstractMessage> AbstractMessage.StructuredFields
           
 

Methods in Message that return AbstractMessage
 AbstractMessage AbstractMessage.getStructuredField(java.lang.String FieldName)
           
 

Methods in Message with parameters of type AbstractMessage
 boolean AbstractMessage.addStructuredField(AbstractMessage p, java.lang.String content)
           
 

Uses of AbstractMessage in starlink.AbstractMessage
 

Methods in starlink.AbstractMessage that return AbstractMessage
 AbstractMessage XMLFactoring.constructPacket(Message m)
          Construct the data representation as required by the generic composer
 AbstractMessage XMLFactoring.getXPathStructuredField(AbstractMessage msg, java.lang.String xpathExpr)
           
 

Methods in starlink.AbstractMessage with parameters of type AbstractMessage
 java.lang.Object XMLFactoring.getXPathField(AbstractMessage msg, java.lang.String xpathExpr)
           
 AbstractMessage XMLFactoring.getXPathStructuredField(AbstractMessage msg, java.lang.String xpathExpr)
           
 java.lang.Object XMLFactoring.getXPathValue(AbstractMessage msg, java.lang.String xpathExpr)
          Get the value of a message field by using an XPATH expression.
 void XMLFactoring.setXPathValue(AbstractMessage msg, java.lang.String xpathExpr, java.lang.Object value)
          Set the value of a message field by using an XPATH expression.
 void XMLFactoring.writePrimitiveField(AbstractMessage mp, java.lang.String label, java.lang.String type)
           
 

Uses of AbstractMessage in starlink.ApplicationAutomata
 

Fields in starlink.ApplicationAutomata declared as AbstractMessage
 AbstractMessage ActionMessage.origAbstractMessage
           
 

Constructors in starlink.ApplicationAutomata with parameters of type AbstractMessage
ActionMessage(java.lang.String name, AbstractMessage m)
           
 

Uses of AbstractMessage in Test
 

Methods in Test that return AbstractMessage
 AbstractMessage CORBAParameters.composeStringArray(java.lang.String name, java.util.Vector<java.lang.String> parameter)
           
 AbstractMessage CORBAParameters.composeStringParameter(java.lang.String name, java.lang.String Value)
           
 

Methods in Test with parameters of type AbstractMessage
 void MessageTable.addMessage(AbstractMessage msg)